home *** CD-ROM | disk | FTP | other *** search
- ; eglp.inf
- ;
- ; Installation inf for the ELSA AG graphics adapter.
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Provider=%ELSA%
- ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
- Class=Display
-
- [DestinationDirs]
- DefaultDestDir = 11
- EGLPM.Miniport = 12 ; drivers
- EGLPM.Display = 11 ; system32
- EGLPM.OpenGL = 11 ; system32
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %ELSA% = ELSA.Mfg
-
- [ELSA.Mfg]
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A311048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A311048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A321048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A321048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A341048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A341048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A351048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A351048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A361048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A361048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A431048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A431048
- %ELSA% GLoria Synergy = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A441048
- %ELSA% WINNER2000/Office = EGLPM, PCI\VEN_104C&DEV_3D07&SUBSYS_0A441048
-
- ;
- ; General installation section
- ;
-
- [EGLPM]
- CopyFiles=EGLPM.Miniport, EGLPM.Display, EGLPM.OpenGL
-
- ;
- ; File sections
- ;
-
- [EGLPM.Miniport]
- eglpm.sys
-
- [EGLPM.Display]
- emglpd.dll
-
- [EGLPM.OpenGL]
- eoglp.dll
-
- ;
- ; Service Installation
- ;
-
- [EGLPM.Services]
- AddService = EGLPM, 0x00000002, EGLPM_Service_Inst, EGLPM_EventLog_Inst
-
- [EGLPM_Service_Inst]
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = Video
- ServiceBinary = %12%\eglpm.sys
-
- [EGLPM_EventLog_Inst]
- AddReg = EGLPM_EventLog_AddReg
-
- [EGLPM_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\eglpm.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- ;
- ; Software Installation
- ;
-
- [EGLPM.SoftwareSettings]
- AddReg = EGLPM_SoftwareDeviceSettings
-
- [EGLPM_SoftwareDeviceSettings]
- HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, emglpd
- HKR,, VgaCompatible, %REG_DWORD%, 0
-
-
- [EGLPM.OpenGLSoftwareSettings]
- AddReg = EGLPM_OpenGLSoftwareSettings
-
- [EGLPM_OpenGLSoftwareSettings]
- HKLM,"SOFTWARE\Microsoft\Windows NT\CurrentVersion\OpenGLDrivers","ELSA EGLPM driver",%REG_SZ%,EOGLP
-
-
- ;
- ; Source file information
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId%,,,""
-
- [SourceDisksFiles]
- eglpm.sys = 1
- emglpd.dll = 1
- eoglp.dll = 1
-
-
-
- [Strings]
-
- ;
- ; Non-Localizable Strings
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = System\CurrentControlSet\Services
-
- ;
- ; Localizable Strings
- ;
-
- DiskId = "ELSA AG Installation DISK (VIDEO)"
- GraphAdap = "Graphics Adapter"
- ELSA = "ELSA AG"
-