; ; File Name: MUD.inf ; Install information file for MUD Driver ; ; Generated by C DriverWizard 3.2.0 (Build 2485) ; Requires DDK Only ; File created on 7/16/2007 ; ;--------- Version Section --------------------------------------------------- [Version] Signature = "$WINDOWS NT$" Class = Ports ClassGUID = {4d36e978-e325-11ce-bfc1-08002be10318} Provider = %Provider% DriverVer = 01/01/2007,1.01.0234.00 CatalogFile = MUD.cat CatalogFile.NT = MUD.cat CatalogFile.NTamd64 = MUD.cat ;--------- DestinationDirs Section ------------------------------------------- [DestinationDirs] DefaultDestDir = 10 MUD_Files_Driver = 12 ;--------- SourceDiskNames and SourceDiskFiles Section ----------------------- ; These sections identify source disks and files for installation. [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles] MUD.sys = 1,\X86, [SourceDisksFiles.amd64] MUD.sys = 1,\AMD64, ;--------- Manufacturer and Models Sections ---------------------------------- [Manufacturer] %MfgName% = MUD_Mfg,NTx86,NTamd64 [MUD_Mfg] ; DisplayName Section DeviceId %MUD_NeptuneDesc% = MUD_DDI, USB\VID_120F&PID_5260 [MUD_Mfg.NTx86] ; DisplayName Section DeviceId %MUD_NeptuneDesc% = MUD_DDI, USB\VID_120F&PID_5260 [MUD_Mfg.NTamd64] ; DisplayName Section DeviceId %MUD_NeptuneDesc% = MUD_DDI.NTamd64, USB\VID_120F&PID_5260 ;---------- DDInstall Sections ----------------------------------------------- ; --------- Windows 98 ----------------- ; Experimentation has shown that DDInstall root names greater than 19 characters ; cause problems in Windows 98 [MUD_DDI] CopyFiles = MUD_Files_Driver AddReg = MUD_9X_AddReg [MUD_9X_AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,MUD.sys HKR,,Description,,%MUD_DeviceDesc% ; --------- Windows NT ----------------- [MUD_DDI.NTx86] CopyFiles=MUD_Files_Driver AddReg=MUD_NT_AddReg [MUD_DDI.NTx86.Services] Addservice = MUD, 0x00000002, MUD_Service ; --------- Windows NT/AMD64 ----------- [MUD_DDI.NTamd64] CopyFiles = MUD_Files_Driver.NTamd64 AddReg = MUD_NT_AddReg [MUD_DDI.NTamd64.Services] Addservice = MUD, 0x00000002, MUD_Service.NTamd64 ; --------- Service ---------------------- [MUD_Service] DisplayName = %MUD_SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\MUD.sys LoadOrderGroup = Extended Base [MUD_Service.NTamd64] DisplayName = %MUD_SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\MUD.sys LoadOrderGroup = Extended Base ; --------- Files ---------------------- [MUD_Files_Driver] MUD.sys,,,2 [MUD_Files_Driver.NTamd64] MUD.sys,,,2 ;--------- Strings Section --------------------------------------------------- [Strings] Provider = "Magellan" MfgName = "Magellan" MUD_NeptuneDesc = "Magellan Triton Series USB Device" DeviceClassName = "Magellan Devices" MUD_SvcDesc = "Driver for Magellan USB Device" MUD_Neptune = "Driver for Magellan USB Device" DiskId1 = "MUD Device Installation Disk #1" REG_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_BINARY = 0x00000001 REG_DWORD = 0x00010001 REG_NONE = 0x00020001 SERVICE_KERNEL_DRIVER = 0x00000001 SERVICE_FILE_SYSTEM_DRIVER = 0x00000002 SERVICE_ADAPTER = 0x00000004 SERVICE_RECOGNIZER_DRIVER = 0x00000008 SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_DISABLED = 0x4 SERVICE_ERROR_IGNORE = 0x00000000 SERVICE_ERROR_NORMAL = 0x00000001 SERVICE_ERROR_SEVERE = 0x00000002 SERVICE_ERROR_CRITICAL = 0x00000003 FLG_ADDREG_NOCLOBBER = 0x00000002 FLG_ADDREG_DELVAL = 0x00000004 FLG_ADDREG_APPEND = 0x00000008 FLG_ADDREG_KEYONLY = 0x00000010 FLG_ADDREG_OVERWRITEONLY = 0x00000020 FLG_ADDREG_64BITKEY = 0x00001000 FLG_ADDREG_KEYONLY_COMMON = 0x00002000 FLG_ADDREG_32BITKEY = 0x00004000