summaryrefslogtreecommitdiff
path: root/default.xml
blob: 69fc8a794a6261f2de25ebe85526448b10c0c480 (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--
    This branch is a main side branch and is configured to have all project
    specific rules. When updating this manifest file, please also update the
    project rule in google3 to ensure new projects get testing.
    See go/side-branch-testing for details.
-->

  <remote  name="aosp"
           fetch=".."
           review="https://android-review.googlesource.com/" />
  <default revision="main"
           remote="aosp"
           sync-j="4" />

  <superproject name="trusty/superproject" remote="aosp"/>
  <contactinfo bugurl="go/repo-bug" />

  <!-- BEGIN trusty core projects -->
  <project path="external/lk" name="trusty/lk/common" groups="trusty" >
    <copyfile src="makefile" dest="makefile" />
  </project>
  <project path="external/headers" name="trusty/external/headers" groups="trusty" />
  <project path="external/trusty/bootloader" name="trusty/external/trusty" groups="trusty" />
  <project path="external/trusty/musl" name="trusty/external/musl" groups="trusty" />
  <project path="trusty/user/base" name="trusty/lib" groups="trusty" />
  <project path="trusty/kernel" name="trusty/lk/trusty" groups="trusty" />
  <project path="trusty/host/common" name="trusty/host/common" groups="trusty">
    <linkfile src="bazel/WORKSPACE.bazel" dest="WORKSPACE.bazel" />
    <linkfile src="bazel/bazelrc" dest=".bazelrc" />
  </project>
  <project path="trusty/interfaces" name="trusty/interfaces" groups="trusty" />
  <!-- END trusty core projects -->

  <!-- BEGIN apps projects  -->
  <project path="trusty/user/app/confirmationui" name="trusty/app/confirmationui" groups="trusty" />
  <project path="trusty/user/app/sample" name="trusty/app/sample" groups="trusty" />
  <project path="trusty/user/app/keymaster" name="trusty/app/keymaster" groups="trusty" />
  <project path="trusty/user/app/keymint" name="trusty/app/keymint" groups="trusty" />
  <project path="trusty/user/app/gatekeeper" name="trusty/app/gatekeeper" groups="trusty" />
  <project path="trusty/user/app/secretkeeper" name="trusty/app/secretkeeper" groups="trusty" />
  <project path="trusty/user/app/storage" name="trusty/app/storage" groups="trusty" />
  <project path="trusty/user/app/avb" name="trusty/app/avb" groups="trusty" />
  <project path="trusty/user/app/cast-auth" name="trusty/app/cast-auth" groups="trusty" />
  <!-- END apps projects -->

  <!-- BEGIN platform projects -->
  <project path="development" name="platform/development" groups="trusty" />
  <project path="external/boringssl" name="platform/external/boringssl" groups="trusty" />
  <project path="external/fmtlib" name="platform/external/fmtlib" groups="trusty" />
  <project path="external/freetype" name="platform/external/freetype" groups="trusty" />
  <project path="external/googletest" name="platform/external/googletest" groups="trusty" />
  <project path="external/libcppbor" name="platform/external/libcppbor" groups="trusty" />
  <project path="external/libcxx" name="platform/external/libcxx" revision="main-trusty" groups="trusty" />
  <project path="external/libcxxabi" name="platform/external/libcxxabi" groups="trusty" />
  <project path="external/nanopb-c" name="platform/external/nanopb-c" groups="trusty" />
  <project path="external/open-dice" name="platform/external/open-dice" groups="trusty" />
  <project path="external/protobuf" name="platform/external/protobuf" groups="trusty" />
  <project path="external/python/jinja" name="platform/external/python/jinja" groups="trusty" />
  <project path="external/python/six" name="platform/external/python/six" groups="trusty" />
  <project path="external/python/markupsafe" name="platform/external/python/markupsafe" groups="trusty" />
  <project path="external/scudo" name="platform/external/scudo" revision="main-trusty" groups="trusty" />
  <project path="frameworks/hardware/interfaces" name="platform/frameworks/hardware/interfaces" groups="trusty" />
  <project path="hardware/interfaces" name="platform/hardware/interfaces" groups="trusty" />
  <project path="frameworks/base" name="platform/frameworks/base" groups="trusty" />
  <project path="frameworks/native" name="platform/frameworks/native" groups="trusty" />
  <project path="hardware/libhardware" name="platform/hardware/libhardware" groups="trusty" />
  <project path="system/authgraph" name="platform/system/authgraph" groups="trusty" />
  <project path="system/core" name="platform/system/core" groups="trusty" />
  <project path="system/gatekeeper" name="platform/system/gatekeeper" groups="trusty" />
  <project path="system/iot/attestation" name="platform/system/iot/attestation" groups="trusty" />
  <project path="system/keymaster" name="platform/system/keymaster" groups="trusty" />
  <project path="system/keymint" name="platform/system/keymint" groups="trusty" />
  <project path="system/libbase" name="platform/system/libbase" groups="trusty" />
  <project path="system/secretkeeper" name="platform/system/secretkeeper" groups="trusty" />
  <project path="system/teeui" name="platform/system/teeui" groups="trusty" />
  <project path="system/tools/aidl" name="platform/system/tools/aidl" groups="trusty" />
  <project path="tools/repohooks" name="platform/tools/repohooks" groups="trusty" />
  <!-- END platform projects -->

  <!-- BEGIN trusty device projects -->
  <project path="trusty/device/arm/generic-arm64" name="trusty/device/arm/generic-arm64" groups="trusty" />
  <project path="trusty/device/arm/vexpress-a15" name="trusty/device/arm/vexpress-a15" groups="trusty" />
  <project path="trusty/device/x86/generic-x86_64" name="trusty/device/x86/generic-x86_64" groups="trusty" />
  <!-- END trusty device projects -->

  <!-- BEGIN trusty nxp projects -->
  <project path="trusty/device/nxp/imx7d" name="trusty/device/nxp/imx7d" groups="trusty" />
  <project path="trusty/hardware/nxp" name="trusty/lk/nxp" groups="trusty" />
  <!-- END trusty nxp projects -->

  <!-- BEGIN trusty vendor projects -->
  <project path="trusty/vendor/google/aosp" name="trusty/vendor/google/aosp" groups="trusty" >
   <!-- Install lk_inc.mk into trusty root -->
    <copyfile src="lk_inc.mk" dest="lk_inc.mk" />
  </project>
  <!-- END trusty vendor projects -->

  <!-- BEGIN toolchains -->
  <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" groups="trusty" clone-depth="1" />
  <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" groups="trusty" clone-depth="1" />
  <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="trusty" clone-depth="1" />
  <project path="prebuilts/libprotobuf" name="platform/prebuilts/libprotobuf/linux" revision="trusty" groups="trusty" clone-depth="1" />
  <project path="prebuilts/misc" name="platform/prebuilts/misc" groups="trusty" clone-depth="1" />
  <project path="trusty/prebuilts/aosp" name="trusty/prebuilts/aosp" groups="trusty" clone-depth="1" />
  <project path="prebuilts/rust" name="platform/prebuilts/rust" groups="trusty"
clone-depth="1" />
  <project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" groups="trusty" clone-depth="1" />
  <project path="build/bazel" name="platform/build/bazel" groups="trusty" clone-depth="1" >
    <linkfile src="bazel.BUILD" dest="BUILD" />
  </project>
  <project path="external/bazel-skylib" name="platform/external/bazel-skylib" groups="trusty" clone-depth="1" />
  <!-- END toolchains -->

  <!-- BEGIN external rust crates -->
  <!-- These crates are pinned because their trusty build files live in the trusty tree and need to be manually updated -->
  <project path="external/rust/crates/acpi" name="platform/external/rust/crates/acpi" groups="trusty" />
  <project path="external/rust/crates/arrayvec" name="platform/external/rust/crates/arrayvec" groups="trusty" />
  <project path="external/rust/crates/async-trait" name="platform/external/rust/crates/async-trait" groups="trusty" />
  <project path="external/rust/crates/bit_field" name="platform/external/rust/crates/bit_field" groups="trusty" />
  <project path="external/rust/crates/bitflags" name="platform/external/rust/crates/bitflags" groups="trusty" />
  <project path="external/rust/crates/byteorder" name="platform/external/rust/crates/byteorder" groups="trusty" />
  <project path="external/rust/crates/cfg-if" name="platform/external/rust/crates/cfg-if" groups="trusty" />
  <project path="external/rust/crates/ciborium" name="platform/external/rust/crates/ciborium" groups="trusty" />
  <project path="external/rust/crates/ciborium-io" name="platform/external/rust/crates/ciborium-io" groups="trusty" />
  <project path="external/rust/crates/ciborium-ll" name="platform/external/rust/crates/ciborium-ll" groups="trusty" />
  <project path="external/rust/crates/const-oid" name="platform/external/rust/crates/const-oid" groups="trusty" />
  <project path="external/rust/crates/coset" name="platform/external/rust/crates/coset" groups="trusty" />
  <project path="external/rust/crates/der" name="platform/external/rust/crates/der" groups="trusty" />
  <project path="external/rust/crates/der_derive" name="platform/external/rust/crates/der_derive" groups="trusty" />
  <project path="external/rust/crates/downcast-rs" name="platform/external/rust/crates/downcast-rs" groups="trusty" />
  <project path="external/rust/crates/enumn" name="platform/external/rust/crates/enumn" groups="trusty" />
  <project path="external/rust/crates/flagset" name="platform/external/rust/crates/flagset" groups="trusty" />
  <project path="external/rust/crates/foreign-types" name="platform/external/rust/crates/foreign-types" groups="trusty" />
  <project path="external/rust/crates/foreign-types-shared" name="platform/external/rust/crates/foreign-types-shared" groups="trusty" />
  <project path="external/rust/crates/half" name="platform/external/rust/crates/half" groups="trusty" />
  <project path="external/rust/crates/lazy_static" name="platform/external/rust/crates/lazy_static" groups="trusty" />
  <project path="external/rust/crates/libc" name="platform/external/rust/crates/libc" groups="trusty" />
  <project path="external/rust/crates/log" name="platform/external/rust/crates/log" groups="trusty" />
  <project path="external/rust/crates/num-derive" name="platform/external/rust/crates/num-derive" groups="trusty" />
  <project path="external/rust/crates/num-traits" name="platform/external/rust/crates/num-traits" groups="trusty" />
  <project path="external/rust/crates/once_cell" name="platform/external/rust/crates/once_cell" groups="trusty" />
  <project path="external/rust/crates/pkcs1" name="platform/external/rust/crates/pkcs1" groups="trusty" />
  <project path="external/rust/crates/pkcs8" name="platform/external/rust/crates/pkcs8" groups="trusty" />
  <project path="external/rust/crates/proc-macro2" name="platform/external/rust/crates/proc-macro2" groups="trusty" />
  <project path="external/rust/crates/proc-macro-error" name="platform/external/rust/crates/proc-macro-error" groups="trusty" />
  <project path="external/rust/crates/proc-macro-error-attr" name="platform/external/rust/crates/proc-macro-error-attr" groups="trusty" />
  <!-- Updating the protobuf crate will also force us to recreate the autogenerated rust files (keymint) because we are generating them outside of trusty -->
  <project path="external/rust/crates/protobuf" name="platform/external/rust/crates/protobuf" groups="trusty"  />
  <project path="external/rust/crates/protobuf-support" name="platform/external/rust/crates/protobuf-support" groups="trusty" />
  <project path="external/rust/crates/quote" name="platform/external/rust/crates/quote" groups="trusty" />
  <project path="external/rust/crates/openssl" name="platform/external/rust/crates/openssl" groups="trusty" />
  <project path="external/rust/crates/openssl-macros" name="platform/external/rust/crates/openssl-macros" groups="trusty" />
  <project path="external/rust/crates/sec1" name="platform/external/rust/crates/sec1" groups="trusty" />
  <project path="external/rust/crates/serde" name="platform/external/rust/crates/serde" groups="trusty" />
  <project path="external/rust/crates/serde_derive" name="platform/external/rust/crates/serde_derive" groups="trusty" />
  <project path="external/rust/crates/spki" name="platform/external/rust/crates/spki" groups="trusty" />
  <project path="external/rust/crates/syn" name="platform/external/rust/crates/syn" groups="trusty" />
  <project path="external/rust/crates/synstructure" name="platform/external/rust/crates/synstructure" groups="trusty" />
  <project path="external/rust/crates/thiserror" name="platform/external/rust/crates/thiserror" groups="trusty" />
  <project path="external/rust/crates/thiserror-impl" name="platform/external/rust/crates/thiserror-impl" groups="trusty" />
  <project path="external/rust/crates/unicode-xid" name="platform/external/rust/crates/unicode-xid" groups="trusty" />
  <project path="external/rust/crates/unicode-ident" name="platform/external/rust/crates/unicode-ident" groups="trusty" />
  <project path="external/rust/crates/virtio-drivers" name="platform/external/rust/crates/virtio-drivers" groups="trusty" />
  <project path="external/rust/crates/vm-memory" name="platform/external/rust/crates/vm-memory" groups="trusty" />
  <project path="external/rust/crates/x509-cert" name="platform/external/rust/crates/x509-cert" groups="trusty" />
  <project path="external/rust/crates/zerocopy" name="platform/external/rust/crates/zerocopy" groups="trusty" />
  <project path="external/rust/crates/zerocopy-derive" name="platform/external/rust/crates/zerocopy-derive" groups="trusty" />
  <project path="external/rust/crates/zeroize" name="platform/external/rust/crates/zeroize" groups="trusty" />
  <project path="external/rust/crates/zeroize_derive" name="platform/external/rust/crates/zeroize_derive" groups="trusty" />
  <!-- END external rust crates -->

  <!-- BEGIN aux external projects -->
  <project path="external/linux" name="kernel/common" revision="android12-trusty-5.10" groups="trusty" />
  <project path="external/qemu" name="trusty/external/qemu" groups="trusty" />
  <project path="external/capstone" name="platform/external/capstone" revision="trusty-main" groups="trusty" />
  <project path="external/dtc" name="platform/external/dtc" groups="trusty" />
  <project path="external/qemu-keycodemapdb" name="trusty/external/qemu-keycodemapdb" revision="trusty-main" groups="trusty" />
  <project path="external/arm-trusted-firmware" name="trusty/external/trusted-firmware-a" groups="trusty" />
  <!-- END aux external projects -->

  <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
</manifest>