home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd2.bin / system / _ovladace / ati_catalyst / tv-capture-wdm-6-14-10-6201v1.exe / WDM_9x / atitunep.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2003-06-23  |  1.7 KB  |  75 lines

  1. ; ativtuxx.INF  -- This file installs ativtuxx.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ; Copyright 2002, ATI Technologies Inc.
  5.  
  6. [Version]
  7. CatalogFile=ati9xwdm.cat
  8. signature="$CHICAGO$"
  9. Class=MEDIA
  10. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  11. Provider=%AtiTech%
  12. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  13. DriverVer=06/23/2003, 6.14.10.6207
  14.  
  15.  
  16. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  17. [SourceDisksNames]
  18. 1="ATI Drivers Release CD",,1
  19.  
  20. [SourceDisksFiles]
  21. ativtuxx.sys=1
  22.  
  23. [DestinationDirs]
  24. ATITUNEP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  25.  
  26. [Manufacturer]
  27. %ATI%=ATI
  28.  
  29. ; =================== Generic ==================================
  30.  
  31. [ATI]
  32. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP27
  33. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP28
  34.  
  35.  
  36. [ATITUNEP.Device]
  37. Include  =  ks.inf
  38. Needs    =  KS.Registration
  39. AddReg   =  atitunep.addreg
  40. CopyFiles=  ATITUNEP.CopyDrivers
  41. KnownFiles= ATITUNEP.KnownFiles
  42.  
  43. [ATITUNEP.CopyDrivers]
  44. ativtuxx.sys
  45.  
  46. [ATITUNEP.KnownFiles]
  47. ativtuxx.sys=safe
  48.  
  49. [ATITUNEP.AddReg]
  50. HKR,,DevLoader,,*ntkern
  51. HKR,,NTMPDriver,,ativtuxx.sys
  52. HKR,,PageOutWhenUnopened,3,01
  53. HKR,,DebugLevel,3,0
  54.  
  55. ; =================== atitunep ==================================
  56.  
  57.  
  58. [ATITUNEP.Device.Interfaces]
  59. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  60.  
  61. [TvTuner]
  62. AddReg=TvTuner.AddReg
  63.  
  64. [TvTuner.AddReg]
  65. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  66. HKR,,FriendlyName,,%ATITUNEP.TUNER%
  67.  
  68. [Strings]
  69. AtiTech="ATI Technologies Inc."
  70. ATI="ATI"
  71. captureClassName="Sound, video and game controllers"
  72. ATITUNEP.DeviceDesc="ATI WDM TV Tuner"
  73. ATITUNEP.Tuner="ATI TV Tuner"
  74. REG_DWORD=0x00010001
  75.