This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / win64 / netipfw.inf
1 ; version section\r
2 [Version]\r
3 Signature  = "$Windows NT$"\r
4 Class      = NetService\r
5 ClassGUID  = {4D36E974-E325-11CE-BFC1-08002BE10318}\r
6 Provider   = %Unipi%\r
7 DriverVer  = 26/02/2010,3.0.0.1\r
8 \r
9 ; manufacturer section\r
10 [Manufacturer]\r
11 %Unipi% = UNIPI,NTx86,NTamd64\r
12 \r
13 ; control flags section\r
14 ; optional, unused in netipfw.inf inf, used in netipfw_m.inf\r
15 [ControlFlags]\r
16 \r
17 ; models section\r
18 [UNIPI] ; Win2k\r
19 %Desc% = Ipfw.ndi, unipi_ipfw\r
20 [UNIPI.NTx86] ;For WinXP and later\r
21 %Desc% = Ipfw.ndi, unipi_ipfw\r
22 [UNIPI.NTamd64] ;For x64\r
23 %Desc% = Ipfw.ndi, unipi_ipfw\r
24 \r
25 ; ddinstall section\r
26 [Ipfw.ndi]\r
27 AddReg          = Ipfw.ndi.AddReg, Ipfw.AddReg\r
28 Characteristics = 0x4410 ;  NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!\r
29 CopyFiles       = Ipfw.Files.Sys\r
30 CopyInf         = netipfw_m.inf\r
31 \r
32 ; remove section\r
33 [Ipfw.ndi.Remove]\r
34 DelFiles = Ipfw.Files.Sys\r
35 \r
36 ;ddinstall.services section\r
37 [Ipfw.ndi.Services]\r
38 AddService = Ipfw,,Ipfw.AddService\r
39 \r
40 [Ipfw.AddService]\r
41 DisplayName    = %ServiceDesc%\r
42 ServiceType    = 1 ;SERVICE_KERNEL_DRIVER\r
43 StartType      = 3 ;SERVICE_DEMAND_START\r
44 ErrorControl   = 1 ;SERVICE_ERROR_NORMAL\r
45 ServiceBinary  = %12%\ipfw.sys\r
46 AddReg         = Ipfw.AddService.AddReg\r
47 \r
48 [Ipfw.AddService.AddReg]\r
49 \r
50 ;file copy related sections\r
51 [SourceDisksNames]\r
52 1=%DiskDescription%,"",,\r
53 \r
54 [SourceDisksFiles]\r
55 ipfw.sys=1\r
56 \r
57 [DestinationDirs]\r
58 DefaultDestDir = 12\r
59 Ipfw.Files.Sys   = 12   ; %windir%\System32\drivers\r
60 \r
61 ; ddinstall->copyfiles points here\r
62 [Ipfw.Files.Sys]\r
63 ipfw.sys,,,2\r
64 \r
65 ; ddinstall->addreg points here\r
66 [Ipfw.ndi.AddReg]\r
67 HKR, Ndi,            HelpText,            , %HELP% ; this is displayed at the bottom of the General page of the Connection Properties dialog box\r
68 HKR, Ndi,            FilterClass,         , failover\r
69 HKR, Ndi,            FilterDeviceInfId,   , unipi_ipfwmp\r
70 HKR, Ndi,            Service,             , Ipfw\r
71 HKR, Ndi\Interfaces, UpperRange,          , noupper\r
72 HKR, Ndi\Interfaces, LowerRange,          , nolower\r
73 HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"\r
74 \r
75 ;strings section\r
76 [Strings]\r
77 Unipi = "Unipi"\r
78 DiskDescription = "Ipfw Driver Disk"\r
79 Desc = "ipfw+dummynet"\r
80 HELP = "This is ipfw and dummynet network emulator, developed by unipi.it"\r
81 ServiceDesc = "ipfw service"\r