summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.inf
blob: d1f68eb6fb2816853c295b301b7789476428f7d4 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
;
; Copyright (c) VMWare. All Rights Reserved.
;

[version]
Signature   = "$Windows NT$"
Class       = NetService
ClassGUID   = {4D36E974-E325-11CE-BFC1-08002BE10318}
Provider    = %VMWare%
CatalogFile = ovsext.cat
DriverVer   = 10/10/2013,1.0

[Manufacturer]
%VMWare%=VMWare,NTx86,NTia64,NTamd64

[VMWare.NTx86]
%OVSExt_Desc%=Install, OVSExt

[VMWare.NTia64]
%OVSExt_Desc%=Install, OVSExt

[VMWare.NTamd64]
%OVSExt_Desc%=Install, OVSExt

;-------------------------------------------------------------------------
; Installation Section
;-------------------------------------------------------------------------
[Install]
AddReg=Inst_Ndi
Characteristics=0x40000
NetCfgInstanceId="{583CC151-73EC-4A6A-8B47-578297AD7623}"
Copyfiles = OVSExt.copyfiles.sys

[SourceDisksNames]
1=%OVSExt_Desc%,"",,

[SourceDisksFiles]
OVSExt.sys=1

[DestinationDirs]
DefaultDestDir=12
OVSExt.copyfiles.sys=12

[OVSExt.copyfiles.sys]
OVSExt.sys,,,2


;-------------------------------------------------------------------------
; Ndi installation support
;-------------------------------------------------------------------------
[Inst_Ndi]
HKR, Ndi,Service,,"OVSExt"
HKR, Ndi,CoServices,0x00010000,"OVSExt"
HKR, Ndi,HelpText,,%OVSExt_HelpText%
HKR, Ndi,FilterClass,,"ms_switch_forward"
HKR, Ndi,FilterType,0x00010001,0x00000002
HKR, Ndi\Interfaces,UpperRange,,"noupper"
HKR, Ndi\Interfaces,LowerRange,,"nolower"
HKR, Ndi\Interfaces, FilterMediaTypes,,"vmnetextension"
HKR, Ndi,FilterRunType, 0x00010001, 2 ; optional

;-------------------------------------------------------------------------
; Service installation support, common.EventLog here is to demonstrate how to
; write an enent log
;-------------------------------------------------------------------------
[Install.Services]
AddService=OVSExt,,OVSExt_Service_Inst;, common.EventLog

[OVSExt_Service_Inst]
DisplayName     = %OVSExt_Desc%
ServiceType     = 1 ;SERVICE_KERNEL_DRIVER
StartType       = 1 ;SERVICE_SYSTEM_START
ErrorControl    = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\OVSExt.sys
LoadOrderGroup  = NDIS
Description     = %OVSExt_Desc%
AddReg          = Common.Params.reg

[Install.Remove.Services]
DelService=OVSExt,0x200

[Strings]
VMWare = "VMWare"
OVSExt_Desc = "VMWare OVS Extension"
OVSExt_HelpText = "VMWare OVS forwarding switch extension"