diff options
| author | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
|---|---|---|
| committer | karlf <[email protected]> | 2016-08-11 13:28:13 -0700 |
| commit | 96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch) | |
| tree | ad5f3ede5cbcd6b598677ce41bcf8318471bdd92 /gpio/samples/simdevice/simdevice.inx | |
| parent | 687b274aa38fd05c8c26e3068932121876d7f745 (diff) | |
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'gpio/samples/simdevice/simdevice.inx')
| -rw-r--r-- | gpio/samples/simdevice/simdevice.inx | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/gpio/samples/simdevice/simdevice.inx b/gpio/samples/simdevice/simdevice.inx deleted file mode 100644 index 330ed46c..00000000 --- a/gpio/samples/simdevice/simdevice.inx +++ /dev/null @@ -1,76 +0,0 @@ -;/*++ -; -;Copyright (c) Microsoft Corporation. All rights reserved. -; -;Module Name: -; -; SIMGPIO.INF -; -;Abstract: -; INF file for installing Simulated Peripheral Device Driver. -; -;--*/ - -[Version] -Signature="$WINDOWS NT$" -Class=System -ClassGuid={4d36e97d-e325-11ce-bfc1-08002be10318} -Provider=%ProviderName% -DriverVer=05/07/2010 -CatalogFile=gpiosamples.cat - -[SourceDisksNames] -3426=windows cd - -[SourceDisksFiles] -Simdevice.sys = 3426 - -;12 == Windows\System32\Drivers -[DestinationDirs] -DefaultDestDir = 12 - -[ControlFlags] -ExcludeFromSelect=* - -;***************************************** -; SimDevice Install Section -;***************************************** - -[Manufacturer] -%ManufacturerName%=Standard,NT$ARCH$ - -[Standard.NT$ARCH$] -%DeviceDesc%=DriverInstall,ACPI\TEST0003 - -[DriverInstall.NT] -CopyFiles=DriverInstall_Copy - -[DriverInstall.NT.Services] -AddService = simdevice,2,DriverInstall_Service - -[DriverInstall_Copy] -simdevice.sys,,,0x100 - -[DriverInstall_Service] -DisplayName = %SvcDesc% -ServiceType = %SERVICE_KERNEL_DRIVER% -StartType = %SERVICE_DEMAND_START% -ErrorControl = %SERVICE_ERROR_NORMAL% -ServiceBinary = %12%\Simdevice.sys - -[Strings] -;Localizable Strings -ProviderName = "TODO-Set-Provider" -ManufacturerName = "TODO-Set-Manufacturer" -SvcDesc = "Test device service" -DeviceDesc = "Test device description" - -;Non-Localizable Strings -SERVICE_KERNEL_DRIVER = 1 -SERVICE_DEMAND_START = 3 -SERVICE_ERROR_NORMAL = 1 - - - - - |
