-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.xml
47 lines (40 loc) · 1.11 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018, Mokshasoft AB (mokshasoft.com)
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.
-->
<manifest>
<!-- include all the common repositories -->
<include name="common.xml"/>
<remote
name="mokshasoft"
fetch="https://github.com/mokshasoft/"/>
<!-- include the idris-rts -->
<project
name="idris-rts.git"
path="projects/libidris-rts"
revision="master"
remote="mokshasoft">
<linkfile
src="rts/seL4/CMakeLists.txt"
dest="projects/libidris-rts/CMakeLists.txt"/>
</project>
<!-- include the libsel4-idris-ffi -->
<project
name="libsel4-idris-ffi.git"
path="projects/libsel4-idris-ffi"
revision="master"
remote="mokshasoft">
<linkfile
src="cmake/top-level.cmake"
dest="CMakeLists.txt"/>
</project>
<!-- include the Idris app -->
<project
name="sel4-idris-apps.git"
path="projects/sel4-idris-apps"
revision="master"
remote="mokshasoft"/>
</manifest>