aboutsummaryrefslogtreecommitdiff
path: root/catapult/telemetry/third_party/web-page-replay/third_party/ipfw_win32/netipfw_m.inf
blob: 864559fc665455a9f7823bd7978aa7289cbeb924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
; version section
[Version]
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider   = %Unipi%
DriverVer  = 26/02/2010,3.0.0.2

; control flags section
; optional, unused in netipfw.inf inf, used in netipfw_m.inf
[ControlFlags]
ExcludeFromSelect = unipi_ipfwmp

; destinationdirs section, optional
[DestinationDirs]
DefaultDestDir=12
; No files to copy 

; manufacturer section
[Manufacturer]
%Unipi% = UNIPI,NTx86

; models section
[UNIPI] ; Win2k
%Desc% = IpfwMP.ndi, unipi_ipfwmp
[UNIPI.NTx86] ;For WinXP and later
%Desc% = IpfwMP.ndi, unipi_ipfwmp

; ddinstall section
[IpfwMP.ndi]
AddReg  = IpfwMP.ndi.AddReg
Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN

; ddinstall->addreg points here
[IpfwMP.ndi.AddReg]
HKR, Ndi, Service,  0,  IpfwMP

;ddinstall.services section
[IpfwMP.ndi.Services]
AddService = IpfwMP,0x2, IpfwMP.AddService

[IpfwMP.AddService]
ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
StartType      = 3 ;SERVICE_DEMAND_START
ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\ipfw.sys
AddReg         = IpfwMP.AddService.AddReg

[IpfwMP.AddService.AddReg]
; None

[Strings]
Unipi = "Unipi"
Desc = "Ipfw Miniport"