📄 audiomsu.inf
字号:
;; Mp3Drv.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your device to
;; install. In particular, hardware IDs and logical configurations require
;; intervention.
;;
;; The Win2K DDK documentation contains an excellent INF reference.
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$Windows 95$"
Provider=%ProviderName%
DriverVer=11/18/2002, 1.53.25.139
CatalogFile.NT=audiomsu.cat
; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.
Class=Digital_AudioMSU
ClassGUID={CABB08D2-2AC9-4C5D-99B4-D8AD62B6C6D2}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
[SourceDisksNames]
1 = "Install Disk",Disk1,,
[SourceDisksFiles]
audiomsu.sys = 1,,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-53"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
Mp3Drv_Files_Driver = 10,System32\Drivers
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc%=Mp3Drv_DDI, USB\VID_0ED1&PID_7630&REV_0001&MI_00
%DeviceDesc%=Mp3Drv_DDI, USB\VID_0ED1&PID_7630&REV_0001&MI_01
%DeviceDesc%=Mp3Drv_DDI, USB\VID_0ED1&PID_7630
%DeviceDesc%=Mp3Drv_DDI, USB\VID_0ED1&PID_7631&REV_0001
%DeviceDesc%=Mp3Drv_DDI, USB\VID_0ED1&PID_7631
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[Mp3Drv_DDI]
CopyFiles=Mp3Drv_Files_Driver
AddReg=Mp3Drv_9X_AddReg
[Mp3Drv_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,audiomsu.sys
; --------- Windows NT -----------------
[Mp3Drv_DDI.NT]
CopyFiles=Mp3Drv_Files_Driver
AddReg=Mp3Drv_NT_AddReg
[Mp3Drv_DDI.NT.Services]
Addservice = audiomsu, 0x00000002, Mp3Drv_AddService
[Mp3Drv_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\audiomsu.sys
[Mp3Drv_NT_AddReg]
; --------- Files (common) -------------
[Mp3Drv_Files_Driver]
audiomsu.sys
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="TGE, Ltd."
MfgName="Digital"
DeviceDesc="Digital AudioMS Player"
DeviceClassName="Digital AudioMS Player Class"
SvcDesc="Digital AudioMS Player Control Driver"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -