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.

233 lines
7.5 KiB

  1. ;===============================================================
  2. ; Copyright : Philips CE, 1999-2000
  3. ;
  4. ; Phil2vid.INF -- This file contains installation information for the video device
  5. ; of the PCVC675/680K/690 USB cameras
  6. ;
  7. ;
  8. ; Inf.files set version: 1.0
  9. ; revised : September 3, 1999
  10. ; added 690 : December 6, 2000
  11. ;
  12. ;
  13. ;===============================================================
  14. [Version]
  15. LayoutFile=Layout.inf
  16. signature="$CHICAGO$"
  17. Class=Image
  18. ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
  19. Provider=%PName%
  20. [ControlFlags]
  21. ; All PnP devices should be excluded from manual AddDevice Applet list
  22. ExcludeFromSelect=*
  23. [Manufacturer]
  24. %philips%=Philips
  25. [DestinationDirs]
  26. DefaultDestDir=11 ; LDID_SYS
  27. Phil3Cam.CopyDrivers=10,system32\drivers
  28. Phil3Cam.CopyExtDll=10,system
  29. DfltDS.CopyFiles = 10,TWAIN_32
  30. ;------------------------------------------------------------------
  31. ; Philips. 675 / 680 / 690 camera models
  32. ;------------------------------------------------------------------
  33. [Philips]
  34. %Phil3Cam.DeviceDesc%=Phil3Cam,USB\VID_0471&PID_0307&MI_00
  35. %Phil4Cam.DeviceDesc%=Phil4Cam,USB\VID_0471&PID_0308&MI_00
  36. %Phil5Cam.DeviceDesc%=Phil5Cam,USB\VID_0471&PID_030C&MI_00
  37. ;=============================== VGA cameras: 675 / 680 / 690 ============================================================
  38. [Phil3Cam]
  39. Include= ks.inf, kscaptur.inf, phdsext.inf
  40. Needs= KS.Registration,KSCAPTUR.Registration, phdsext.Registration.675
  41. AddReg= Phil3Cam.AddReg
  42. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  43. SubClass=StillImage
  44. DeviceType=3
  45. DeviceSubType=0x1
  46. Capabilities=0x00000031
  47. DeviceData=Phil3Cam.DeviceData
  48. ICMProfiles="sRGB Color Space Profile.icm"
  49. [Phil3Cam.NT]
  50. Include= ks.inf, kscaptur.inf, phdsext.inf
  51. Needs= KS.Registration,KSCAPTUR.Registration.NT, phdsext.Registration.675
  52. AddReg= Phil3Cam.AddReg
  53. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  54. SubClass=StillImage
  55. DeviceType=3
  56. DeviceSubType=0x1
  57. Capabilities=0x00000031
  58. DeviceData=Phil3Cam.DeviceData
  59. ICMProfiles="sRGB Color Space Profile.icm"
  60. [Phil4Cam]
  61. Include= ks.inf, kscaptur.inf, phdsext.inf
  62. Needs= KS.Registration,KSCAPTUR.Registration, phdsext.Registration.680
  63. AddReg= Phil3Cam.AddReg
  64. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  65. SubClass=StillImage
  66. DeviceType=3
  67. DeviceSubType=0x1
  68. Capabilities=0x00000031
  69. DeviceData=Phil3Cam.DeviceData
  70. ICMProfiles="sRGB Color Space Profile.icm"
  71. [Phil4Cam.NT]
  72. Include= ks.inf, kscaptur.inf, phdsext.inf
  73. Needs= KS.Registration,KSCAPTUR.Registration.NT, phdsext.Registration.680
  74. AddReg= Phil3Cam.AddReg
  75. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  76. SubClass=StillImage
  77. DeviceType=3
  78. DeviceSubType=0x1
  79. Capabilities=0x00000031
  80. DeviceData=Phil3Cam.DeviceData
  81. ICMProfiles="sRGB Color Space Profile.icm"
  82. [Phil5Cam]
  83. Include= ks.inf, kscaptur.inf, phdsext.inf
  84. Needs= KS.Registration,KSCAPTUR.Registration, phdsext.Registration.690
  85. AddReg= Phil3Cam.AddReg
  86. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  87. SubClass=StillImage
  88. DeviceType=3
  89. DeviceSubType=0x1
  90. Capabilities=0x00000031
  91. DeviceData=Phil3Cam.DeviceData
  92. ICMProfiles="sRGB Color Space Profile.icm"
  93. [Phil5Cam.NT]
  94. Include= ks.inf, kscaptur.inf, phdsext.inf
  95. Needs= KS.Registration,KSCAPTUR.Registration.NT, phdsext.Registration.690
  96. AddReg= Phil3Cam.AddReg
  97. CopyFiles= Phil3Cam.CopyDrivers, Phil3Cam.CopyExtDll, DfltDS.CopyFiles
  98. SubClass=StillImage
  99. DeviceType=3
  100. DeviceSubType=0x1
  101. Capabilities=0x00000031
  102. DeviceData=Phil3Cam.DeviceData
  103. ICMProfiles="sRGB Color Space Profile.icm"
  104. ;------------------------------------------------------------------
  105. ; Philips 675 camera
  106. ;------------------------------------------------------------------
  107. [Phil3Cam.AddReg]
  108. HKR,,DevLoader,,*ntkern
  109. HKR,,NTMPDriver,,philcam2.sys
  110. HKR,,PageOutWhenUnopened,3,01
  111. ; HKR,,OkToHibernate,3,01
  112. HKR,,DontSuspendIfStreamsAreRunning,3,01
  113. HKR,,HardwareConfig,1,1
  114. HKR,,USDClass,,"{0527d1d0-88c2-11d2-82c7-00c04f8ec183}"
  115. [Phil3Cam.CopyDrivers]
  116. stream.sys
  117. philcam2.sys
  118. usbcamd2.sys
  119. [Phil3Cam.CopyExtDll]
  120. phvfwext.dll
  121. [DfltDS.CopyFiles]
  122. ;Camtwn10.ds
  123. [Phil3Cam.DeviceData]
  124. Server=local
  125. UI DLL=sti.dll
  126. UI Class ID={5d8ef5a3-ac13-11d2-a093-00c04f72dc3c}
  127. [Phil3Cam.Interfaces]
  128. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil3Cam.Interface
  129. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil3Cam.Interface
  130. [Phil3Cam.NT.Interfaces]
  131. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil3Cam.Interface
  132. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil3Cam.Interface
  133. [Phil3Cam.Interface]
  134. AddReg=Phil3Cam.Intf.AddReg
  135. [Phil3Cam.Intf.AddReg]
  136. HKR,,CLSID,,%ProxyVCap.CLSID%
  137. HKR,,FriendlyName,,%Phil3Cam.DeviceDesc%
  138. HKR,,ExtensionDLL,,%CAM2.ExtensionDLL%
  139. HKR,PageAliases,"{71F96464-78F3-11d0-A18C-00A0C9118956}",1,21,E8,C2,3D, 13,47, d2,11, 0xba, 0x41, 0x0, 0xa0, 0xc9, 0xd, 0x2b, 0x5
  140. HKR,PinFactory\1\Interfaces\{5BB95400-52BB-11d2-BA41-00A0C90D2B05},,,
  141. [Phil3Cam.NT.Services]
  142. AddService = phil2vid,0x00000002,phil2vid.ServiceInstall
  143. ;------------------------------------------------------------------
  144. ; Philips 680 camera
  145. ;------------------------------------------------------------------
  146. [Phil4Cam.Interfaces]
  147. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil4Cam.Interface
  148. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil4Cam.Interface
  149. [Phil4Cam.NT.Interfaces]
  150. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil4Cam.Interface
  151. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil4Cam.Interface
  152. [Phil4Cam.Interface]
  153. AddReg=Phil4Cam.Intf.AddReg
  154. [Phil4Cam.Intf.AddReg]
  155. HKR,,CLSID,,%ProxyVCap.CLSID%
  156. HKR,,FriendlyName,,%Phil4Cam.DeviceDesc%
  157. HKR,,ExtensionDLL,,%CAM2.ExtensionDLL%
  158. HKR,PageAliases,"{71F96464-78F3-11d0-A18C-00A0C9118956}",1,21,E8,C2,3D, 13,47, d2,11, 0xba, 0x41, 0x0, 0xa0, 0xc9, 0xd, 0x2b, 0x5
  159. HKR,PinFactory\1\Interfaces\{5BB95400-52BB-11d2-BA41-00A0C90D2B05},,,
  160. [Phil4Cam.NT.Services]
  161. AddService = phil2vid,0x00000002,phil2vid.ServiceInstall
  162. ;------------------------------------------------------------------
  163. ; Philips 690 camera
  164. ;------------------------------------------------------------------
  165. [Phil5Cam.Interfaces]
  166. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil5Cam.Interface
  167. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil5Cam.Interface
  168. [Phil5Cam.NT.Interfaces]
  169. AddInterface=%KSCATEGORY_CAPTURE%,GLOBAL,Phil5Cam.Interface
  170. AddInterface=%KSCATEGORY_VIDEO%,GLOBAL,Phil5Cam.Interface
  171. [Phil5Cam.Interface]
  172. AddReg=Phil5Cam.Intf.AddReg
  173. [Phil5Cam.Intf.AddReg]
  174. HKR,,CLSID,,%ProxyVCap.CLSID%
  175. HKR,,FriendlyName,,%Phil5Cam.DeviceDesc%
  176. HKR,,ExtensionDLL,,%CAM2.ExtensionDLL%
  177. HKR,PageAliases,"{71F96464-78F3-11d0-A18C-00A0C9118956}",1,21,E8,C2,3D, 13,47, d2,11, 0xba, 0x41, 0x0, 0xa0, 0xc9, 0xd, 0x2b, 0x5
  178. HKR,PinFactory\1\Interfaces\{5BB95400-52BB-11d2-BA41-00A0C90D2B05},,,
  179. [Phil5Cam.NT.Services]
  180. AddService = phil2vid,0x00000002,phil2vid.ServiceInstall
  181. ;------------------------------------------------------------------
  182. ; Philips 675/680/690 camera
  183. ;------------------------------------------------------------------
  184. [phil2vid.ServiceInstall]
  185. DisplayName = %phil2vid.ServDeviceDesc%
  186. ServiceType = %SERVICE_KERNEL_DRIVER%
  187. StartType = %SERVICE_DEMAND_START%
  188. ErrorControl = %SERVICE_ERROR_NORMAL%
  189. ServiceBinary = %12%\philcam2.sys