blob: 62d8df0b471eb5cc1f60eeb89056509878e064e7 [file] [log] [blame]
Andrew Walbrand7e91632019-10-17 16:48:04 +01001<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote
David Brazdil46eddd42019-12-20 12:44:49 +00004 name="origin"
Andrew Walbrand7e91632019-10-17 16:48:04 +01005 fetch="https://hafnium.googlesource.com/"
David Brazdil46eddd42019-12-20 12:44:49 +00006 review="sso://hafnium.googlesource.com/" />
7 <default remote="origin" revision="master" />
8
9 <project path="core" name="hafnium">
10 <!-- Required in the root by the build system -->
11 <linkfile src=".clang-format" dest=".clang-format" />
12 <linkfile src=".clang-tidy" dest=".clang-tidy" />
13 <linkfile src=".gn" dest=".gn" />
14 <linkfile src="BUILD.gn" dest="BUILD.gn" />
15 <linkfile src="Makefile" dest="Makefile" />
16
17 <!-- TODO: Do we want these in the root or change paths? -->
18 <linkfile src="build" dest="build" />
Andrew Walbran4e729532020-01-07 12:30:48 +000019 <linkfile src="driver" dest="driver" />
David Brazdil46eddd42019-12-20 12:44:49 +000020 <linkfile src="kokoro" dest="kokoro" />
21 <linkfile src="inc" dest="inc" />
22 <linkfile src="src" dest="src" />
23 <linkfile src="test" dest="test" />
24 <linkfile src="vmlib" dest="vmlib" />
David Brazdil46eddd42019-12-20 12:44:49 +000025 </project>
26
27 <!-- Shallow clones of third-party code. -->
28 <project path="prebuilts" name="hafnium/prebuilts" clone-depth="1" />
David Brazdilca677272020-01-17 15:27:40 +000029 <project path="third_party/dtc" name="hafnium/third_party/dtc" clone-depth="1" />
David Brazdil46eddd42019-12-20 12:44:49 +000030 <project path="third_party/googletest" name="hafnium/third_party/googletest" clone-depth="1" />
31 <project path="third_party/linux" name="hafnium/third_party/linux" clone-depth="1" />
32
David Brazdil46eddd42019-12-20 12:44:49 +000033 <project path="project/reference" name="hafnium/project/reference" />
David Brazdil7a211582020-01-09 15:15:00 +000034
35 <!-- Checkout this manifest as one of the projects. This will be used to init
36 `repo` in Kokoro builds. Shallow clones are not supported by `repo`, so
37 clone with a large depth. -->
38 <project path=".repo_manifest" name="manifest" clone-depth="1000" />
Andrew Walbrand7e91632019-10-17 16:48:04 +010039</manifest>