home *** CD-ROM | disk | FTP | other *** search
- ;
- ; LANEM.INF
- ;
- ; ATM LAN Emulation 1.0 Client Miniport
- ;
- ; Copyright 1997, Microsoft Corporation
-
- [version]
- LayoutFile=layout.inf, layout1.inf
- signature="$CHICAGO$"
- Class=NetTrans
- provider=%V_MS%
-
- [DestinationDirs]
- DefaultDestDir = 11
- LANEM.CopyFiles = 11
-
- [Manufacturer]
- %V_MS%=MS
-
- [MS]
- %LANEM.DeviceDesc%= LANEM.ndi, LANEM
-
- [ControlFlags]
-
- ;****************************************************************************
- ; LANEM
- ;****************************************************************************
- [LANEM.ndi]
- AddReg=LANEM.ndi.reg
- ;Unique PnP ID, entry need to be present so that setup can back track
- ;the device name from the driver
- DeviceID=AtmELAN
- ;Specify if the device can be installed more than once
- ;if not specify, default is MaxInstance=1
- MaxInstance=8
-
- [LANEM.ndi.reg]
- HKR,Ndi,DeviceID,,AtmELAN
- HKR,Ndi,MaxInstance,,8
-
- ; NDIS Info
- HKR,NDIS,LogDriverName,,AtmELAN
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
-
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndis3"
- HKR,Ndi\Interfaces,DefLower,,"atmlane"
- HKR,Ndi\Interfaces,UpperRange,,"ndis3"
- HKR,Ndi\Interfaces,LowerRange,,"atmlane"
-
- ; Install sections
- HKR,Ndi\Install,,,"LANEM.Install"
- HKR,Ndi\Remove,,,"LANEM.Remove"
-
- ; Context Help
- HKR,Ndi,HelpText,,%LANEM_HELP%
-
-
- [LANEM.Install]
- AddReg=LANEM.AddReg
- CopyFiles=LANEM.CopyFiles
-
- [LANEM.AddReg]
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,atmlane.sys
- HKR,,RealClass,,Net
-
- [LANEM.CopyFiles]
-
- [LANEM.Remove]
- AddReg=LANEM.Rmv.AddReg
-
- [LANEM.Rmv.AddReg]
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- V_MS="Microsoft"
- V_CLASSNAME="Network Protocol"
- LANEM.DeviceDesc="ATM Emulated LAN"
- LANEM_HELP="This creates an ATM LAN device that transport protocols like TCP/IP can operate on."
-
-