Leaked source code of windows server 2003
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.

130 lines
3.5 KiB

  1. ;
  2. ; Phil1vid.INF --
  3. ; This file contains installation information for digital camera and
  4. ; other image devices.
  5. ;
  6. ; It is using the default installer.
  7. ;
  8. ; This file installs the PCA645VC Philips camera
  9. ;
  10. [Version]
  11. LayoutFile=Layout.inf
  12. signature="$CHICAGO$"
  13. Class=Image
  14. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  15. Provider=%PName%
  16. [ControlFlags]
  17. ; All PnP devices should be excluded from manual AddDevice Applet list
  18. ExcludeFromSelect=*
  19. [Manufacturer]
  20. %philips%=Philips
  21. [DestinationDirs]
  22. DefaultDestDir=11 ; LDID_SYS
  23. ; Delete old Win95 and "Detroit" update drivers
  24. Phil1Cam.CopyDrivers=10,system32\drivers
  25. Phil1Cam.CopyExtDll=10,system
  26. ;---------------------------------------------------------------
  27. ; Philips. PCA645VC camera model
  28. ;---------------------------------------------------------------
  29. [Philips]
  30. %Phil1Cam.DeviceDesc%=Phil1Cam,USB\VID_0471&PID_0302&MI_00
  31. %Phil2Cam.DeviceDesc%=Phil2Cam,USB\VID_0471&PID_0303&MI_00
  32. [Phil1Cam.ntx86]
  33. Include= ks.inf, kscaptur.inf
  34. Needs= KS.Registration,KSCAPTUR.Registration.NT
  35. AddReg= Phil1Cam.AddReg
  36. CopyFiles= Phil1Cam.CopyDrivers, Phil1Cam.CopyExtDll
  37. SubClass=StillImage
  38. DeviceType=3
  39. DeviceSubType=0x1
  40. Capabilities=0x00000031
  41. DeviceData=Phil1Cam.DeviceData
  42. ICMProfiles="sRGB Color Space Profile.icm"
  43. [Phil2Cam.ntx86]
  44. Include= ks.inf, kscaptur.inf
  45. Needs= KS.Registration,KSCAPTUR.Registration.NT
  46. AddReg= Phil1Cam.AddReg
  47. CopyFiles= Phil1Cam.CopyDrivers, Phil1Cam.CopyExtDll
  48. SubClass=StillImage
  49. DeviceType=3
  50. DeviceSubType=0x1
  51. Capabilities=0x00000031
  52. DeviceData=Phil1Cam.DeviceData
  53. ICMProfiles="sRGB Color Space Profile.icm"
  54. [Phil1Cam.AddReg]
  55. HKR,,DevLoader,,*ntkern
  56. HKR,,NTMPDriver,,philcam1.sys
  57. HKR,,OkToHibernate,3,01
  58. HKR,,DontSuspendIfStreamsAreRunning,3,01
  59. HKR,,PageOutWhenUnopened,3,01
  60. HKR,,HardwareConfig,1,1
  61. HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}"
  62. [Phil1Cam.CopyDrivers]
  63. stream.sys
  64. philcam1.sys
  65. usbcamd2.sys
  66. [Phil1Cam.DeviceData]
  67. Server=local
  68. UI DLL=sti.dll
  69. UI Class ID={5d8ef5a3-ac13-11d2-a093-00c04f72dc3c}
  70. [Phil1Cam.CopyExtDll]
  71. philcam1.dll
  72. [Phil1Cam.ntx86.Interfaces]
  73. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil1Cam.Interface
  74. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil1Cam.Interface
  75. [Phil2Cam.ntx86.Interfaces]
  76. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil2Cam.Interface
  77. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil2Cam.Interface
  78. [Phil1Cam.Interface]
  79. AddReg=Phil1Cam.Intf.AddReg
  80. [Phil1Cam.Intf.AddReg]
  81. HKR,,CLSID,,%ProxyVCap.CLSID%
  82. HKR,,FriendlyName,,%Phil1Cam.DeviceDesc%
  83. HKR,,ExtensionDLL,,%CAM.ExtensionDLL%
  84. [Phil2Cam.Interface]
  85. AddReg=Phil2Cam.Intf.AddReg
  86. [Phil2Cam.Intf.AddReg]
  87. HKR,,CLSID,,%ProxyVCap.CLSID%
  88. HKR,,FriendlyName,,%Phil2Cam.DeviceDesc%
  89. HKR,,ExtensionDLL,,%CAM.ExtensionDLL%
  90. [Phil1Cam.ntx86.Services]
  91. AddService = Philipscam1,0x00000002,Phil1Cam.ServiceInstall
  92. [Phil2Cam.ntx86.Services]
  93. AddService = Philipscam2,0x00000002,Phil2Cam.ServiceInstall
  94. [Phil1Cam.ServiceInstall]
  95. DisplayName = %Phil1Cam.DeviceDesc%
  96. ServiceType = %SERVICE_KERNEL_DRIVER%
  97. StartType = %SERVICE_DEMAND_START%
  98. ErrorControl = %SERVICE_ERROR_NORMAL%
  99. ServiceBinary = %12%\philcam1.sys
  100. [Phil2Cam.ServiceInstall]
  101. DisplayName = %Phil2Cam.DeviceDesc%
  102. ServiceType = %SERVICE_KERNEL_DRIVER%
  103. StartType = %SERVICE_DEMAND_START%
  104. ErrorControl = %SERVICE_ERROR_NORMAL%
  105. ServiceBinary = %12%\philcam1.sys