⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gx3aes.inf

📁 windows xpe code for development lx8
💻 INF
字号:
;//////////////////////////////////////////////////////////////////////////
;
;<LIC_AMD_STD>
;Copyright (C) <years> Advanced Micro Devices, Inc.  All Rights Reserved.
;</LIC_AMD_STD>
;
;<CTL_AMD_STD>
;</CTL_AMD_STD>
;
;<DOC_AMD_STD>
;</DOC_AMD_STD>
;
;//////////////////////////////////////////////////////////////////////////
;; GX3AES.inf

;--------- Version Section ---------------------------------------------------

[Version]
DriverVer=01/26/2005,2.0.3.0
Signature="$Windows 95$"
;Signature="$CHICAGO$"

;Class = Media		; finds .inf in Win98 but goes to error code 192 later
;ClassGuid = {4d36e96c-e325-11ce-bfc1-08002be10318} 
Class=CryptoClass  ; works in XP, no way to select in Win98
ClassGUID={ff646f80-8def-11d2-9449-00105a075f6b}
;Class = Unknown
;ClassGuid = {4d36e97e-e325-11ce-bfc1-08002be10318} 
Provider=%ProviderName%


;--------- SourceDiskNames and SourceDiskFiles Section -----------------------

; These sections identify source disks and files for installation.  They are
; shown here as an example, but commented out.

[SourceDisksNames]
314 = %InstallDisk%,GX3AES.sys

[SourceDisksFiles]
GX3AES.sys = 314

;--------- 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,,"101"

;--------- DestinationDirs Section -------------------------------------------

[DestinationDirs]
DefaultDestDir = 10,System32\Drivers
AES_Files_Driver = 10,System32\Drivers

;--------- Manufacturer and Models Sections ----------------------------------

[Manufacturer]
%MfgName%=Mfg0

[Mfg0]

; PCI hardware IDs use the form
;   PCI\VEN_aaaa&DEV_bbbb&SUBSYS_cccccccc&REV_dd
;
%DeviceDesc%=GX3AES_DDI, PCI\VEN_1022&DEV_2082

;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98

[GX3AES_DDI]
CopyFiles=AES_Files_Driver
AddReg=AES_9X_AddReg

[AES_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,AESDrv.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0

; --------- Windows NT -----------------
[GX3AES_DDI.NT]
CopyFiles=AES_Files_Driver
AddReg=GX3AES_NT_AddReg

[GX3AES_DDI.NT.Services]
Addservice = GX3AES, 0x00000002, GX3AES_AddService

[GX3AES_AddService]
DisplayName    = %SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\GX3AES.sys

[GX3AES_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\AESWDMDriver\Parameters",\
	"BreakOnEntry", 0x00010001, 0

; --------- Files (common) -------------
[AES_Files_Driver]
GX3AES.sys

;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="Advanced Micro Devices"
MfgName="AMD"
DeviceDesc="Geode GX3 AES Crypto Driver"
DeviceClassName="Crypto devices"
SvcDesc="Crypto Device"
InstallDisk="GX3 AES Driver Disk"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -