home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd2.bin / video / nvidia_universal / 2250w2k.exe / nvtunep.inf < prev    next >
Windows Setup INFormation  |  2001-10-12  |  3KB  |  112 lines

  1. ; nvtunep.INF  -- This file installs nvtunep.sys
  2. ;
  3. ;*** Created 6/6/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. ;CatalogFile=nvtunep.cat
  8. signature="$CHICAGO$"
  9. Class=MEDIA
  10. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  11. Provider=%Msft%
  12. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  13.  
  14. ; F i l e   c o p y i n g   s e c t i o n s (where the files go to).
  15.  
  16. [SourceDisksNames]
  17. 1=%Disk1Name%
  18.  
  19. [DestinationDirs]
  20. nvTUNEP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  21.  
  22. [Manufacturer]
  23. %MS%=MS
  24.  
  25. ; =================== Generic ==================================
  26.  
  27. [MS]
  28. %nvTUNEP.DeviceDesc%=nvTUNEP.Device,DISPLAY\nvTUNEP
  29.  
  30. [nvTUNEP.Device]
  31. Include  =  ks.inf, kscaptur.inf
  32. Needs    =  KS.Registration,KSCAPTUR.Registration
  33. AddReg   =  nvtunep.addreg
  34. CopyFiles=  nvTUNEP.CopyDrivers
  35. KnownFiles= nvTUNEP.KnownFiles
  36.  
  37. [nvTUNEP.Device.NT]
  38. Include  =  ks.inf, kscaptur.inf
  39. Needs    =  KS.Registration,KSCAPTUR.Registration.NT
  40. AddReg   =  nvtunep.addreg
  41. CopyFiles=  nvTUNEP.CopyDrivers
  42. KnownFiles= nvTUNEP.KnownFiles
  43.  
  44. [nvTUNEP.CopyDrivers]
  45. stream.sys
  46. ;nvtunep.sys
  47.  
  48. [nvTUNEP.KnownFiles]
  49. nvtunep.sys=safe
  50.  
  51. [nvTUNEP.AddReg]
  52. HKR,,DevLoader,,*ntkern
  53. HKR,,NTMPDriver,,nvtunep.sys
  54. HKR,,PageOutWhenUnopened,3,01
  55. HKR,,TunerAddr,,0xc0
  56. ;TV Tuner (only used when eeprom does not have correct tuner type id)    
  57. ; 1=fi1216 (b/g)
  58. ; 2=fq1216me (multi)
  59. ; 3=fi1236 (m/n)
  60. ; 4=fi1246 (i)
  61. ; 5=fi1256 (d/k)
  62. HKR,,TunerType,,0x3
  63.  
  64. ; =================== nvtunep ==================================
  65.  
  66.  
  67. [nvTUNEP.Device.Interfaces]
  68. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  69.  
  70. [nvTUNEP.Device.NT.Interfaces]
  71. AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
  72.  
  73. [TvTuner]
  74. AddReg=TvTuner.AddReg
  75.  
  76. [TvTuner.AddReg]
  77. HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
  78. HKR,,FriendlyName,,%nvTUNEP.TUNER%
  79. ;HKR,,TunerAddr,,0xc6
  80.  
  81. [nvTUNEP.Device.NT.Services]
  82. AddService = nvTUNEP,0x00000002,nvTUNEP.ServiceInstall
  83.  
  84. [nvTUNEP.ServiceInstall]
  85. DisplayName   = %nvTUNEP.DeviceDesc%
  86. ServiceType   = %SERVICE_KERNEL_DRIVER%
  87. StartType     = %SERVICE_AUTO_START%
  88. ErrorControl  = %SERVICE_ERROR_NORMAL%
  89. ServiceBinary = %12%\nvtunep.sys
  90.  
  91. ; =================== strings ==================================
  92.  
  93. [Strings]
  94. ;----------------
  95. ; Non-Localizable
  96. ;----------------
  97.  
  98. SERVICE_KERNEL_DRIVER=1
  99. SERVICE_AUTO_START=2
  100. SERVICE_ERROR_NORMAL=1
  101.  
  102. ;----------------
  103. ; Localizable
  104. ;----------------
  105.  
  106. Msft="NVIDIA"
  107. MS="NVIDIA"
  108. captureClassName="Sound, video and game controllers"
  109. nvTUNEP.DeviceDesc="NVIDIA WDM TVTuner"
  110. nvTUNEP.Tuner="NVIDIA WDM TVTuner"
  111. Disk1Name="NVIDIA WDM Drivers Disk 1"
  112.