server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.mc
changeset 7 903480cebdfb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/server/windows/USBEventSvc/OpenSecUSBEventSvcLog/OpenSecUSBEventSvcLog.mc	Tue Dec 03 18:04:46 2013 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +MessageIdTypedef=DWORD
     1.5 +
     1.6 +SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
     1.7 +    Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
     1.8 +    Warning=0x2:STATUS_SEVERITY_WARNING
     1.9 +    Error=0x3:STATUS_SEVERITY_ERROR
    1.10 +    )
    1.11 +
    1.12 +
    1.13 +FacilityNames=(System=0x0:FACILITY_SYSTEM
    1.14 +    Runtime=0x2:FACILITY_RUNTIME
    1.15 +    Stubs=0x3:FACILITY_STUBS
    1.16 +    Io=0x4:FACILITY_IO_ERROR_CODE
    1.17 +)
    1.18 +
    1.19 +LanguageNames=(English=0x409:MSG00409)
    1.20 +
    1.21 +; // The following are message definitions.
    1.22 +
    1.23 +MessageId=0x1
    1.24 +Severity=Error
    1.25 +Facility=Runtime
    1.26 +SymbolicName=SVC_ERROR
    1.27 +Language=English
    1.28 +%2.
    1.29 +.
    1.30 +
    1.31 +; // A message file must end with a period on its own line
    1.32 +; // followed by a blank line.
    1.33 +