home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2002 November
/
MICD_2002_11.iso
/
Neostrada
/
RASPPP95.INF
< prev
next >
Wrap
INI File
|
2002-06-09
|
3KB
|
85 lines
;******************************************************************************
; PPP over Ethernet Protocol
; Windows 95 NDIS Miniport INF
; written by Robert Schlabbach (normanb@cs.TU-Berlin.DE)
; Copyright (C) 2000-2002 by Robert Schlabbach
;******************************************************************************
[Version]
Signature = "$Windows 95$"
Class = Net
Provider = %Provider%
DriverVer = 06/10/2002,0.98.0715.0
[Manufacturer]
%Manufacturer% = DevicesSection
[DevicesSection]
; DisplayName Section DeviceID
; ----------- ------- --------
%RASPPPOE.DisplayName% = RASPPPOE.NDI, RASPPPOE
[ControlFlags]
ExcludeFromSelect = *
;------------------------------------------------------------------------------
; Network Device Install Section
;------------------------------------------------------------------------------
[RASPPPOE.NDI]
AddReg = RASPPPOE.NDI.AddReg
DeviceID = RASPPPOE
MaxInstance = 8
;------------------------------------------------------------------------------
; Registry Entries
;------------------------------------------------------------------------------
[RASPPPOE.NDI.AddReg]
HKR, NDI, DeviceID, 0, "RASPPPOE"
HKR, NDI, HelpText, 0, %RASPPPOE.HelpText%
HKR, NDI, MaxInstance, 0, "8"
HKR, NDI, NdiInstaller, 0, "WINPPPOE.DLL,MiniportNdiProc"
; Required components and Install section
HKR, NDI\Compatibility, RequireAll, 0, "NDISWAN"
HKR, NDI\Install, , 0, "RASPPPOE.Install"
; Binding interfaces
HKR, NDI\Interfaces, DefUpper, 0, "ndiswan"
HKR, NDI\Interfaces, DefLower, 0, "nolower"
HKR, NDI\Interfaces, UpperRange, 0, "ndiswan"
HKR, NDI\Interfaces, LowerRange, 0, "nolower"
; NDIS information
HKR, NDIS, LogDriverName, 0, "RASPPPOE"
HKR, NDIS, MajorNdisVersion, 1, 04
HKR, NDIS, MinorNdisVersion, 1, 00
; Install section
[RASPPPOE.Install]
AddReg = RASPPPOE.AddReg
; Install registry section
[RASPPPOE.AddReg]
HKR, , DeviceVxDs, 0, "RASPPPOE.SYS"
HKR, , DevLoader, 0, "*ndis"
HKR, , EnumPropPages, 0, "NETDI.DLL,EnumPropPages"
;------------------------------------------------------------------------------
; Localizable Strings
;------------------------------------------------------------------------------
[Strings]
; INF Provider
Provider = "Robert Schlabbach"
; Manufacturer
Manufacturer = "Robert Schlabbach"
; Display Name
RASPPPOE.DisplayName = "PPP over Ethernet Miniport"
; Help Text
RASPPPOE.Helptext = "This component exposes the dial-up devices for the PPP over Ethernet Protocol."