home *** CD-ROM | disk | FTP | other *** search
Wrap
; ; ATMUNI.INF ; ; Network Transports ; ; Copyright 1993-1997, Microsoft Corporation [version] CatalogFile=atmuni.cat LayoutFile=layout.inf, layout1.inf signature="$CHICAGO$" Class=NetTrans provider=%V_MS% [DestinationDirs] DefaultDestDir = 11 ATMUNI.CopyFiles.sys = 11 ATMUNI.CopyFiles.exe = 25 [Manufacturer] %V_MS%=MS [MS] %ATMUNI.DeviceDesc%= ATMUNI.ndi, ATMUNI [ControlFlags] ;**************************************************************************** ; ATMUNI ;*************************************************************************** [ATMUNI.ndi] AddReg=ATMUNI.ndi.reg ;Unique PnP ID, entry need to be present so that setup can back track ;the device name from the driver DeviceID=ATMUNI ;Specify if the device can be installed more than once ;if not specify, default is MaxInstance=1 MaxInstance=4 [ATMUNI.ndi.reg] HKR,Ndi,DeviceID,,ATMUNI HKR,Ndi,MaxInstance,,8 ; NDIS Info HKR,NDIS,LogDriverName,,ATMUNI HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0A ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"Nothing" HKR,Ndi\Interfaces,DefLower,,"ndisatm" HKR,Ndi\Interfaces,UpperRange,,"Nothing" HKR,Ndi\Interfaces,LowerRange,,"ndisatm" ; Install sections HKR,Ndi\Install,,,"ATMUNI.Install" HKR,Ndi\Remove,,,"ATMUNI.Remove" ; Context Help HKR,Ndi,HelpText,,%ATMUNI_HELP% [ATMUNI.Install] AddReg=ATMUNI.AddReg CopyFiles=ATMUNI.CopyFiles.sys, ATMUNI.CopyFiles.exe [ATMUNI.AddReg] HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,ATMUNI.sys [ATMUNI.CopyFiles.sys] ATMUNI.sys [ATMUNI.CopyFiles.exe] ATMADM.exe [ATMUNI.Remove] AddReg=ATMUNI.Rmv.AddReg [ATMUNI.Rmv.AddReg] ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] V_MS="Microsoft" V_CLASSNAME="Network Protocol" ATMUNI.DeviceDesc="ATM Call Manager" ATMUNI_HELP="The ATM Call Manager implements the ATM User Network Interface signalling protocol for communicating with an ATM switch via an NDIS 5 miniport."