forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oasis
219 lines (205 loc) · 4.69 KB
/
_oasis
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
OASISFormat: 0.4
Name: xenopsd
Version: 0.12.0
Synopsis: XenServer domain managers
Authors: Dave Scott
License: LGPL-2.1 with OCaml linking exception
Plugins: META (0.2)
OCamlVersion: >= 4.01
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildPluginTags: package(cppo_ocamlbuild)
BuildTools: ocamlbuild
Flag xen
Description: Build server with xen support
Default: true
Flag xenlight
Description: Build server with xenlight support
Default: true
Flag simulator
Description: Build server with simulator support
Default: true
Flag xentoollog
Description: Link against xentoollog (required for xen > 4.7)
Default: false
# Support files for profiling
Library profiling
CompiledObject: best
Path: profiling
Install: false
Findlibname: profiling
Modules: Coverage
BuildDepends:
Library xenopsd
CompiledObject: best
Path: lib
Install: true
Findlibname: xenopsd
ByteOpt: -warn-error +a
NativeOpt: -warn-error +a
Modules:
Suspend_image,
Cancellable_subprocess,
Bootloader,
Ionice,
Mac,
Xenops_migrate,
Xenops_hooks,
Xenops_task,
Xenops_utils,
Xenops_server,
Xenopsd,
Xenops_server_plugin,
Xenops_server_skeleton,
Xenops_server_simulator,
Resources,
Storage,
Sockopt,
Interface,
Xenctrl_uuid,
Version
BuildDepends:
threads,
threads.posix,
uuidm,
xmlm,
cohttp,
uri,
rpclib,
ppx_deriving_rpc,
forkexec,
fd-send-recv,
xcp,
xcp.xen,
xcp.storage,
xcp.updates,
sexplib,
ppx_sexp_conv,
xcp,
uutf,
xenstore,
xenstore.unix,
xenstore_transport,
xenstore_transport.unix,
oclock
CSources: sockopt_stubs.c
Executable dbgring
CompiledObject: best
Path: xc
MainIs: dbgring.ml
Install: false
BuildDepends:
xenctrl,
xenstore,
xenstore.unix,
xenstore_transport,
xenstore_transport.unix,
threads,
stdext,
xcp.xen,
rpclib,
uutf,
xcp,
rpclib.json
Executable set_domain_uuid
CompiledObject: best
Path: tools
ByteOpt: -warn-error +a-3
NativeOpt: -warn-error +a-3
MainIs: set_domain_uuid.ml
Install: false
BuildDepends:
xenctrl,
uuidm,
cmdliner,
profiling
Executable suspend_image_viewer
CompiledObject: best
Path: lib
ByteOpt: -warn-error +a-3
NativeOpt: -warn-error +a-3
MainIs: suspend_image_viewer.ml
Install: false
BuildDepends:
xenopsd,
cmdliner,
profiling
Executable xenopsd_xc_main
CompiledObject: best
Path: xc
ByteOpt: -warn-error +a-3
NativeOpt: -warn-error +a-3
MainIs: xenops_xc_main.ml
Build$: flag(xen)
Custom: true
Install: false
BuildDepends:
xenctrl,
xenopsd,
xenstore,
xenstore.unix,
xenstore_transport,
xenstore_transport.unix,
rpclib,
forkexec,
xcp,
xcp.storage,
xcp.memory,
xcp.rrd,
rrd,
sexplib,
xcp-inventory,
ezxenstore,
profiling
CSources: fsync_stubs.c, xenctrlext_stubs.c
Executable xenopsd_simulator
CompiledObject: best
Path: simulator
ByteOpt: -warn-error +a-3
NativeOpt: -warn-error +a-3
MainIs: xenops_simulator_main.ml
Build$: flag(simulator)
Custom: true
Install: false
BuildDepends:
xenopsd,
profiling
Executable xenopsd_xenlight_main
CompiledObject: best
Path: xl
ByteOpt: -warn-error +a-3
NativeOpt: -warn-error +a-3
MainIs: xenops_xl_main.ml
Build$: flag(xenlight)
Custom: true
Install: false
if flag(xentoollog)
CCLib: -L/lib64 -lxentoollog
BuildDepends:
xenlight,
xentoollog,
xenctrl,
xenopsd,
xenstore,
xenstore.unix,
xenstore_transport,
xenstore_transport.unix,
rpclib,
forkexec,
xcp,
xcp.storage,
xcp.memory,
sexplib,
xcp-inventory,
ezxenstore,
profiling
CSources: fsync_stubs.c, poll_stubs.c
Executable xenopsd_test
CompiledObject: best
Path: test
MainIs: xenopsd_test.ml
Install: false
BuildDepends: oUnit, xenopsd
Test xenopsd_test
Run$: flag(tests)
Command: $xenopsd_test
WorkingDirectory: .