Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
2.2 KiB

  1. ; atitunep.INF -- This file installs atitunep.sys
  2. ;
  3. ;*** Created 6/6/97 (Creation Date)
  4. ;
  5. [Version]
  6. CatalogFile=atitunep.cat
  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. ; F i l e c o p y i n g s e c t i o n s (where the files go to).
  13. [DestinationDirs]
  14. ATITUNEP.CopyDrivers=10,system32\drivers ; eg. \windows\system32\drivers
  15. [Manufacturer]
  16. %MS%=MS
  17. ; =================== Generic ==================================
  18. [MS]
  19. %ATITUNEP.DeviceDesc%=ATITUNEP.Device,DISPLAY\ATITUNEP
  20. [ATITUNEP.Device]
  21. Include = ks.inf, kscaptur.inf
  22. Needs = KS.Registration,KSCAPTUR.Registration
  23. AddReg = atitunep.addreg
  24. CopyFiles= ATITUNEP.CopyDrivers
  25. KnownFiles= ATITUNEP.KnownFiles
  26. [ATITUNEP.Device.NT]
  27. Include = ks.inf, kscaptur.inf
  28. Needs = KS.Registration,KSCAPTUR.Registration
  29. AddReg = atitunep.addreg
  30. CopyFiles= ATITUNEP.CopyDrivers
  31. KnownFiles= ATITUNEP.KnownFiles
  32. [ATITUNEP.CopyDrivers]
  33. stream.sys
  34. atitunep.sys
  35. [ATITUNEP.KnownFiles]
  36. atitunep.sys=safe
  37. [ATITUNEP.AddReg]
  38. HKR,,DevLoader,,*ntkern
  39. HKR,,NTMPDriver,,atitunep.sys
  40. HKR,,PageOutWhenUnopened,3,01
  41. ; =================== atitunep ==================================
  42. [ATITUNEP.Device.Interfaces]
  43. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  44. [ATITUNEP.Device.NT.Interfaces]
  45. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  46. [TvTuner]
  47. AddReg=TvTuner.AddReg
  48. [TvTuner.AddReg]
  49. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  50. HKR,,FriendlyName,,%ATITUNEP.TUNER%
  51. [ATITUNEP.Device.NT.Services]
  52. AddService = ATITUNEP,0x00000002,ATITUNEP.ServiceInstall
  53. [ATITUNEP.ServiceInstall]
  54. DisplayName = %ATITUNEP.DeviceDesc%
  55. ServiceType = %SERVICE_KERNEL_DRIVER%
  56. StartType = %SERVICE_AUTO_START%
  57. ErrorControl = %SERVICE_ERROR_NORMAL%
  58. ServiceBinary = %12%\atitunep.sys
  59. ; =================== strings ==================================
  60. [Strings]
  61. ;----------------
  62. ; Non-Localizable
  63. ;----------------
  64. SERVICE_KERNEL_DRIVER=1
  65. SERVICE_AUTO_START=2
  66. SERVICE_ERROR_NORMAL=1
  67. ;----------------
  68. ; Localizable
  69. ;----------------
  70. Msft="ATI"
  71. MS="ATI"
  72. captureClassName="Sound, video and game controllers"
  73. ATITUNEP.DeviceDesc="ATITuneP, WDM TVTuner"
  74. ATITUNEP.Tuner="ATI TVTuner"