Guest User

Untitled

a guest
Oct 18th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. ; Installation file for the NVIDIA SHIELD Wireless Controller Trackpad
  2. ;
  3. ; Copyright (C) 2014 NVIDIA Corporation. All rights reserved.
  4. ;
  5.  
  6. [Version]
  7. ; DVS Release build, 2095937036869724.1
  8. Signature="$Windows NT$"
  9. Class=Mouse
  10. ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
  11. Provider=%MfgName%
  12. DriverVer = 07/19/2016,8.16.22415.53
  13. CatalogFile=nvswcfilter.cat
  14. PnpLockDown = 1
  15.  
  16. [ControlFlags]
  17. ; We don't want our device to be installable via the non-PnP hardware dialogs
  18. ExcludeFromSelect = *
  19.  
  20. [SourceDisksNames]
  21. 1=%DiskName%
  22.  
  23. [SourceDisksFiles.x86]
  24. nvswcfilter32.sys = 1
  25. WdfCoInstaller0100932.dll = 1
  26.  
  27. [SourceDisksFiles.amd64]
  28. nvswcfilter64.sys = 1
  29. WdfCoInstaller0100964.dll = 1
  30.  
  31. [Manufacturer]
  32. %MfgName%=NVSWCFilter,ntx86,ntamd64
  33.  
  34. [NVSWCFilter.ntx86]
  35. %HID\Vid_0955&Pid_7210&REV_0100&Col02.DeviceDesc%=NVSWCFilter.Dev.ntx86, HID\Vid_0955&Pid_7210&REV_0100&Col02
  36.  
  37. [NVSWCFilter.ntamd64]
  38. %HID\Vid_0955&Pid_7210&REV_0100&Col02.DeviceDesc%=NVSWCFilter.Dev.ntamd64, HID\Vid_0955&Pid_7210&REV_0100&Col02
  39.  
  40. [DestinationDirs]
  41. NVSWCFilter32.Files = 12
  42. NVSWCFilter64.Files = 12
  43. CoInstaller_CopyFiles_32 = 11
  44. CoInstaller_CopyFiles_64 = 11
  45.  
  46. [NVSWCFilter.Dev.ntx86]
  47. Include = MSMOUSE.INF
  48. Needs = HID_Mouse_Inst.NT
  49. CopyFiles=NVSWCFilter32.Files
  50.  
  51. [NVSWCFilter.Dev.ntx86.HW]
  52. Include = MSMOUSE.INF
  53. Needs = HID_Mouse_Inst.NT
  54. AddReg = NVSWCFilter.Dev.HWAddReg
  55.  
  56. [NVSWCFilter.Dev.ntamd64]
  57. Include = MSMOUSE.INF
  58. Needs = HID_Mouse_Inst.NT
  59. CopyFiles=NVSWCFilter64.Files
  60.  
  61. [NVSWCFilter.Dev.ntamd64.HW]
  62. Include = MSMOUSE.INF
  63. Needs = HID_Mouse_Inst.NT
  64. AddReg = NVSWCFilter.Dev.HWAddReg
  65.  
  66. [NVSWCFilter.Dev.ntx86.CoInstallers]
  67. AddReg=CoInstaller_AddReg
  68. CopyFiles=CoInstaller_CopyFiles_32
  69.  
  70. [NVSWCFilter.Dev.ntamd64.CoInstallers]
  71. AddReg=CoInstaller_AddReg
  72. CopyFiles=CoInstaller_CopyFiles_64
  73.  
  74. [NVSWCFilter.Dev.ntx86.Services]
  75. Needs = HID_Mouse_Inst.NT.Services
  76. AddService = NVSWCFilter, , NVSWCFilter.AddService
  77.  
  78. [NVSWCFilter.Dev.ntamd64.Services]
  79. Needs = HID_Mouse_Inst.NT.Services
  80. AddService = NVSWCFilter, , NVSWCFilter.AddService
  81.  
  82. [NVSWCFilter.Dev.HWAddReg]
  83. HKR,,"UpperFilters",0x00010000,"NVSWCFilter"
  84.  
  85. [NVSWCFilter.AddService]
  86. DisplayName = %NVSWCFilter.SvcDesc%
  87. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  88. StartType = 3 ; SERVICE_DEMAND_START
  89. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  90. ServiceBinary = %12%\nvswcfilter.sys
  91. ;LoadOrderGroup = PNP Filter
  92.  
  93. [NVSWCFilter32.Files]
  94. nvswcfilter.sys,nvswcfilter32.sys,,0x00004000
  95.  
  96. [NVSWCFilter64.Files]
  97. nvswcfilter.sys,nvswcfilter64.sys,,0x00004000
  98.  
  99. [CoInstaller_AddReg]
  100. HKR,,CoInstallers32,0x00010000, "WdfCoInstaller01009.dll,WdfCoInstaller"
  101.  
  102. [CoInstaller_CopyFiles_32]
  103. WdfCoInstaller01009.dll,WdfCoInstaller0100932.dll,,0x00004000
  104.  
  105. [CoInstaller_CopyFiles_64]
  106. WdfCoInstaller01009.dll,WdfCoInstaller0100964.dll,,0x00004000
  107.  
  108. [NVSWCFilter.Dev.ntx86.Wdf]
  109. KmdfService = NVSWCFilter, NVSWCFilter_Wdfsect
  110.  
  111. [NVSWCFilter.Dev.ntamd64.Wdf]
  112. KmdfService = NVSWCFilter, NVSWCFilter_Wdfsect
  113.  
  114. [NVSWCFilter_Wdfsect]
  115. KmdfLibraryVersion = 1.9
  116.  
  117. [nv_CoInstaller_Data]
  118. OriginalInfSourcePath = %1%
  119.  
  120. ;---------------------------------------------------------------;
  121.  
  122. [Strings]
  123. MfgName="NVIDIA"
  124. HID\Vid_0955&Pid_7210&REV_0100&Col02.DeviceDesc="NVIDIA SHIELD Wireless Controller Trackpad"
  125. NVSWCFilter.SvcDesc="NVIDIA SHIELD Wireless Controller Trackpad Service"
  126. DiskName="NVIDIA SHIELD Wireless Controller Trackpad Filter driver installation disk"
  127.  
  128. ; Standard defs
  129. SPSVCINST_TAGTOFRONT = 0x00000001
  130. ;SPSVCINST_ASSOCSERVICE= 0x00000002
  131. SERVICE_KERNEL_DRIVER = 1
  132. SERVICE_BOOT_START = 0
  133. SERVICE_SYSTEM_START = 1
  134. SERVICE_AUTO_START = 2
  135. SERVICE_ERROR_NORMAL = 1
  136. SERVICE_ERROR_IGNORE = 0
  137. REG_EXPAND_SZ = 0x00020000
  138. REG_DWORD = 0x00010001
  139. REG_SZ = 0x00000000
Add Comment
Please, Sign In to add comment