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_2K / ATIBTCAP.INF next >
Encoding:
Windows Setup INFormation  |  2003-01-27  |  3.7 KB  |  135 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=atitvw2k.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,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
  61. AddReg=     ATIBTCAP.AddReg
  62. CopyFiles=  ATIBTCAP.CopyDrivers,ATIBTCAP.CopyFilters
  63. KnownFiles= ATIBTCAP.KnownFiles
  64.  
  65.  
  66. [ATIBTCAP.AddReg]
  67. HKR,,DevLoader,,*ntkern
  68. HKR,,NTMPDriver,,atibtcap.sys
  69. HKR,,OkToHibernate,3,01
  70. HKR,,PageOutWhenUnopened,3,01
  71. HKR,,DontSuspendIfStreamsAreRunning,3,01
  72. HKR,"DriverData","XBarInPin0",0x00010001, 0x03,0x00,0x00,0x00
  73. HKR,"DriverData","XBarInPin1",0x00010001, 0x01,0x00,0x00,0x00
  74. HKR,"DriverData","XBarInPin2",0x00010001, 0x02,0x00,0x00,0x00
  75. HKR,"DriverData","XBarInPin3",0x00010001, 0x00,0x10,0x00,0x00
  76. HKR,"DriverData","XTal0",0x00010001, 0x1c, 0x00, 0x00, 0x00
  77. HKR,"DriverData","XTal1",0x00010001, 0x23, 0x00, 0x00, 0x00
  78. HKR,"DriverData","BobMode",0x00010001, 0x00, 0x00, 0x00, 0x00
  79. HKR,"DriverData","VideoStandard",0x00010001, 0x01,0x00,0x00,0x00
  80. ; TV Tuner
  81. HKR,"ENUM\Device1",pnpid,,"ativtutw"
  82. ; Video Crossbar
  83. HKR,"ENUM\Device2",pnpid,,"atibtxbar"
  84. ; Audio Crossbar
  85. HKR,"ENUM\Device3",pnpid,,"ativxstw"  
  86.  
  87. [VideoCapture]
  88. AddReg=VideoCapture.AddReg
  89.  
  90. [VideoTvAudio]
  91. AddReg=VideoTvAudio.AddReg
  92.  
  93. [VideoCapture.AddReg]
  94. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  95. HKR,,FriendlyName,,%ATIBTCAP.Capture%
  96.  
  97. [VideoTvAudio.AddReg]
  98. HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
  99. HKR,,FriendlyName,,%ATIBTCAP.TvAudio%
  100.  
  101.  
  102. [ATIBTCAP.Device.Interfaces]
  103. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  104. AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,
  105.  
  106.  
  107. [ATIBTCAP.Device.Services]
  108. AddService = ATIBTCAP,0x00000002,ATIBTCAP.ServiceInstall
  109.  
  110.  
  111. [ATIBTCAP.ServiceInstall]
  112. DisplayName   = %ATIBTCAP.VideoDeviceDesc%
  113. ServiceType   = %SERVICE_KERNEL_DRIVER%
  114. StartType     = %SERVICE_AUTO_START%
  115. ErrorControl  = %SERVICE_ERROR_NORMAL%
  116. ServiceBinary = %10%\system32\drivers\atibtcap.sys
  117.  
  118.  
  119. [Strings]
  120. ;
  121. ; Non-Localizable Strings
  122. ;
  123. SERVICE_KERNEL_DRIVER=1
  124. SERVICE_AUTO_START=2
  125. SERVICE_ERROR_NORMAL=1
  126. ;
  127. ; Localizable Strings
  128. ;
  129. Mfg=                        "ATI Technologies"
  130. ATIBTCAP.VideoDeviceDesc=      "ATI TV Wonder Video Capture"
  131. ATIBTCAP.AudioDeviceDesc=      "ATI TV Wonder Audio Capture"
  132. ATIBTCAP.Capture=              "ATI TV Wonder Capture"
  133. ATIBTCAP.TvAudio=              "ATI TV Wonder TV Audio"
  134. DiskId=                "ATI TV Wonder Driver Installation Disk"
  135.