This repo is obsolete, please see git://git.code.sf.net/p/dummynet/code@master
[ipfw.git] / binary / 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\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 \r
23 ; ddinstall section\r
24 [Ipfw.ndi]\r
25 AddReg          = Ipfw.ndi.AddReg, Ipfw.AddReg\r
26 Characteristics = 0x4410 ;  NCF_FILTER | NCF_NDIS_PROTOCOL !--Filter Specific--!!\r
27 CopyFiles       = Ipfw.Files.Sys\r
28 CopyInf         = netipfw_m.inf\r
29 \r
30 ; remove section\r
31 [Ipfw.ndi.Remove]\r
32 DelFiles = Ipfw.Files.Sys\r
33 \r
34 ;ddinstall.services section\r
35 [Ipfw.ndi.Services]\r
36 AddService = Ipfw,,Ipfw.AddService\r
37 \r
38 [Ipfw.AddService]\r
39 DisplayName    = %ServiceDesc%\r
40 ServiceType    = 1 ;SERVICE_KERNEL_DRIVER\r
41 StartType      = 3 ;SERVICE_DEMAND_START\r
42 ErrorControl   = 1 ;SERVICE_ERROR_NORMAL\r
43 ServiceBinary  = %12%\ipfw.sys\r
44 AddReg         = Ipfw.AddService.AddReg\r
45 \r
46 [Ipfw.AddService.AddReg]\r
47 \r
48 ;file copy related sections\r
49 [SourceDisksNames]\r
50 1=%DiskDescription%,"",,\r
51 \r
52 [SourceDisksFiles]\r
53 ipfw.sys=1\r
54 \r
55 [DestinationDirs]\r
56 DefaultDestDir = 12\r
57 Ipfw.Files.Sys   = 12   ; %windir%\System32\drivers\r
58 \r
59 ; ddinstall->copyfiles points here\r
60 [Ipfw.Files.Sys]\r
61 ipfw.sys,,,2\r
62 \r
63 ; ddinstall->addreg points here\r
64 [Ipfw.ndi.AddReg]\r
65 HKR, Ndi,            HelpText,            , %HELP% ; this is displayed at the bottom of the General page of the Connection Properties dialog box\r
66 HKR, Ndi,            FilterClass,         , failover\r
67 HKR, Ndi,            FilterDeviceInfId,   , unipi_ipfwmp\r
68 HKR, Ndi,            Service,             , Ipfw\r
69 HKR, Ndi\Interfaces, UpperRange,          , noupper\r
70 HKR, Ndi\Interfaces, LowerRange,          , nolower\r
71 HKR, Ndi\Interfaces, FilterMediaTypes,    , "ethernet, tokenring, fddi, wan"\r
72 \r
73 ;strings section\r
74 [Strings]\r
75 Unipi = "Unipi"\r
76 DiskDescription = "Ipfw Driver Disk"\r
77 Desc = "ipfw+dummynet"\r
78 HELP = "This is ipfw and dummynet network emulator, developed by unipi.it"\r
79 ServiceDesc = "ipfw service"\r