-
Notifications
You must be signed in to change notification settings - Fork 5
/
default.xml
24 lines (24 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
<?xml version='1.0' encoding='utf-8'?>
<manifest>
<remote fetch="https://github.com/Open-TEE/" name="origin" review="https://review.gerrithub.io/Open-TEE" />
<default remote="origin" revision="master" />
<project name="project" path="project" >
<copyfile src="README.md" dest="README" />
<copyfile src=".editorconfig" dest=".editorconfig" />
<copyfile src="autogen.sh" dest="autogen.sh" />
<copyfile src="configure.ac" dest="configure.ac" />
<copyfile src="Makefile.am" dest="Makefile.am" />
<copyfile src="Android.mk" dest="Android.mk" />
<copyfile src="install_android.sh" dest="install_android.sh" />
<copyfile src="opentee" dest="opentee" />
</project>
<project name="tee-engine-Driver" path="driver" />
<project name="tee-engine" path="emulator" />
<project name="libtee" path="libtee" />
<project name="libtee_pkcs11" path="libtee_pkcs11" />
<project name="tests" path="tests" />
<project name="TAs" path="TAs" />
<project name="CAs" path="CAs" />
<project name="opentee-extension-chrome" path="chrome" />
<project name="libomnishare" path="libomnishare" />
</manifest>