This repository was archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlinux_trusty.xml
More file actions
52 lines (42 loc) · 2.44 KB
/
linux_trusty.xml
File metadata and controls
52 lines (42 loc) · 2.44 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
52
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="intel" fetch="https://github.com/intel" />
<remote name="trusty-ia" fetch="https://github.com/trusty-ia" />
<remote name="aosp" fetch="https://android.googlesource.com" />
<default revision="master"
remote="trusty-ia"
sync-c="true"
sync-j="5" />
<!-- ikgt projects -->
<project path="ikgt" name="ikgt-core" remote="intel" revision="trusty"/>
<!-- trusty core projects -->
<project path="trusty/external/headers" name="trusty_external_headers"/>
<project path="trusty/external/lk" name="trusty_external_lk">
<copyfile src="makefile" dest="trusty/makefile"/>
</project>
<project path="trusty/lk/trusty" name="trusty_lk_trusty"/>
<project path="trusty/lib" name="trusty_lib"/>
<!-- trusty app projects -->
<project path="trusty/app/keymaster" name="trusty_app_keymaster"/>
<project path="trusty/app/sample" name="trusty_app_sample"/>
<project path="trusty/app/storage" name="trusty_app_storage"/>
<!-- trusty vendor projects -->
<project path="trusty/vendor/google/aosp" name="trusty_vendor_google_aosp" >
<copyfile src="lk_inc.mk" dest="trusty/lk_inc.mk"/>
</project>
<!-- trusty build projects -->
<project path="build" name="build">
<copyfile dest="makefile" src="linux_trusty.mk"/>
</project>
<!-- trusty sand projects -->
<project path="trusty/app/sand" name="trusty_app_sand"/>
<project path="trusty/device/x86/sand" name="trusty_device_x86_sand"/>
<project path="trusty/platform/sand" name="trusty_platform_sand"/>
<project path="trusty/target/sand" name="trusty_target_sand"/>
<!-- trusty client applications and external projects -->
<project path="system/keymaster" name="platform/system/keymaster" groups="pdk" revision="refs/tags/android-o-mr1-iot-release-1.0.4" remote="aosp" />
<project path="hardware/libhardware" name="platform/hardware/libhardware" groups="pdk" revision="refs/tags/android-9.0.0_r3" remote="aosp" />
<project path="external/boringssl" name="platform/external/boringssl" groups="pdk" revision="refs/tags/android-9.0.0_r3" remote="aosp" />
<project path="external/lzma" name="platform/external/lzma" groups="pdk" revision="refs/tags/android-9.0.0_r3" remote="aosp" />
<project path="system/core" name="platform/system/core" groups="pdk" revision="refs/tags/android-9.0.0_r3" remote="aosp" />
</manifest>