home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2000, Microsoft
-
- [version]
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
- provider = %MSFT%
- LayoutFile = layout.inf
- DriverVer=07/01/2001,3.13.1025.2000
-
- [Manufacturer]
- %SMC% = SMC
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [SMC]
- %SMC8416.DeviceDesc% = SMC8416.ndi, ISAPNP\SMC8416 ;SMC EtherEz PnP
-
- ;-------------------------------------------------------------------------------
- ; SMC EtherEZ PnP
- ;
- [SMC8416.ndi]
- AddReg = SMC.reg
- Characteristics = 0x04
- BusType = 14
- CopyFiles = SMCMAC.CopyFiles
-
- [SMC8416.ndi.Services]
- Addservice = SMC8000N, 2, smc8000n.service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; SMC Service and Driver
- ;
- [SMC.reg]
- HKR, Ndi, Service, 0, "SMC8000N"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- [smc8000n.service]
- DisplayName = %SMC8416.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\smc8000n.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, %10%\System32\netevent.dll
- HKR, , TypesSupported, 0x00010001, 7
-
- [SMCMAC.CopyFiles]
- smc8000n.sys,,,2
-
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
-
- [DestinationDirs]
- DefaultDestDir = 12
- SMCMAC.CopyFiles = 12
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [strings]
- MSFT = "Microsoft"
- SMC = "SMC Networks Inc."
-
- SMC8416.DeviceDesc = "SMC ISAPNP Ethernet адаптер (Универсальный 8416)"
-
- SMC8416.Service.DispName = "SMC семейство Ethernet адаптеров, драйвер"
-
-
-