diff options
| author | J M Rossy <[email protected]> | 2015-07-29 15:40:09 -0700 |
|---|---|---|
| committer | J M Rossy <[email protected]> | 2015-07-29 16:34:40 -0700 |
| commit | 5d61a4a79a1e96dc5d9af1e5e712c84507307544 (patch) | |
| tree | 49ed270893578cd18758b74ffcca16dc7ab948d6 /sensors/SimpleDeviceOrientationSensor/SimpleDeviceOrientationSensor.inx | |
| parent | 5d41613e26e147d2300c786bb2b34cb4b4067a25 (diff) | |
Samples update for public Windows 10 release
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors
Fix #4 Add back fixed KMDOD sample
Add new BarcodeScanner sample in pos folder
Add new MagneticStripeReader sample in pos folder
Add new SynpaticsTouch sample in input folder
Add new Power Engine Plugin sample in pofx folder
Add new DeviceMft sample in avstream folder
Add new AvsCamera sample in root
Add new SimBatt sample in root
Add other pre-existing samples not yet released for Win10
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 |
