-
Notifications
You must be signed in to change notification settings - Fork 14
/
default.xml
29 lines (22 loc) · 959 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com" />
<remote name="private"
fetch="ssh://[email protected]" />
<default revision="refs/heads/master"
remote="github"
sync-c="true"
sync-j="4" />
<project path="build" name="efidroid/build">
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<!-- UEFI -->
<project path="uefi/edk2" name="efidroid/edk2" />
<project path="uefi/edk2packages/EFIDroidGPLPkg" name="efidroid/uefi_edk2packages_EFIDroidGPLPkg" />
<project path="uefi/edk2packages/EFIDroidLKLPkg" name="efidroid/uefi_edk2packages_EFIDroidLKLPkg" />
<project path="uefi/edk2packages/EFIDroidPkg" name="efidroid/uefi_edk2packages_EFIDroidPkg" />
<project path="uefi/lkl" name="efidroid/lkl-linux" />
<!-- modules -->
<project path="modules/tslib" name="libts/tslib" revision="refs/tags/1.14" />
</manifest>