-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
90 lines (74 loc) · 3.52 KB
/
default.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2014, NICTA
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(NICTA_BSD)
-->
<manifest>
<remote name="seL4"
fetch="../seL4"
/>
<remote name="seL4-projects"
fetch="../seL4-projects"
/>
<remote name="smaccm"
fetch="."
/>
<!-- default revision for each project, and name of the remote -->
<default revision="master"
remote="seL4"
/>
<!-- list of 'projects' (i.e repositories), path is relative to the path in remote above -->
<project name="camkes-apps-simple--devel.git" path="apps/simple" revision="master"/>
<project name="camkes-apps-event--devel.git" path="apps/event" revision="master"/>
<project name="camkes-apps-dataport--devel.git" path="apps/dataport"/>
<project name="seL4.git" path="kernel">
<linkfile src="libsel4" dest="libs/libsel4"/>
</project>
<project name="seL4_tools.git" path="projects/seL4_tools">
<linkfile src="common-tool" dest="tools/common"/>
<linkfile src="elfloader-tool" dest="tools/elfloader"/>
<linkfile src="kbuild-tool" dest="tools/kbuild"/>
</project>
<project name="camkes-tool.git" path="tools/camkes" revision="vm_x86">
<linkfile src="toplevel.mk" dest="Makefile"/>
<linkfile src="Kbuild" dest="Kbuild"/>
<linkfile src="libsel4camkes" dest="libs/libsel4camkes"/>
<linkfile src="libsel4muslccamkes" dest="libs/libsel4muslccamkes"/>
<linkfile src="docs/index.md" dest="README.md"/>
</project>
<project name="capdl.git" path="projects/capdl" revision="vm_x86">
<linkfile src="capdl-loader-app" dest="apps/capdl-loader-experimental"/>
<linkfile src="capDL-tool" dest="tools/capDL"/>
<linkfile src="python-capdl-tool" dest="tools/python-capdl"/>
</project>
<project name="pruner.git" path="tools/pruner"/>
<project remote="smaccm" name="camkes_debug.git" path="tools/debug">
<linkfile src="Kconfig" dest="Kconfig"/>
<linkfile src="qemu_debug.sh" dest="qemu_debug.sh"/>
</project>
<project name="seL4_libs.git" path="projects/seL4_libs">
<linkfile src="libsel4muslcsys" dest="libs/libsel4muslcsys"/>
<linkfile src="libsel4platsupport" dest="libs/libsel4platsupport"/>
<linkfile src="libsel4utils" dest="libs/libsel4utils"/>
<linkfile src="libsel4sync" dest="libs/libsel4sync"/>
<linkfile src="libsel4vspace" dest="libs/libsel4vspace"/>
<linkfile src="libsel4vka" dest="libs/libsel4vka"/>
<linkfile src="libsel4debug" dest="libs/libsel4debug"/>
<linkfile src="libsel4simple" dest="libs/libsel4simple"/>
<linkfile src="libsel4simple-default" dest="libs/libsel4simple-default"/>
<linkfile src="libsel4bench" dest="libs/libsel4bench"/>
</project>
<project name="util_libs.git" path="projects/util_libs">
<linkfile src="libplatsupport" dest="libs/libplatsupport"/>
<linkfile src="libcpio" dest="libs/libcpio"/>
<linkfile src="libelf" dest="libs/libelf"/>
<linkfile src="libutils" dest="libs/libutils"/>
</project>
<project name="musllibc.git" path="libs/libmuslc" revision="sel4"/>
<project remote="smaccm" name="camkes_debug_test_app.git" path="apps/gdb_test">
<linkfile src="ia32_gdb_test_defconfig" dest="configs/ia32_gdb_test_defconfig"/>
</project>
</manifest>