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

  1. ;**************************************************************
  2. ;
  3. ; Copyright 2005 - 2006, Philips Semiconductors GmbH
  4. ;
  5. ;    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. ;CatalogFile.NTx86   = Ph6xIB32C0.cat
  17.  
  18.  
  19. [Manufacturer]
  20. %PROVIDER%  = SupportedBoards, NTx86...1
  21.  
  22. ;---> 32 BIT SUPPORT <---
  23. [SupportedBoards.NTx86...1]
  24. ;******** General ******** 
  25. %PHILIPS_62.DeviceDesc% = PHILIPS_62.NTx86,PCI\VEN_1131&DEV_7162&SUBSYS_00001131
  26.  
  27. [SourceDisksNames]
  28. 1 = %INSTALLATION_DISK%,,
  29.  
  30. [SourceDisksFiles]
  31. Ph6xIB32.sys           = 1
  32. Ph6xIB32MV.dll         = 1
  33.  
  34.  
  35. [DestinationDirs]
  36. Ph6xIB32.CopyDll.NTx86      = 11
  37. Ph6xIB32.CopyDriver.NTx86   = 10,system32\drivers
  38.  
  39. [Ph6xIB32.CopyDll.NTx86]
  40. Ph6xIB32MV.dll
  41.  
  42. [Ph6xIB32.CopyDriver.NTx86]
  43. Ph6xIB32.sys
  44.  
  45. ;======================================
  46. ;
  47. ;       Initialization Entries
  48. ;
  49. ;======================================
  50.  
  51. ;******** SAA7162 x32 ***
  52. [PHILIPS_62.NTx86]
  53. Include       = ks.inf, wdmaudio.inf, kscaptur.inf, bda.inf
  54. Needs         = KS.Registration, WDMAUDIO.Registration.NT, KSCAPTUR.Registration.NT, BDA.Installation.NT
  55. CopyFiles     = Ph6xIB32.CopyDriver.NTx86, Ph6xIB32.CopyDll.NTx86
  56. AddReg        = Ph6xIB32.AddReg.NTx86, PHILIPS_62.AddReg
  57. RegisterDlls  = Ph6xIB32.Register.NTx86
  58. AddProperty   = Ph6xIB32.AddProp.NTx86
  59.  
  60. [PHILIPS_62.NTx86.Services]
  61. AddService    = %SERVICE_NAME_X32%, 0x00000002, Ph6xIB32.ServiceInstall.NTx86
  62.  
  63. ;******** GENERAL x32 ***
  64. [Ph6xIB32.ServiceInstall.NTx86]
  65. DisplayName   = %DISPLAY_NAME%
  66. Description   = %SERVICE_DESCRIPTION%
  67. ServiceType   = %SERVICE_KERNEL_DRIVER%
  68. StartType     = %SERVICE_DEMAND_START%
  69. ErrorControl  = %SERVICE_ERROR_IGNORE%
  70. ServiceBinary = %12%\Ph6xIB32.sys
  71.  
  72.  
  73. ;======================================
  74. ;
  75. ;           Registry Entries
  76. ;
  77. ;======================================
  78. ; [StartName=driver-object-name]
  79. ; [AddReg=add-registry-section[, add-registry-section] ...]
  80. ; [DelReg=del-registry-section[, del-registry-section] ...]
  81. ; [BitReg=bit-registry-section[,bit-registry-section] ...]
  82. ; [LoadOrderGroup=load-order-group-name]
  83. ; [Dependencies=depend-on-item-name[,depend-on-item-name]...]
  84.  
  85. ;
  86. ;******** General DLL Registry Entries ***
  87. ;
  88.  
  89. [Ph6xIB32.Register.NTx86]
  90. 11,,Ph6xIB32MV.dll,1 ;FLG_REGSVR_DLLREGISTER
  91.  
  92. ;
  93. ;******** General Driver Registry Entries ***
  94. ;
  95.  
  96. [Ph6xIB32.AddReg.NTx86]
  97.  
  98. HKR,,DevLoader,,*NTKERN
  99. HKR,,NTMPDriver,,Ph6xIB32.sys
  100.  
  101. ; --- Registry Entries For Audio Capture ---
  102. HKR,,Driver,,Ph6xIB32.sys
  103. HKR,,AssociatedFilters,,"wdmaud,swmidi,redbook"
  104.  
  105. HKR,Drivers,SubClasses,,"wave,mixer"
  106. HKR,Drivers\wave\wdmaud.drv,Driver,,wdmaud.drv
  107. HKR,Drivers\mixer\wdmaud.drv,Driver,,wdmaud.drv
  108. HKR,Drivers\wave\wdmaud.drv,Description,,"Philips Audio Capture Device"
  109. HKR,Drivers\mixer\wdmaud.drv,Description,,"Philips Audio Capture Device"
  110.  
  111. ; add audio input and output pinnames
  112. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_IN_PIN%,"Name",,"Analog Audioinput"
  113. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_OUT_PIN%,"Name",,"Audio"
  114. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_ITU_PIN%,"Name",,"Analog ITU Video"
  115. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_I2S_PIN%,"Name",,"I2S Audio"
  116. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_AES_PIN%,"Name",,"MPEG Audio ES"
  117. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_VES_PIN%,"Name",,"MPEG Video ES"
  118. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_MPEG_PS_PIN%,"Name",, "MPEG2 Program"
  119. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_AUDIO_PIN%,"Name",,"~Audio"
  120. HKLM,SYSTEM\CurrentControlSet\Control\MediaCategories\%AVSTREAM_ANLG_VIDEO_PIN%,"Name",,"~Capture"
  121.  
  122. [Ph3xIB32.AddProp.NTx86]
  123. GenericDriverInstalled,,,,1
  124.  
  125. ;
  126. ;******** Board - Specific Registry Entries ***
  127. ;
  128.  
  129. ;---- SAA7162 ----
  130. [PHILIPS_62.AddReg]
  131.  
  132. ; Prefix will be displayed in front of the device name on every filter
  133. HKR, "Parameters","Prefix",,%PHILIPS_CUSTOM_TUNERNAME%
  134.  
  135.  
  136. ;======================================
  137. ;
  138. ;           Strings Defines
  139. ;
  140. ;======================================
  141.  
  142. [Strings]
  143. ;-------------------------------
  144. ; Capture Filter Pin Name GUIDs
  145. ;-------------------------------
  146. AVSTREAM_ANLG_AUDIO_IN_PIN   = "{7BB284B9-714D-493d-A101-B1B028E782BD}"
  147. AVSTREAM_ANLG_AUDIO_OUT_PIN  = "{5582E657-E596-42b5-9DB3-541B27A2355F}"
  148. AVSTREAM_ANLG_VIDEO_ITU_PIN  = "{82631A2E-403C-4581-A4B0-EC173D004410}"
  149. AVSTREAM_ANLG_AUDIO_I2S_PIN  = "{C2E46358-F032-4d88-B802-06B59D162730}"
  150. AVSTREAM_MPEG_AES_PIN        = "{9DEC84B9-BCEF-4aac-997E-43EDD0A2D6C7}"
  151. AVSTREAM_MPEG_VES_PIN        = "{181CF87E-7741-47ba-8629-22347E03C64C}"
  152. AVSTREAM_MPEG_PS_PIN         = "{DDA87B83-65DB-4aec-82D0-79FBE67D2BB6}"
  153. AVSTREAM_ANLG_VIDEO_PIN      = "{16FFBD0A-F770-4692-A2FF-DD394DFE9564}"
  154. AVSTREAM_ANLG_AUDIO_PIN      = "{BA9E27B1-CF44-490e-8EAB-5F662E5FFE74}"        
  155.  
  156.  
  157. ;--------------------
  158. ; System Defines
  159. ;--------------------
  160. SERVICE_BOOT_START       = 0x0 
  161. SERVICE_SYSTEM_START     = 0x1 
  162. SERVICE_AUTO_START       = 0x2 
  163. SERVICE_DEMAND_START     = 0x3 
  164. SERVICE_DISABLED         = 0x4 
  165.  
  166. SERVICE_KERNEL_DRIVER    = 0x1 
  167. SERVICE_ERROR_IGNORE     = 0x0 
  168. SERVICE_ERROR_NORMAL     = 0x1 
  169. SERVICE_ERROR_SEVERE     = 0x2
  170. SERVICE_ERROR_CRITICAL   = 0x3 
  171. FLG_REGSVR_DLLREGISTER   = 0x00000001
  172.  
  173.  
  174. ;--------------------
  175. ; Customer Strings
  176. ;--------------------
  177.  
  178. DRIVER_NAME_X32               = "Ph6xIB32.sys"
  179. MACROVISION_NAME_X32          = "Ph6xIB32MV.dll"
  180.  
  181. SERVICE_NAME_X32              = "Ph6xIB32"
  182. SERVICE_DESCRIPTION           = "Philips 716x Inbox BDA Capture Driver"
  183. DISPLAY_NAME                  = "Philips 716x PCIe TV Card"
  184.  
  185. PROVIDER                      = "Philips Semiconductors"
  186. INSTALLATION_DISK             = "Vista Installation Disk"
  187.  
  188.  
  189. ;*** Specific Names ***
  190. ;-----------------
  191. PHILIPS_CUSTOM_TUNERNAME      = "716x"
  192. PHILIPS_62.DeviceDesc         = "Philips SAA7162, Hybrid Capture Device"
  193.  
  194.