Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/inf/x64/INF_VPN88.inf')
-rw-r--r--src/bin/hamcore/inf/x64/INF_VPN88.inf109
1 files changed, 109 insertions, 0 deletions
diff --git a/src/bin/hamcore/inf/x64/INF_VPN88.inf b/src/bin/hamcore/inf/x64/INF_VPN88.inf
new file mode 100644
index 00000000..39f811c3
--- /dev/null
+++ b/src/bin/hamcore/inf/x64/INF_VPN88.inf
@@ -0,0 +1,109 @@
+; VPN Client Device Driver for Windows 2000 and Greater
+;
+; Copyright (c) SoftEther VPN Project at University of Tsukuba, Japan. All Rights Reserved.
+; http://www.softether.org/
+
+[Version]
+Signature = "$Windows NT$"
+Class = Net
+ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
+Provider = %CompanyName%
+DriverVer = 01/04/2014, 4.3.0.9407
+
+CatalogFile.NT = inf_VPN88.cat
+
+[Manufacturer]
+%CompanyName% = SoftEther, NTamd64
+
+[SourceDisksNames]
+1=%DiskDescription%, "", ,
+
+[SourceDisksFiles]
+Neo_VPN88.sys = 1
+
+[DestinationDirs]
+DefaultDestDir = 12
+Neo.CopyFiles.Sys = 12
+
+[Neo.CopyFiles.Sys]
+Neo_VPN88.sys, , , 2
+
+[SoftEther.NTamd64]
+%NeoAdapter.DeviceDesc% = NeoAdapter.Install, NeoAdapter_VPN88
+
+[NeoAdapter.Install]
+Characteristics = 0x1
+AddReg = Neo.Reg, NeoAdapter.Ndi
+CopyFiles = Neo.CopyFiles.Sys
+*IfType = 6
+*MediaType = 0
+*PhysicalMediaType = 0
+
+[NeoAdapter.Install.Services]
+AddService = %Neo.Service.Name%, 2, Neo.Service, Neo.EventLog, , %Neo, EventLog.Name%
+
+[NeoAdapter.Ndi]
+HKR, , NetworkAddress, 0, %DefaultAddress%
+HKR, Ndi, DeviceID, , "NeoAdapter_VPN88"
+HKR, , DevLoader, , ndis
+HKR, , DeviceVxDs, , Neo_VPN88.sys
+HKR, NDIS, LogDriverName, , "Neo_VPN88"
+HKR, NDIS, MajorNdisVersion, 1, 5
+HKR, NDIS, MinorNdisVersion, 1, 0
+HKR, Ndi\Interfaces, DefUpper, , "ndis5"
+HKR, Ndi\Interfaces, UpperRange, , "ndis5"
+HKR, Ndi\Interfaces, LowerRange, , "ethernet"
+HKR, Ndi\Interfaces, DefLower, , "ethernet"
+HKR, Ndi\Install, ndis5, , "Neo.CopyFiles.Sys"
+HKR, Ndi\Params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
+HKR, Ndi\Params\NetworkAddress, type, 0, "edit"
+HKR, Ndi\Params\NetworkAddress, LimitText, 0, "12"
+HKR, Ndi\Params\NetworkAddress, UpperCase, 0, "1"
+HKR, Ndi\Params\NetworkAddress, default, 0, %DefaultAddress%
+HKR, Ndi\Params\NetworkAddress, optional, 0, "0"
+HKR, Ndi\Params\MaxSpeed, ParamDesc, 0, %MaxSpeed%
+HKR, Ndi\Params\MaxSpeed, type, 0, "int"
+HKR, Ndi\Params\MaxSpeed, default, 0, "100"
+HKR, Ndi\Params\MaxSpeed, min, 0, "0"
+HKR, Ndi\Params\MaxSpeed, max, 0, "2000"
+HKR, Ndi\Params\MaxSpeed, step, 0, "1"
+HKR, Ndi\Params\MaxSpeed, Base, 0, "10"
+HKR, Ndi\Params\KeepLink, ParamDesc, 0, %KeepLink%
+HKR, Ndi\Params\KeepLink, type, 0, "enum"
+HKR, Ndi\Params\KeepLink\enum, "1", 0, %On%
+HKR, Ndi\Params\KeepLink\enum, "0", 0, %Off%
+HKR, Ndi\Params\KeepLink, default, 0, "0"
+
+
+[Neo.Service]
+DisplayName = %Neo.Service.DispName%
+Description = %Neo.Service.Desc%
+ServiceType = 1
+StartType = 3
+ErrorControl = 1
+ServiceBinary = %12%\Neo_VPN88.sys
+LoadOrderGroup = NDIS
+
+[Neo.Reg]
+HKR, Ndi, Service, 0, Neo.Service.Name
+HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
+HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
+
+[Neo.EventLog]
+HKR, , EventMessageFile, 0x00020000, "%11%\IoLogMsg.dll;%12%\Neo_VPN88.sys"
+HKR, , TypesSupported, 0x00010001, 7
+
+[Strings]
+CompanyName = "SoftEther VPN Project"
+DiskDescription = "VPN Client Device Driver Install Disk"
+Neo.Service.Name = "Neo_VPN88"
+Neo.Service.DispName = "VPN Client Device Driver - VPN88"
+Neo.Service.Desc = "VPN Client Adapter - VPN88"
+NeoAdapter.DeviceDesc = "VPN Client Adapter - VPN88"
+Neo.EventLog.Name = "Neo"
+NetworkAddress = "MAC Address"
+DefaultAddress = "000001000001"
+MaxSpeed = "Indicate Speed (Mbps)"
+KeepLink = "Keep Link"
+On = "On"
+Off = "Off"