📄 pdc1000.inf
字号:
;===========================================================
; File : PDC1000.inf
;
; Abstract: Windows 98/2000 INF for PDC1000 boards .
;
; (c) Copyright 2003 ChinaRose Technology, Studio.
;
;===========================================================
[Version]
Signature = "$CHICAGO$"
Provider = %ChinaRose%
Class = PCI Develop Cards
ClassGUID = {2919F41D-410F-4c14-A18E-5E4F8391529C}
DriverVer = 10/8/2003, 1.1.0.0
[ClassInstall32] ;A new class will be added to
Addreg=PciDevelopCardClassReg ;The system registry
[PciDevelopCardClassReg]
HKR,,,,%ClassName%
HKR,,Icon,,"-10"
;-----------------------------------------------------------
; Driver information
;-----------------------------------------------------------
[Manufacturer]
%ChinaRose% = ChinaRose.Mfg
[ChinaRose.Mfg]
%PDC1000% = PDC1000_DDInstall, PCI\VEN_10ba&DEV_1000
;-----------------------------------------------------------
; Source file information
;-----------------------------------------------------------
[SourceDisksNames.x86]
1 = %InstallDisk%,"",1
[DestinationDirs]
DefaultDestDir = 10, System32\Drivers
;PDC1000_Files_Driver = 10, System32\Drivers
;PDC1000_Files_Driver.NT = 10, System32\Drivers
[SourceDisksFiles]
PDC1000.sys = 1
;----------------------------------------------------------
; General Installation Section
;----------------------------------------------------------
[PDC1000_Files_Driver]
PDC1000.sys,,,2 ;Don't allow user to skip file.
;-----------------------------------------------------------
; Windows 2000 installation section
;-----------------------------------------------------------
[PDC1000_DDInstall.NT]
AddReg = PDC1000_AddRegistry
CopyFiles = PDC1000_Files_Driver
[PDC1000_DDInstall.NT.Services]
AddService = PDC1000, 0x00000002, PDC1000_Service, PDC1000_EventLog
[PDC1000_AddRegistry]
[PDC1000_Service]
DisplayName = %PDC1000.ServiceName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
ServiceBinary = %10%\System32\Drivers\PDC1000.sys
;-----------------------------------------------------------
; Windows 98 installation section
;-----------------------------------------------------------
[PDC1000_DDInstall]
AddReg = AddRegistry_PDC1000
CopyFiles = PciDevelopCard_Files_Driver
[AddRegistry_PDC1000]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,PDC1000.sys
HKR,,ErrorLogLevel,0x00010003,2
;-----------------------------------------------------------
; Event log registry entries
;-----------------------------------------------------------
[PDC1000_EventLog]
AddReg = EventLog_AddReg_PDC1000
[EventLog_AddReg_PDC1000]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\Drivers\Can1000.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------
; String information
;-----------------------------------------------------------
[Strings]
InstallDisk = "PDC1000 Windows Driver Installation Disk"
ChinaRose = "ChinaRose Technology Studio."
PDC1000 = "PDC1000 Card"
PDC1000.ServiceName = "PDC1000 Card"
ClassName = "PCI Develop Cards"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -