📄 silicon.inf
字号:
[Version]
LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
signature="$CHICAGO$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Philips%
; _OEM_ Enter name of .cat file from WHQL, containing the digital signature.
; _OEM_ The catalog file has to be in the same location as the INF file.
CatalogFile=Silicon.cat
DriverVer=07/15/2003, 1.0.0.0
[ControlFlags]
;ExcludeFromSelect=*
[Manufacturer]
%Philips%=Philips
[DestinationDirs]
PhTVTune.CopyDrivers = 10,system32\drivers
[SourceDisksFiles]
Silicon.sys=1
[SourceDisksNames]
1=%DiskName%,,
;---------------------------------------------------------------
; The user can select the appropriate Philips tuner type
; _OEM_ Add your tuner here, if it's not in the list
;---------------------------------------------------------------
[Philips]
%TDA8275.DeviceDesc%=TDA8275.Device,STREAM\PhTVTune ; CCIR B/G L/L1 D/K M/N system
[TDA8275.Device]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration
AddReg = PhTVTune.AddReg,TDA8275.AddReg
CopyFiles = PhTVTune.CopyDrivers
KnownFiles = PhTVTune.KnownFiles
[TDA8275.Device.NT]
Include = ks.inf, kscaptur.inf
Needs = KS.Registration,KSCAPTUR.Registration.NT
CopyFiles = PhTVTune.CopyDrivers
AddReg = PhTVTune.AddReg,TDA8275.AddReg
KnownFiles = PhTVTune.KnownFiles
;---------------------------------------------------------------
; Registry entries common to all Philips tuner types
;---------------------------------------------------------------
[PhTVTune.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,Silicon.sys
HKR,,PageOutWhenUnopened,3,0
; _OEM_ I2C address: "0xc0" : AS (I2C address pin of the tuner to ground), e.g. Proteus board
; "0xc2" : AS between 0.2 and 0.3 V Default value if AS is unconnected
HKR,,Address,,0xc2 ; I2C address
;---------------------------------------------------------------
; Registry entries specific for the selected Philips tuner type
;---------------------------------------------------------------
[TDA8275.AddReg]
HKR,,TunerType,,TDA8275
HKR,,IF_PLL,,0x96
;---------------------------------------------------------------
; Files to be copied during installation
;---------------------------------------------------------------
[PhTVTune.CopyDrivers]
Silicon.sys
[PhTVTune.KnownFiles]
Silicon.sys=safe
;---------------------------------------------------------------
; Interface description
;---------------------------------------------------------------
[TDA8275.Device.Interfaces]
AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",TvTuner,
[TDA8275.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,,%DeviceName%
;---------------------------------------------------------------
; Installation details
;---------------------------------------------------------------
[TDA8275.Device.NT.Services]
AddService = PhTVTune,0x00000002,PhTVTune.ServiceInstall
[PhTVTune.ServiceInstall]
DisplayName = %PhTVTune.DeviceDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_DEMAND_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\Silicon.sys
;---------------------------------------------------------------
; Strings
;---------------------------------------------------------------
[Strings]
SERVICE_KERNEL_DRIVER=1
SERVICE_ERROR_NORMAL=1
SERVICE_AUTO_START=2
SERVICE_DEMAND_START=3
Philips = "UltraView TV Semiconductors"
captureClassName = "Sound, video and game controllers"
DiskName = "UltraView TV WDM TVTuner Install disk"
PhTVTune.DeviceDesc = "SinoVideo WDM TVTuner"
TDA8275.DeviceDesc = "UltraView TV WDM TVTuner (TDA8275)"
DeviceName = "PhTVTune (TDA8275)"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -