home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / ph3xibc9.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  32.7 KB  |  442 lines

  1. ;**************************************************************
  2. ;
  3. ; Copyright 2000 - 2006, Philips Semiconductors GmbH
  4. ;
  5. ;      AVerMedia Technologies Inc. - BDA Hybrid TV Capture Driver
  6. ;
  7. ;**************************************************************
  8.  
  9. [Version]
  10. signature           = "$CHICAGO$" ;All Windows OS
  11. Class               = MEDIA
  12. ClassGUID           = {4d36e96c-e325-11ce-bfc1-08002be10318}
  13. Provider            = %PROVIDER%
  14. PNPLockDown         = 1 ;;; Lock driver against 3rd party application changes
  15. DriverVer=06/21/2006,6.0.6001.18000
  16.  
  17.  
  18. [Manufacturer]
  19. %PROVIDER%  = SupportedBoards, NTx86...1, NTAMD64...1
  20.  
  21. ;---> 32 BIT SUPPORT <---
  22. [SupportedBoards.NTx86...1]
  23. ;******** V1A8 ***
  24. %V1A8.DeviceDesc%           = V1A8.NTx86,PCI\VEN_1131&DEV_7130&SUBSYS_10FF1461 ;AVerDVD EZMaker (No Tuner)
  25.  
  26. ;******** M156 ***
  27. %M156_FM1216MK3.DeviceDesc% = M156_FM1216MK3.NTx86,PCI\VEN_1131&DEV_7134&SUBSYS_A60B1461   ;M156_FM1216Mk3
  28. %M156_FM1216MK3.DeviceDesc% = M156_FM1216MK3RC.NTx86,PCI\VEN_1131&DEV_7134&SUBSYS_A70B1461 ;M156_FM1216Mk3 with Remote
  29.  
  30.  
  31. ;---> 64 BIT SUPPORT <---
  32. [SupportedBoards.NTAMD64...1]
  33. ;******** V1A8 ***
  34. %V1A8.DeviceDesc%           = V1A8.NTAMD64,PCI\VEN_1131&DEV_7130&SUBSYS_10FF1461 ;AVerDVD EZMaker (No Tuner!)
  35.  
  36. ;******** M156 ***
  37. %M156_FM1216MK3.DeviceDesc% = M156_FM1216MK3.NTAMD64,PCI\VEN_1131&DEV_7134&SUBSYS_A60B1461   ;M156_FM1216Mk3
  38. %M156_FM1216MK3.DeviceDesc% = M156_FM1216MK3RC.NTAMD64,PCI\VEN_1131&DEV_7134&SUBSYS_A70B1461 ;M156_FM1216Mk3 with Remote
  39.  
  40.  
  41. [SourceDisksNames]
  42. 1 = %INSTALLATION_DISK%,,
  43.  
  44.  
  45. [SourceDisksFiles]
  46. Ph3xIB32.sys           = 1
  47. Ph3xIB64.sys           = 1
  48. Ph3xIB32MV.dll         = 1
  49. Ph3xIB64MV.dll         = 1
  50.  
  51.  
  52. [DestinationDirs]
  53. Ph3xIB32.CopyDll.NTx86      = 11
  54. Ph3xIB64.CopyDll.NTAMD64    = 11
  55. Ph3xIB32.CopyDriver.NTx86   = 10,system32\drivers
  56. Ph3xIB64.CopyDriver.NTAMD64 = 10,system32\drivers
  57.  
  58.  
  59. [Ph3xIB32.CopyDll.NTx86]
  60. Ph3xIB32MV.dll
  61.  
  62.  
  63. [Ph3xIB64.CopyDll.NTAMD64]
  64. Ph3xIB64MV.dll
  65.  
  66.  
  67. [Ph3xIB32.CopyDriver.NTx86]
  68. Ph3xIB32.sys
  69.  
  70.  
  71. [Ph3xIB64.CopyDriver.NTAMD64]
  72. Ph3xIB64.sys
  73.  
  74.  
  75.  
  76. ;======================================
  77. ;
  78. ;       Initialization Entries
  79. ;
  80. ;======================================
  81.  
  82. ;******** V1A8 x32 ***
  83. [V1A8.NTx86]
  84. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  85. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  86. CopyFiles     = Ph3xIB32.CopyDriver.NTx86, Ph3xIB32.CopyDll.NTx86
  87. AddReg        = Ph3xIB32.AddReg.NTx86, V1A8.AddReg
  88. RegisterDlls  = Ph3xIB32.Register.NTx86
  89. AddProperty   = Ph3xIB32.AddProp.NTx86
  90.  
  91. [V1A8.NTx86.Services]
  92. AddService    = %SERVICE_NAME_X32%, 0x00000002, Ph3xIB32.ServiceInstall.NTx86
  93.  
  94.  
  95. ;******** V1A8 x64 ***
  96. [V1A8.NTAMD64]
  97. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  98. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  99. CopyFiles     = Ph3xIB64.CopyDriver.NTAMD64, Ph3xIB64.CopyDll.NTAMD64
  100. AddReg        = Ph3xIB64.AddReg.NTAMD64, V1A8.AddReg
  101. RegisterDlls  = Ph3xIB64.Register.NTAMD64
  102. AddProperty   = Ph3xIB64.AddProp.NTAMD64
  103.  
  104. [V1A8.NTAMD64.Services]
  105. AddService    = %SERVICE_NAME_X64%, 0x00000002, Ph3xIB64.ServiceInstall.NTAMD64
  106.  
  107.  
  108. ;******** M156 x32 ***
  109. [M156_FM1216MK3.NTx86]
  110. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  111. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  112. CopyFiles     = Ph3xIB32.CopyDriver.NTx86, Ph3xIB32.CopyDll.NTx86
  113. AddReg        = Ph3xIB32.AddReg.NTx86, M156_FM1216MK3.AddReg
  114. RegisterDlls  = Ph3xIB32.Register.NTx86
  115. AddProperty   = Ph3xIB32.AddProp.NTx86
  116.  
  117. [M156_FM1216MK3.NTx86.Services]
  118. AddService    = %SERVICE_NAME_X32%, 0x00000002, Ph3xIB32.ServiceInstall.NTx86
  119.  
  120.  
  121. ;******** M156 x64 ***
  122. [M156_FM1216MK3.NTAMD64]
  123. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  124. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  125. CopyFiles     = Ph3xIB64.CopyDriver.NTAMD64, Ph3xIB64.CopyDll.NTAMD64
  126. AddReg        = Ph3xIB64.AddReg.NTAMD64, M156_FM1216MK3.AddReg
  127. RegisterDlls  = Ph3xIB64.Register.NTAMD64
  128. AddProperty   = Ph3xIB64.AddProp.NTAMD64
  129.  
  130. [M156_FM1216MK3.NTAMD64.Services]
  131. AddService    = %SERVICE_NAME_X64%, 0x00000002, Ph3xIB64.ServiceInstall.NTAMD64
  132.  
  133.  
  134. ;******** M156 + RC x32 ***
  135. [M156_FM1216MK3RC.NTx86]
  136. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  137. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  138. CopyFiles     = Ph3xIB32.CopyDriver.NTx86, Ph3xIB32.CopyDll.NTx86
  139. AddReg        = Ph3xIB32.AddReg.NTx86, M156_FM1216MK3RC.AddReg
  140. RegisterDlls  = Ph3xIB32.Register.NTx86
  141. AddProperty   = Ph3xIB32.AddProp.NTx86
  142.  
  143. [M156_FM1216MK3RC.NTx86.Services]
  144. AddService    = %SERVICE_NAME_X32%, 0x00000002, Ph3xIB32.ServiceInstall.NTx86
  145.  
  146.  
  147. ;******** M156 + RC x64 ***
  148. [M156_FM1216MK3RC.NTAMD64]
  149. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  150. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  151. CopyFiles     = Ph3xIB64.CopyDriver.NTAMD64, Ph3xIB64.CopyDll.NTAMD64
  152. AddReg        = Ph3xIB64.AddReg.NTAMD64, M156_FM1216MK3RC.AddReg
  153. RegisterDlls  = Ph3xIB64.Register.NTAMD64
  154. AddProperty   = Ph3xIB64.AddProp.NTAMD64
  155.  
  156. [M156_FM1216MK3RC.NTAMD64.Services]
  157. AddService    = %SERVICE_NAME_X64%, 0x00000002, Ph3xIB64.ServiceInstall.NTAMD64
  158.  
  159.  
  160. ;******** GENERAL x32 ***
  161. [Ph3xIB32.ServiceInstall.NTx86]
  162. DisplayName   = %DISPLAY_NAME%
  163. Description   = %SERVICE_DESCRIPTION%
  164. ServiceType   = %SERVICE_KERNEL_DRIVER%
  165. StartType     = %SERVICE_DEMAND_START%
  166. ErrorControl  = %SERVICE_ERROR_IGNORE%
  167. ServiceBinary = %12%\Ph3xIB32.sys
  168.  
  169.  
  170. ;******** GENERAL x64 ***
  171. [Ph3xIB64.ServiceInstall.NTAMD64]
  172. DisplayName   = %DISPLAY_NAME%
  173. Description   = %SERVICE_DESCRIPTION%
  174. ServiceType   = %SERVICE_KERNEL_DRIVER%
  175. StartType     = %SERVICE_DEMAND_START%
  176. ErrorControl  = %SERVICE_ERROR_IGNORE%
  177. ServiceBinary = %12%\Ph3xIB64.sys
  178.  
  179.  
  180.  
  181. ;======================================
  182. ;
  183. ;           Property Entries
  184. ;
  185. ;======================================
  186. [Ph3xIB32.AddProp.NTx86]
  187. GenericDriverInstalled,,,,1
  188.  
  189. [Ph3xIB64.AddProp.NTAMD64]
  190. GenericDriverInstalled,,,,1
  191.  
  192.  
  193. ;======================================
  194. ;
  195. ;           Registry Entries
  196. ;
  197. ;======================================
  198. ; [StartName=driver-object-name]
  199. ; [AddReg=add-registry-section[, add-registry-section] ...]
  200. ; [DelReg=del-registry-section[, del-registry-section] ...]
  201. ; [BitReg=bit-registry-section[,bit-registry-section] ...]
  202. ; [LoadOrderGroup=load-order-group-name]
  203. ; [Dependencies=depend-on-item-name[,depend-on-item-name]...]
  204.  
  205. ;
  206. ;******** General DLL Registry Entries ***
  207. ;
  208.  
  209. [Ph3xIB32.Register.NTx86]
  210. 11,,Ph3xIB32MV.dll,1 ;FLG_REGSVR_DLLREGISTER
  211.  
  212.  
  213. [Ph3xIB64.Register.NTAMD64]
  214. 11,,Ph3xIB64MV.dll,1 ;FLG_REGSVR_DLLREGISTER
  215.  
  216.  
  217. ;
  218. ;******** General Driver Registry Entries ***
  219. ;
  220.  
  221. [Ph3xIB32.AddReg.NTx86]
  222.  
  223. HKR,,DevLoader,,*NTKERN
  224. HKR,,NTMPDriver,,Ph3xIB32.sys
  225.  
  226. ; --- Registry Entries For Audio Capture ---
  227. HKR,,Driver,,Ph3xIB32.sys
  228. HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
  229.  
  230. HKR,Drivers,SubClasses,,"wave,mixer"
  231. HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
  232. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  233. HKR,Drivers\wave\wdmaud.drv,Description,,"Philips Audio Capture Device"
  234. HKR,Drivers\mixer\wdmaud.drv,Description,,"Philips Audio Capture Device"
  235.  
  236. ; add audio input and output pinnames
  237. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
  238. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
  239. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
  240. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
  241. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_CAP_PIN%,"Name",,"~Audio"
  242. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_CAP_PIN%,"Name",,"~Capture"
  243. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PRE_PIN%,"Name",,"~Preview"
  244. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_AES_PIN%,"Name",,"MPEG Audio ES"
  245. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_VES_PIN%,"Name",,"MPEG Video ES"
  246. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
  247.  
  248.  
  249. [Ph3xIB64.AddReg.NTAMD64]
  250.  
  251. HKR,,DevLoader,,*NTKERN
  252. HKR,,NTMPDriver,,Ph3xIB64.sys
  253.  
  254. ; --- Registry Entries For Audio Capture ---
  255. HKR,,Driver,,Ph3xIB64.sys
  256. HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
  257.  
  258. HKR,Drivers,SubClasses,,"wave,mixer"
  259. HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
  260. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  261. HKR,Drivers\wave\wdmaud.drv,Description,,"Philips Audio Capture Device"
  262. HKR,Drivers\mixer\wdmaud.drv,Description,,"Philips Audio Capture Device"
  263.  
  264. ; add audio input and output pinnames
  265. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
  266. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
  267. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
  268. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
  269. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_CAP_PIN%,"Name",,"~Audio"
  270. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_CAP_PIN%,"Name",,"~Capture"
  271. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PRE_PIN%,"Name",,"~Preview"
  272. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_AES_PIN%,"Name",,"MPEG Audio ES"
  273. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_VES_PIN%,"Name",,"MPEG Video ES"
  274. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
  275.  
  276.  
  277. ;
  278. ;******** Board - Specific Registry Entries ***
  279. ;
  280.  
  281. ;---- V1A8 ----
  282. [V1A8.AddReg]
  283.  
  284. ; Prefix will be displayed in front of the device name on every filter
  285. HKR, "Parameters","Prefix",,%V1A8_CUSTOM_TUNERNAME%
  286.  
  287. ;************************************************************************
  288. ; If the EEPROM is not programmed, set these registry entries active
  289. ; and to the corresponding board settings.
  290. ;************************************************************************
  291. ; maps user setting to hardware audio input (1=SIF, 2=Analog1, 3=Analog2) 
  292. HKR, "AudioDecoder", "Tuner Channel",0x00010001,3
  293. HKR, "AudioDecoder", "CVBS Channel",0x00010001,2
  294. HKR, "AudioDecoder", "CVBS Channel2",0x00010001,2
  295. HKR, "AudioDecoder", "SVHS Channel",0x00010001,2
  296. HKR, "AudioDecoder", "SVHS Channel2",0x00010001,2
  297. HKR, "AudioDecoder", "FM Radio Channel",0x00010001,2
  298.  
  299. ; maps user setting to hardware video input
  300. HKR, "VideoDecoder", "Tuner Channel",0x00010001,1
  301. HKR, "VideoDecoder", "CVBS Channel",0x00010001,3
  302. HKR, "VideoDecoder", "CVBS Channel2",0x00010001,3
  303. HKR, "VideoDecoder", "SVHS Channel",0x00010001,6
  304. HKR, "VideoDecoder", "SVHS Channel2",0x00010001,6
  305.  
  306. ; I2C Device settings
  307. HKR, "I2C Devices", "Force Registry Settings",0x00010001,1
  308. HKR, "I2C Devices", "Number of I2C Devices",0x00010001,1
  309. HKR, "I2C Devices", "Device 0, Data1",0x00010001,0xFF,0x00,0x00,0x00 ; No Tuner
  310. HKR, "I2C Devices", "Device 0, Data2",0x00010001,0xFF,0x00,0x00,0x00 ; No Tuner slave addr.
  311. HKR, "I2C Devices", "Device 0, Data3",0x00010001,0xFF,0x00,0x00,0x00 ; No Tuner IF PLL slave addr.
  312.  
  313.  
  314. ;---- M156 ----
  315. [M156_FM1216MK3.AddReg]
  316.  
  317. ; Prefix will be displayed in front of the device name on every filter
  318. HKR, "Parameters","Prefix",,%M156_FM1216MK3_CUSTOM_TUNERNAME%
  319.  
  320. ; maps user setting to hardware audio input (1=SIF, 2=Analog1, 3=Analog2) 
  321. HKR, "AudioDecoder", "Tuner Channel",0x00010001,1
  322. HKR, "AudioDecoder", "CVBS Channel",0x00010001,2
  323. HKR, "AudioDecoder", "CVBS Channel2",0x00010001,2
  324. HKR, "AudioDecoder", "SVHS Channel",0x00010001,2
  325. HKR, "AudioDecoder", "SVHS Channel2",0x00010001,2
  326. HKR, "AudioDecoder", "FM Radio Channel",0x00010001,2
  327.  
  328. ; maps user setting to hardware video input
  329. HKR, "VideoDecoder", "Tuner Channel",0x00010001,1
  330. HKR, "VideoDecoder", "CVBS Channel",0x00010001,3
  331. HKR, "VideoDecoder", "CVBS Channel2",0x00010001,3
  332. HKR, "VideoDecoder", "SVHS Channel",0x00010001,6
  333. HKR, "VideoDecoder", "SVHS Channel2",0x00010001,6
  334.  
  335. ; Device settings
  336.  
  337. ; I2C Device settings
  338. HKR, "I2C Devices", "Number of I2C Devices",0x00010001,1
  339. HKR, "I2C Devices", "Device 0, Data1",0x00010001,0x05,0x00,0x00,0x00 ; FM1216_MK3
  340. HKR, "I2C Devices", "Device 0, Data2",0x00010001,0xC2,0x00,0x00,0x00 ; Tuner slave addr.
  341. HKR, "I2C Devices", "Device 0, Data3",0x00010001,0x86,0x00,0x00,0x00 ; Tuner IF PLL slave addr.
  342.  
  343. HKR, "I2C Devices", "Force Registry Settings",0x00010001,1
  344.  
  345.  
  346. ;---- M156 + RC ----
  347. [M156_FM1216MK3RC.AddReg]
  348.  
  349. ; Prefix will be displayed in front of the device name on every filter
  350. HKR, "Parameters","Prefix",,%M156_FM1216MK3_CUSTOM_TUNERNAME%
  351.  
  352. ; maps user setting to hardware audio input (1=SIF, 2=Analog1, 3=Analog2) 
  353. HKR, "AudioDecoder", "Tuner Channel",0x00010001,1
  354. HKR, "AudioDecoder", "CVBS Channel",0x00010001,2
  355. HKR, "AudioDecoder", "CVBS Channel2",0x00010001,2
  356. HKR, "AudioDecoder", "SVHS Channel",0x00010001,2
  357. HKR, "AudioDecoder", "SVHS Channel2",0x00010001,2
  358. HKR, "AudioDecoder", "FM Radio Channel",0x00010001,2
  359.  
  360. ; maps user setting to hardware video input
  361. HKR, "VideoDecoder", "Tuner Channel",0x00010001,1
  362. HKR, "VideoDecoder", "CVBS Channel",0x00010001,3
  363. HKR, "VideoDecoder", "CVBS Channel2",0x00010001,3
  364. HKR, "VideoDecoder", "SVHS Channel",0x00010001,6
  365. HKR, "VideoDecoder", "SVHS Channel2",0x00010001,6
  366.  
  367. ; Device settings
  368.  
  369. ; I2C Device settings
  370. HKR, "I2C Devices", "Number of I2C Devices",0x00010001,1
  371. HKR, "I2C Devices", "Device 0, Data1",0x00010001,0x05,0x00,0x00,0x00 ; FM1216_MK3
  372. HKR, "I2C Devices", "Device 0, Data2",0x00010001,0xC2,0x00,0x00,0x00 ; Tuner slave addr.
  373. HKR, "I2C Devices", "Device 0, Data3",0x00010001,0x86,0x00,0x00,0x00 ; Tuner IF PLL slave addr.
  374.  
  375. HKR, "I2C Devices", "Force Registry Settings",0x00010001,1
  376.  
  377.  
  378. ;======================================
  379. ;
  380. ;           Strings Defines
  381. ;
  382. ;======================================
  383.  
  384. [Strings]
  385. ;-------------------------------
  386. ; Capture Filter Pin Name GUIDs
  387. ;-------------------------------
  388. AVSTREAM_ANLG_AUDIO_IN_PIN   = "{7BB284B9-714D-493d-A101-B1B028E782BD}"
  389. AVSTREAM_ANLG_AUDIO_OUT_PIN  = "{5582E657-E596-42b5-9DB3-541B27A2355F}"
  390. AVSTREAM_ANLG_VIDEO_ITU_PIN  = "{82631A2E-403C-4581-A4B0-EC173D004410}"
  391. AVSTREAM_ANLG_AUDIO_I2S_PIN  = "{C2E46358-F032-4d88-B802-06B59D162730}"
  392. AVSTREAM_ANLG_VIDEO_CAP_PIN  = "{16FFBD0A-F770-4692-A2FF-DD394DFE9564}"
  393. AVSTREAM_ANLG_VIDEO_PRE_PIN  = "{A19F6121-9CF7-4081-8053-256668FCBE1F}"
  394. AVSTREAM_ANLG_AUDIO_CAP_PIN  = "{BA9E27B1-CF44-490e-8EAB-5F662E5FFE74}"
  395. AVSTREAM_MPEG_AES_PIN        = "{9DEC84B9-BCEF-4aac-997E-43EDD0A2D6C7}"
  396. AVSTREAM_MPEG_VES_PIN        = "{181CF87E-7741-47ba-8629-22347E03C64C}"
  397. AVSTREAM_MPEG_PS_PIN         = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"
  398.  
  399.  
  400. ;--------------------
  401. ; System Defines
  402. ;--------------------
  403. SERVICE_BOOT_START       = 0x0 
  404. SERVICE_SYSTEM_START     = 0x1 
  405. SERVICE_AUTO_START       = 0x2 
  406. SERVICE_DEMAND_START     = 0x3 
  407. SERVICE_DISABLED         = 0x4 
  408.  
  409. SERVICE_KERNEL_DRIVER    = 0x1 
  410. SERVICE_ERROR_IGNORE     = 0x0 
  411. SERVICE_ERROR_NORMAL     = 0x1 
  412. SERVICE_ERROR_SEVERE     = 0x2
  413. SERVICE_ERROR_CRITICAL   = 0x3 
  414. FLG_REGSVR_DLLREGISTER   = 0x00000001
  415.  
  416.  
  417. ;--------------------
  418. ; Customer Strings
  419. ;--------------------
  420.  
  421. DRIVER_NAME_X32               = "Ph3xIB32.sys"
  422. DRIVER_NAME_X64               = "Ph3xIB64.sys"
  423. MACROVISION_NAME_X32          = "Ph3xIB32MV.dll"
  424. MACROVISION_NAME_X64          = "Ph3xIB64MV.dll"
  425.  
  426. SERVICE_NAME_X32              = "Ph3xIB32"
  427. SERVICE_NAME_X64              = "Ph3xIB64"
  428. SERVICE_DESCRIPTION           = "Philips 713x Inbox BDA Capture Driver"
  429. DISPLAY_NAME                  = "Philips 713x Inbox PCI TV Card"
  430.  
  431. PROVIDER                      = "AVerMedia Technologies, Inc."
  432. INSTALLATION_DISK             = "Vista Installation Disk"
  433.  
  434.  
  435. ;*** Specific Names ***
  436. ;-----------------
  437. V1A8_CUSTOM_TUNERNAME             = "AVerMedia"
  438. V1A8.DeviceDesc                   = "AVerDVD EZMaker WDM Video Capture"
  439.  
  440. M156_FM1216MK3_CUSTOM_TUNERNAME   = "AVerMedia"
  441. M156_FM1216MK3.DeviceDesc         = "AVerMedia TV Tuner Card, M156 (PCI, PAL/SECAM/FM)"
  442.