home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 January / VPR0201B.ISO / DRIVER / AOPEN / WDM_V11 / wdm_v11.exe / cxxbar.inf < prev    next >
Windows Setup INFormation  |  2001-06-29  |  8KB  |  239 lines

  1. [Version]
  2. LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
  3. signature="$CHICAGO$"
  4. Class=Media
  5. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  6. Provider=%Msft%
  7. DriverVer=02/22/2001,5.0.0.6
  8.  
  9. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  10.  
  11. [DestinationDirs]
  12. CXXBAR.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  13.  
  14. [Manufacturer]
  15. %MS%=MS
  16.  
  17. ; =================== Generic ==================================
  18.  
  19. [MS]
  20. %CXXBAR.DeviceDesc%=CXXBAR.BOARDMUX,STREAM\CXXBAR.BOARDMUX
  21. %CXXBAR.DeviceDesc%=CXXBAR.MICRONAS,STREAM\CXXBAR.MICRONAS
  22. %CXXBAR.DeviceDesc%=CXXBAR.NOAUDIO,STREAM\CXXBAR.NOAUDIO
  23.  
  24. [CXXBAR.Boardmux]
  25. Include  =  ks.inf, kscaptur.inf
  26. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  27. ;AddReg   =  CXXBAR.addreg
  28. AddReg   =  CXXBAR.Boardmux.addreg
  29. CopyFiles=  CXXBAR.CopyDrivers
  30. KnownFiles= CXXBAR.KnownFiles
  31.  
  32. [CXXBAR.Micronas]
  33. Include  =  ks.inf, kscaptur.inf
  34. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  35. AddReg   =  CXXBAR.Micronas.addreg
  36. CopyFiles=  CXXBAR.CopyDrivers
  37. KnownFiles= CXXBAR.KnownFiles
  38.  
  39. [CXXBAR.NoAudio]
  40. Include  =  ks.inf, kscaptur.inf
  41. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  42. AddReg   =  CXXBAR.NoAudio.addreg
  43. CopyFiles=  CXXBAR.CopyDrivers
  44. KnownFiles= CXXBAR.KnownFiles
  45.  
  46. [CXXBAR.CopyDrivers]
  47. ;stream.sys
  48. cxxbar.sys
  49.  
  50. [CXXBAR.KnownFiles]
  51. cxxbar.sys=safe
  52.  
  53. [CXXBAR.Boardmux.AddReg]
  54. HKR,,DevLoader,,*ntkern
  55. HKR,,NTMPDriver,,cxxbar.sys
  56. HKR,,OkToHibernate,3,01
  57. HKR,,PageOutWhenUnopened,3,01
  58. HKR,"DriverData","LastVideoSource",0x00010001, 0x01,0x00,0x00,0x00
  59. HKR,"DriverData","LastAudioSource",0x00010001, 0xff,0xff,0xff,0xff
  60. HKR,"DriverData","AudioType",0x00010001, 0x00,0x00,0x00,0x00
  61.  
  62. ;video svideo
  63. HKR,"DriverData\InPin0","PinType",0x00010001, 0x03,0x00,0x00,0x00
  64. HKR,"DriverData\InPin0","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  65. HKR,"DriverData\InPin0","Medium",,%GUID_NULL%
  66.  
  67. ;video tuner
  68. HKR,"DriverData\InPin1","PinType",0x00010001, 0x01,0x00,0x00,0x00
  69. HKR,"DriverData\InPin1","RelatedPinIndex",0x00010001, 0x03,0x00,0x00,0x00
  70. HKR,"DriverData\InPin1","Medium",,%GUID_0%
  71.  
  72. ;video composite
  73. HKR,"DriverData\InPin2","PinType",0x00010001, 0x02,0x00,0x00,0x00
  74. HKR,"DriverData\InPin2","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  75. HKR,"DriverData\InPin2","Medium",,%GUID_NULL%
  76.  
  77. ;audio tuner
  78. HKR,"DriverData\InPin3","PinType",0x00010001, 0x00,0x10,0x00,0x00
  79. HKR,"DriverData\InPin3","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  80. HKR,"DriverData\InPin3","Medium",,%GUID_3%
  81.  
  82. ;audio line
  83. HKR,"DriverData\InPin4","PinType",0x00010001, 0x01,0x10,0x00,0x00
  84. HKR,"DriverData\InPin4","RelatedPinIndex",0x00010001, 0x02,0x00,0x00,0x00
  85. HKR,"DriverData\InPin4","Medium",,%GUID_5%
  86.  
  87. ;video video decoder
  88. HKR,"DriverData\OutPin0","PinType",0x00010001, 0x0C,0x00,0x00,0x00
  89. HKR,"DriverData\OutPin0","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  90. HKR,"DriverData\OutPin0","Medium",,%GUID_4%
  91.  
  92. ;audio audio decoder
  93. HKR,"DriverData\OutPin1","PinType",0x00010001, 0x09,0x10,0x00,0x00
  94. HKR,"DriverData\OutPin1","RelatedPinIndex",0x00010001, 0x00,0x00,0x00,0x00
  95. HKR,"DriverData\OutPin1","Medium",,%GUID_NULL%
  96.  
  97.  
  98. [CXXBAR.Micronas.AddReg]
  99. HKR,,DevLoader,,*ntkern
  100. HKR,,NTMPDriver,,cxxbar.sys
  101. HKR,,OkToHibernate,3,01
  102. HKR,,PageOutWhenUnopened,3,01
  103. HKR,"DriverData","LastVideoSource",0x00010001, 0x01,0x00,0x00,0x00
  104. HKR,"DriverData","LastAudioSource",0x00010001, 0xff,0xff,0xff,0xff
  105. HKR,"DriverData","AudioType",0x00010001, 0x01,0x00,0x00,0x00
  106.  
  107. ;video svideo
  108. HKR,"DriverData\InPin0","PinType",0x00010001, 0x03,0x00,0x00,0x00
  109. HKR,"DriverData\InPin0","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  110. HKR,"DriverData\InPin0","Medium",,%GUID_NULL%
  111.  
  112. ;video tuner
  113. HKR,"DriverData\InPin1","PinType",0x00010001, 0x01,0x00,0x00,0x00
  114. HKR,"DriverData\InPin1","RelatedPinIndex",0x00010001, 0x03,0x00,0x00,0x00
  115. HKR,"DriverData\InPin1","Medium",,%GUID_0%
  116.  
  117. ;video composite
  118. HKR,"DriverData\InPin2","PinType",0x00010001, 0x02,0x00,0x00,0x00
  119. HKR,"DriverData\InPin2","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  120. HKR,"DriverData\InPin2","Medium",,%GUID_NULL%
  121.  
  122. ;audio tuner
  123. HKR,"DriverData\InPin3","PinType",0x00010001, 0x00,0x10,0x00,0x00
  124. HKR,"DriverData\InPin3","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  125. HKR,"DriverData\InPin3","Medium",,%GUID_3%
  126.  
  127. ;audio line
  128. HKR,"DriverData\InPin4","PinType",0x00010001, 0x01,0x10,0x00,0x00
  129. HKR,"DriverData\InPin4","RelatedPinIndex",0x00010001, 0x02,0x00,0x00,0x00
  130. HKR,"DriverData\InPin4","Medium",,%GUID_5%
  131.  
  132. ;video video decoder
  133. HKR,"DriverData\OutPin0","PinType",0x00010001, 0x0C,0x00,0x00,0x00
  134. HKR,"DriverData\OutPin0","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  135. HKR,"DriverData\OutPin0","Medium",,%GUID_4%
  136.  
  137. ;audio audio decoder
  138. HKR,"DriverData\OutPin1","PinType",0x00010001, 0x09,0x10,0x00,0x00
  139. HKR,"DriverData\OutPin1","RelatedPinIndex",0x00010001, 0x00,0x00,0x00,0x00
  140. HKR,"DriverData\OutPin1","Medium",,%GUID_NULL%
  141.  
  142. [CXXBAR.NoAudio.AddReg]
  143. HKR,,DevLoader,,*ntkern
  144. HKR,,NTMPDriver,,cxxbar.sys
  145. HKR,,OkToHibernate,3,01
  146. HKR,,PageOutWhenUnopened,3,01
  147. HKR,"DriverData","LastVideoSource",0x00010001, 0x01,0x00,0x00,0x00
  148. HKR,"DriverData","LastAudioSource",0x00010001, 0xff,0xff,0xff,0xff
  149. HKR,"DriverData","AudioType",0x00010001, 0x02,0x00,0x00,0x00
  150.  
  151. ;video svideo
  152. HKR,"DriverData\InPin0","PinType",0x00010001, 0x03,0x00,0x00,0x00
  153. HKR,"DriverData\InPin0","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  154. HKR,"DriverData\InPin0","Medium",,%GUID_NULL%
  155.  
  156. ;video tuner
  157. HKR,"DriverData\InPin1","PinType",0x00010001, 0x01,0x00,0x00,0x00
  158. HKR,"DriverData\InPin1","RelatedPinIndex",0x00010001, 0x03,0x00,0x00,0x00
  159. HKR,"DriverData\InPin1","Medium",,%GUID_0%
  160.  
  161. ;video composite
  162. HKR,"DriverData\InPin2","PinType",0x00010001, 0x02,0x00,0x00,0x00
  163. HKR,"DriverData\InPin2","RelatedPinIndex",0x00010001, 0x04,0x00,0x00,0x00
  164. HKR,"DriverData\InPin2","Medium",,%GUID_NULL%
  165.  
  166. ;audio tuner
  167. HKR,"DriverData\InPin3","PinType",0x00010001, 0x00,0x10,0x00,0x00
  168. HKR,"DriverData\InPin3","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  169. HKR,"DriverData\InPin3","Medium",,%GUID_3%
  170.  
  171. ;audio line
  172. HKR,"DriverData\InPin4","PinType",0x00010001, 0x01,0x10,0x00,0x00
  173. HKR,"DriverData\InPin4","RelatedPinIndex",0x00010001, 0x02,0x00,0x00,0x00
  174. HKR,"DriverData\InPin4","Medium",,%GUID_5%
  175.  
  176. ;video video decoder
  177. HKR,"DriverData\OutPin0","PinType",0x00010001, 0x0C,0x00,0x00,0x00
  178. HKR,"DriverData\OutPin0","RelatedPinIndex",0x00010001, 0x01,0x00,0x00,0x00
  179. HKR,"DriverData\OutPin0","Medium",,%GUID_4%
  180.  
  181. ;audio audio decoder
  182. HKR,"DriverData\OutPin1","PinType",0x00010001, 0x09,0x10,0x00,0x00
  183. HKR,"DriverData\OutPin1","RelatedPinIndex",0x00010001, 0x00,0x00,0x00,0x00
  184. HKR,"DriverData\OutPin1","Medium",,%GUID_NULL%
  185.  
  186.  
  187. [CXXBAR.Boardmux.Interfaces]
  188. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
  189.  
  190. [CXXBAR.Micronas.Interfaces]
  191. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
  192.  
  193. [CXXBAR.NoAudio.Interfaces]
  194. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",Crossbar,
  195.  
  196. [Crossbar]
  197. AddReg=Crossbar.AddReg
  198.  
  199. [Crossbar.AddReg]
  200. HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
  201. HKR,,FriendlyName,,%CXXBAR.Crossbar%
  202.  
  203. [CXXBAR.Boardmux.Services]
  204. AddService = CXXBAR,0x00000002,CXXBAR.ServiceInstall
  205.  
  206. [CXXBAR.Micronas.Services]
  207. AddService = CXXBAR,0x00000002,CXXBAR.ServiceInstall
  208.  
  209. [CXXBAR.NoAudio.Services]
  210. AddService = CXXBAR,0x00000002,CXXBAR.ServiceInstall
  211.  
  212. [CXXBAR.ServiceInstall]
  213. DisplayName   = %CXXBAR.DeviceDesc%
  214. ServiceType   = %SERVICE_KERNEL_DRIVER%
  215. StartType     = %SERVICE_AUTO_START%
  216. ErrorControl  = %SERVICE_ERROR_NORMAL%
  217. ServiceBinary = %10%\system32\drivers\CXXBAR.sys
  218.  
  219. [Strings]
  220.  
  221. SERVICE_KERNEL_DRIVER=1
  222. SERVICE_AUTO_START=2
  223. SERVICE_ERROR_NORMAL=1
  224.  
  225. Msft="AOpen"
  226. MS="AOpen"
  227. MediaClassName="Sound, video and game controllers"
  228. CXXBAR.DeviceDesc="VA1000 Lite/Plus, WDM Crossbar"
  229. CXXBAR.Crossbar="AOpen Crossbar"
  230. GUID_NULL="{00000000-0000-0000-0000-000000000000}"
  231. ;0xa19dc0e0, 0x3b39, 0x11d1, 0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba
  232. GUID_0="{A19DC0E0-3B39-11D1-905F-0000C0CC16BA}"
  233. ;0xa19dc0e3, 0x3b39, 0x11d1, 0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba
  234. GUID_3="{A19DC0E3-3B39-11D1-905F-0000C0CC16BA}"
  235. ;0xa19dc0e5, 0x3b39, 0x11d1, 0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba
  236. GUID_5="{A19DC0E5-3B39-11D1-905F-0000C0CC16BA}"
  237. ;0xa19dc0e4, 0x3b39, 0x11d1, 0x90, 0x5f, 0x0, 0x0, 0xc0, 0xcc, 0x16, 0xba
  238. GUID_4="{A19DC0E4-3B39-11D1-905F-0000C0CC16BA}"
  239.