diff options
Diffstat (limited to 'sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx')
| -rw-r--r-- | sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx index 16d523da..9323c4c8 100644 --- a/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx +++ b/sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx @@ -17,7 +17,7 @@ Signature = "$WINDOWS NT$" Class = Sensor ClassGuid = {5175D334-C371-4806-B3BA-71FD53C9258D} -Provider = %MSFT% +Provider = %ProviderName% CatalogFile = SimpleDeviceOrientationSensor.cat DriverVer = 08/14/2014,2.00.00.01 @@ -32,7 +32,7 @@ DefaultDestDir = 12,UMDF SimpleDeviceOrientationSensor.dll = 1,, [Manufacturer] -%MSFT% = SimpleDeviceOrientationSensor_Device, NT$ARCH$ +%ManufacturerName% = SimpleDeviceOrientationSensor_Device, NT$ARCH$ ;******************************* ; Simple Device Orientation Sensor Install Section @@ -85,12 +85,14 @@ UmdfExtensions = SensorsCx0102 HKR,,CoInstallers32,0x00010000,"WudfCoinstaller.dll" [Strings] +;Localizable Strings MediaDescription = "Windows Simple Device Orientation Sensor sample Driver" -MSFT = "Microsoft" -StdMfg = "Microsoft" +ProviderName = "TODO-Set-Provider" +ManufacturerName = "TODO-Set-Manufacturer" SimpleDeviceOrientationSensor_DevDesc = "Simple Device Orientation Sensor sample" WudfRdDisplayName = "Windows Driver Foundation - User-mode Driver Framework Reflector" +;Non-Localizable Strings SERVICE_KERNEL_DRIVER = 1 SERVICE_DEMAND_START = 3 SERVICE_ERROR_NORMAL = 1 |
