Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.7 KiB

  1. ;; Cap7146.inf
  2. [Version]
  3. Signature="$CHICAGO$"
  4. Class=Media
  5. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  6. provider=%ProviderName%
  7. LayoutFile=layout.inf, layout1.inf, layout2.inf
  8. [Manufacturer]
  9. %MfgName%=Mfg0
  10. [ControlFlags]
  11. ExcludeFromSelect=*
  12. [Mfg0]
  13. %DeviceDesc%=Cap7146.Device,PCI\VEN_1131&DEV_7146
  14. [PreCopySection]
  15. HKR,,NoSetupUI,,1
  16. [DestinationDirs]
  17. Cap7146.Files.Ext = 10,System32\Drivers
  18. Cap7146.Inf.Ext = 10,Inf
  19. KSUpdate.Dll = 10,System
  20. [Cap7146.Device]
  21. Include=ks.inf, kscaptur.inf
  22. Needs=KS.Registration,KSCAPTUR.Registration
  23. CopyFiles=Cap7146.Files.Ext,Cap7146.Inf.Ext,KSUpdate.Dll
  24. AddReg=Cap7146.AddReg
  25. [Cap7146.Device.NT]
  26. Include=ks.inf, kscaptur.inf
  27. Needs=KS.Registration,KSCAPTUR.Registration.NT
  28. CopyFiles=Cap7146.Files.Ext, Cap7146.Inf.Ext
  29. AddReg=Cap7146.AddReg
  30. [Cap7146.Device.NT.Services]
  31. Addservice = Cap7146, 0x00000002, Cap7146.AddService
  32. [Cap7146.AddService]
  33. DisplayName = %SvcDesc%
  34. ServiceType = 1 ; SERVICE_KERNEL_DRIVER
  35. StartType = 3 ; SERVICE_DEMAND_START
  36. ErrorControl = 1 ; SERVICE_ERROR_NORMAL
  37. ServiceBinary = %10%\System32\Drivers\Cap7146.sys
  38. LoadOrderGroup = Base
  39. [Cap7146.AddReg]
  40. HKR,,DevLoader,,*ntkern
  41. HKR,,NTMPDriver,,Cap7146.sys
  42. HKR, "Parameters", "AdjustHyo",,"0"
  43. HKR, "Parameters", "InvertField",,"1"
  44. HKR, "Parameters", "InputPortA",,"Transport"
  45. HKR, "Parameters", "InputPortB",,"Video"
  46. HKR, "Parameters", "SyncSelPortA",,"A"
  47. HKR, "Parameters", "SyncSelPortB",,"B"
  48. HKR, "Parameters", "EnableXport",,"1"
  49. HKR,"ENUM\Device2",pnpid,,"philtune"
  50. ; HKR, "Parameters", "EnableDebi",,"1"
  51. ; HKR,"ENUM\Device1",pnpid,,"phildc46"
  52. ; HKR,"ENUM\Device3",pnpid,,"wdm6750"
  53. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,AdjustHyo,,"0"
  54. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,InvertField,,"1"
  55. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,InputPortA,,"Transport"
  56. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,InputPortB,,"Video"
  57. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,SyncSelPortA,,"A"
  58. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,SyncSelPortB,,"B"
  59. HKLM,SYSTEM\CurrentControlSet\Services\Cap7146\Parameters,EnableXport,,"1"
  60. [Cap7146.Files.Ext]
  61. Cap7146.sys
  62. PhilTune.sys
  63. [Cap7146.Inf.Ext]
  64. Philtune.inf
  65. [Cap7146.Device.Interfaces]
  66. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  67. [Cap7146.Device.NT.Interfaces]
  68. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  69. [VideoCapture]
  70. AddReg=VideoCapture.AddReg
  71. [VideoCapture.AddReg]
  72. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  73. HKR,,FriendlyName,,%Desc.Filter%
  74. ;---------------------------------------------------------------;