home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / drivers / pack1 / files / tvw-pci-ve-driver-1-11-0-0.exe / TVWDriversInstall.exe / TVW_9x / atibtcap.inf next >
Encoding:
Windows Setup INFormation  |  2003-01-28  |  3.8 KB  |  134 lines

  1. ;------------------------------------------------------------------------------
  2. ; atibtcap.inf
  3. ;------------------------------------------------------------------------------
  4. ; Win98/WinMe/Win2000/WinXP WDM drivers for ATI TV Wonder PCI devices
  5. ; Copyright (C) 2000-2002 ATI Technologies Inc.
  6.  
  7.  
  8. [Version]
  9. signature="$CHICAGO$"
  10. Class=Media
  11. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  12. Provider=%Mfg%
  13. DriverVer=11/05/2002,6.13.0.2408
  14. CatalogFile=atitvw9x.cat
  15.  
  16.  
  17. [SourceDisksNames]
  18. 1=%DiskId%,,,
  19.  
  20. [SourceDisksFiles]
  21. atibtcap.sys=1
  22.  
  23. [ATIBTCAP.CopyDrivers]
  24. atibtcap.sys
  25.  
  26. [ATIBTCAP.CopyFilters]
  27.  
  28. [ATIBTCAP.KnownFiles]
  29. atibtcap.sys=safe
  30.  
  31. [DestinationDirs]
  32. ATIBTCAP.CopyDrivers=10,system32\drivers   
  33. ATIBTCAP.CopyFilters=11
  34.  
  35. [ControlFlags]
  36. ExcludeFromSelect=*
  37.  
  38. [Manufacturer]
  39. %Mfg%=ATI
  40.  
  41. [ATI]
  42. %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device,    PCI\VEN_109E&DEV_036E&SUBSYS_00011002
  43. %ATIBTCAP.AudioDeviceDesc%=AudioSection,     PCI\VEN_109E&DEV_0878&SUBSYS_00011002
  44. %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device,    PCI\VEN_109E&DEV_036E&SUBSYS_00031002
  45. %ATIBTCAP.AudioDeviceDesc%=AudioSection,     PCI\VEN_109E&DEV_0878&SUBSYS_00031002
  46. ;compatible hardware IDs
  47. %ATIBTCAP.VideoDeviceDesc%=ATIBTCAP.Device,    PCI\VEN_109E&DEV_036E
  48. %ATIBTCAP.AudioDeviceDesc%=AudioSection,     PCI\VEN_109E&DEV_0878
  49.  
  50.  
  51. [AudioSection]
  52.  
  53.  
  54. [AudioSection.Services]
  55. AddService = , 2  ; null service install
  56.  
  57.  
  58. [ATIBTCAP.Device]
  59. Include=    ks.inf, kscaptur.inf, ksfilter.inf
  60. Needs=      KS.Registration,MSPCLOCK.Installation
  61. AddReg=     ATIBTCAP.AddReg,Categories,TopologyNodes,Plugins,Filters
  62. CopyFiles=  ATIBTCAP.CopyDrivers,ATIBTCAP.CopyFilters
  63. KnownFiles= ATIBTCAP.KnownFiles
  64.  
  65. [ATIBTCAP.AddReg]
  66. HKR,,DevLoader,,*ntkern
  67. HKR,,NTMPDriver,,atibtcap.sys
  68. HKR,,OkToHibernate,3,01
  69. HKR,,PageOutWhenUnopened,3,01
  70. HKR,,DontSuspendIfStreamsAreRunning,3,01
  71. HKR,"DriverData","XBarInPin0",0x00010001, 0x03,0x00,0x00,0x00
  72. HKR,"DriverData","XBarInPin1",0x00010001, 0x01,0x00,0x00,0x00
  73. HKR,"DriverData","XBarInPin2",0x00010001, 0x02,0x00,0x00,0x00
  74. HKR,"DriverData","XBarInPin3",0x00010001, 0x00,0x10,0x00,0x00
  75. HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
  76. HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00
  77. HKR,"DriverData","BobMode",0x00010001, 0x00, 0x00, 0x00, 0x00
  78. HKR,"DriverData","VideoStandard",0x00010001, 0x01,0x00,0x00,0x00
  79. ; TV Tuner
  80. HKR,"ENUM\Device1",pnpid,,"ativtutw"
  81. ; Video Crossbar
  82. HKR,"ENUM\Device2",pnpid,,"atibtxbar"
  83. ; Audio Crossbar
  84. HKR,"ENUM\Device3",pnpid,,"ativxstw"  
  85.  
  86. [VideoCapture]
  87. AddReg=VideoCapture.AddReg
  88.  
  89. [VideoTvAudio]
  90. AddReg=VideoTvAudio.AddReg
  91.  
  92. [VideoCapture.AddReg]
  93. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  94. HKR,,FriendlyName,,%ATIBTCAP.Capture%
  95.  
  96. [VideoTvAudio.AddReg]
  97. HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
  98. HKR,,FriendlyName,,%ATIBTCAP.TvAudio%
  99.  
  100.  
  101. [ATIBTCAP.Device.Interfaces]
  102. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  103. AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
  104.  
  105.  
  106. [ATIBTCAP.Device.Services]
  107. AddService = ATIBTCAP,0x00000002,ATIBTCAP.ServiceInstall
  108.  
  109.  
  110. [ATIBTCAP.ServiceInstall]
  111. DisplayName   = %ATIBTCAP.VideoDeviceDesc%
  112. ServiceType   = %SERVICE_KERNEL_DRIVER%
  113. StartType     = %SERVICE_AUTO_START%
  114. ErrorControl  = %SERVICE_ERROR_NORMAL%
  115. ServiceBinary = %10%\system32\drivers\atibtcap.sys
  116.  
  117.  
  118. [Strings]
  119. ;
  120. ; Non-Localizable Strings
  121. ;
  122. SERVICE_KERNEL_DRIVER=1
  123. SERVICE_AUTO_START=2
  124. SERVICE_ERROR_NORMAL=1
  125. ;
  126. ; Localizable Strings
  127. ;
  128. Mfg=                        "ATI Technologies"
  129. ATIBTCAP.VideoDeviceDesc=      "ATI TV Wonder Video Capture"
  130. ATIBTCAP.AudioDeviceDesc=      "ATI TV Wonder Audio Capture"
  131. ATIBTCAP.Capture=              "ATI TV Wonder Capture"
  132. ATIBTCAP.TvAudio=              "ATI TV Wonder TV Audio"
  133. DiskId=                "ATI TV Wonder Driver Installation Disk"
  134.