home *** CD-ROM | disk | FTP | other *** search
/ Sparkle Graphics Model 217 / SPCD.iso / DRIVERS / PHILIPS / 6620 / nvtunep.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-01-29  |  2.6 KB  |  113 lines

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