blob: 08b398b37c072070c1e4ae09658b551beec3f08c [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" />
19 <linkfile src="kokoro" dest="kokoro" />
20 <linkfile src="inc" dest="inc" />
21 <linkfile src="src" dest="src" />
22 <linkfile src="test" dest="test" />
23 <linkfile src="vmlib" dest="vmlib" />
David Brazdil46eddd42019-12-20 12:44:49 +000024 </project>
25
26 <!-- Shallow clones of third-party code. -->
27 <project path="prebuilts" name="hafnium/prebuilts" clone-depth="1" />
28 <project path="third_party/googletest" name="hafnium/third_party/googletest" clone-depth="1" />
29 <project path="third_party/linux" name="hafnium/third_party/linux" clone-depth="1" />
30
31 <project path="driver/linux" name="hafnium/driver/linux" />
32 <project path="project/reference" name="hafnium/project/reference" />
33
Andrew Walbrand7e91632019-10-17 16:48:04 +010034</manifest>