home *** CD-ROM | disk | FTP | other *** search
- ; nvtunep.INF -- This file installs nvtunep.sys
- ;
- ;*** Created 6/6/97 (Creation Date)
- ;
-
- [Version]
- signature="$CHICAGO$"
- Class=MEDIA
- ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
- Provider=%Msft%
- LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
- DriverVer = 01/29/2002, 1.1.1
- ;CatalogFile=NVTUNEP.CAT
-
- ; F i l e c o p y i n g s e c t i o n s (where the files go to).
-
- [SourceDisksNames]
- 1=%Disk1Name%,,,%10%
-
- [DestinationDirs]
- nvTUNEP.CopyDrivers=10,system32\drivers ; eg. \windows\system32\drivers
-
- [Manufacturer]
- %MS%=MS
-
- ; =================== Generic ==================================
-
- [MS]
- %nvTUNEP.DeviceDesc%=nvTUNEP.Device,DISPLAY\nvTUNEP
-
- [nvTUNEP.Device]
- Include = ks.inf, kscaptur.inf
- Needs = KS.Registration,KSCAPTUR.Registration
- AddReg = nvtunep.addreg
- CopyFiles= nvTUNEP.CopyDrivers
- KnownFiles= nvTUNEP.KnownFiles
-
- [nvTUNEP.Device.NT]
- Include = ks.inf, kscaptur.inf
- Needs = KS.Registration,KSCAPTUR.Registration.NT
- AddReg = nvtunep.addreg
- CopyFiles= nvTUNEP.CopyDrivers
- KnownFiles= nvTUNEP.KnownFiles
-
- [nvTUNEP.CopyDrivers]
- stream.sys
- ;nvtunep.sys
-
- [nvTUNEP.KnownFiles]
- nvtunep.sys=safe
-
- [nvTUNEP.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,nvtunep.sys
- HKR,,PageOutWhenUnopened,3,01
- HKR,,TunerAddr,,0xc0
- ;TV Tuner (only used when eeprom does not have correct tuner type id)
- ; 1=fi1216 (b/g)
- ; 2=fq1216me (multi)
- ; 3=fi1236 (m/n)
- ; 4=fi1246 (i)
- ; 5=fi1256 (d/k)
- HKR,,TunerType,,0x3
-
- ; =================== nvtunep ==================================
-
-
- [nvTUNEP.Device.Interfaces]
- AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
-
- [nvTUNEP.Device.NT.Interfaces]
- AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
-
- [TvTuner]
- AddReg=TvTuner.AddReg
-
- [TvTuner.AddReg]
- HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
- HKR,,FriendlyName,,%nvTUNEP.TUNER%
- ;HKR,,TunerAddr,,0xc6
-
- [nvTUNEP.Device.NT.Services]
- AddService = nvTUNEP,0x00000002,nvTUNEP.ServiceInstall
-
- [nvTUNEP.ServiceInstall]
- DisplayName = %nvTUNEP.DeviceDesc%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_AUTO_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\nvtunep.sys
-
- ; =================== strings ==================================
-
- [Strings]
- ;----------------
- ; Non-Localizable
- ;----------------
-
- SERVICE_KERNEL_DRIVER=1
- SERVICE_AUTO_START=2
- SERVICE_ERROR_NORMAL=1
-
- ;----------------
- ; Localizable
- ;----------------
-
- Msft="nVidia"
- MS="nVidia"
- captureClassName="Sound, video and game controllers"
- nvTUNEP.DeviceDesc="nVidia WDM TVTuner"
- nvTUNEP.Tuner="nVidia WDM TVTuner"
- Disk1Name="nVidia WDM Drivers Disk 1"
-