forked from xapi-project/xenopsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxenopsd.obuild
More file actions
52 lines (43 loc) · 1.45 KB
/
xenopsd.obuild
File metadata and controls
52 lines (43 loc) · 1.45 KB
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
name: xenopsd
version: 1.0.0
synopsis: Xen domain manager
obuild-ver: 1
library xenops
src-dir: lib
modules: Config, Ionice, Mac, Xenops_migrate, Xenops_hooks, Task_server, Xenops_task, Updates, Xenops_utils, Xenops_server, Xenopsd, Xenops_server_plugin, Xenops_server_skeleton, Scheduler, Path, Storage, Interface
build-deps: syslog, threads.posix, uuidm, xmlm, cohttp, uri, rpclib, rpclib.syntax, forkexec, fd-send-recv, xcp, xcp.xen, xcp.storage, rpclib.syntax
pp: camlp4o
executable xenopsd
main: xenops_xc_main.ml
src-dir: xc
cdir: xc
build-deps: xenctrl, xenops, xenstore, xenstore.unix, xenstore_transport, xenstore_transport.unix, rpclib, forkexec, xcp, xcp.storage, xcp.memory, sexplib, rpclib.syntax
c-sources: fsync_stubs.c, xenctrlext_stubs.c
pp: camlp4o
executable xenguest
main: xenguest_main.ml
src-dir: xenguest
build-deps: xenctrl, unix
executable xenopsd_simulator
main: xenops_simulator_main.ml
src-dir: simulator
build-deps: xenops, rpclib.syntax
pp: camlp4o
executable xenopsd_qemu
main: xenops_qemu_main.ml
src-dir: qemu
build-deps: xenops, rpclib.syntax, qmp, oclock
pp: camlp4o
executable xenopsd_libvirt
main: xenops_libvirt_main.ml
src-dir: libvirt
build-deps: xenops, rpclib.syntax, libvirt
pp: camlp4o
#executable test
# main: test.ml
# src-dir: test
# build-deps: xenops, oUnit, unix, xcp, xcp.xen
#executable lib_test
# main: test.ml
# src-dir: lib_test
# build-deps: xenops, oUnit, unix