home *** CD-ROM | disk | FTP | other *** search
/ What the Doctor Required - The Freshest December / December.iso / windows / mem1614 / precopy2.cab / atitunep.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1997-10-16  |  1.9 KB  |  81 lines

  1. ; atitunep.INF  -- This file installs atitunep.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10. Provider=%Msft%
  11. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  12.  
  13. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  14.  
  15. [DestinationDirs]
  16. ATITUNEP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  17.  
  18. [Manufacturer]
  19. %MS%=MS
  20.  
  21. [MS]
  22. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP
  23.  
  24. [ATITUNEP.Device]
  25. Include  =  ks.inf, kscaptur.inf
  26. Needs    =  KS.Registration,KSCAPTUR.Registration
  27. AddReg   =  atitunep.addreg
  28. CopyFiles=  ATITUNEP.CopyDrivers
  29. DelFiles =  ATITUNEP.DelDrivers
  30.  
  31. [ATITUNEP.CopyDrivers]
  32. stream.sys
  33. ks.sys
  34. atitunep.sys
  35.  
  36. [ATITUNEP.DelDrivers]
  37.  
  38. ; =================== atitunep ==================================
  39.  
  40. [atitunep.AddReg]
  41. HKR,,DevLoader,,*ntkern
  42. HKR,,NTMPDriver,,atitunep.sys
  43.  
  44.  
  45. [ATITUNEP.Device.Interfaces]
  46. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  47.  
  48. [TvTuner]
  49. AddReg=TvTuner.AddReg
  50.  
  51.  
  52. [TvTuner.AddReg]
  53. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  54. HKR,,FriendlyName,,%ATITUNEP.TUNER%
  55. HKR,,MediumData,0x0001, \
  56.     0x00, 0x00, 0x00, 0x00, \
  57.     0x01, 0x00, 0x00, 0x00, \
  58.         0x20, 0x44, 0x95, 0xf3, \
  59.             0xf6, 0x34, \
  60.             0xd1, 0x11, \
  61.             0x82, 0x1d, 0x0, 0x0, 0xf8, 0x30, 0x2, 0x12, \
  62.         0x00, 0x00, 0x00, 0x00, \
  63.         0x00, 0x00, 0x00, 0x00, \
  64.     0x01, 0x00, 0x00, 0x00, \
  65.     0x01, 0x00, 0x00, 0x00, \
  66.         0x21, 0x44, 0x95, 0xf3, \
  67.             0xf6, 0x34, \
  68.             0xd1, 0x11, \
  69.             0x82, 0x1d, 0x0, 0x0, 0xf8, 0x30, 0x2, 0x12, \
  70.         0x00, 0x00, 0x00, 0x00, \
  71.         0x00, 0x00, 0x00, 0x00
  72.  
  73.  
  74. [Strings]
  75. Msft="ATI"
  76. MS="ATI"
  77. captureClassName="Sound, video and game controllers"
  78. ATITUNEP.DeviceDesc="ATITuneP, WDM TVTuner"
  79. ATITUNEP.Tuner="ATI TVTuner"
  80.  
  81.