blob: 393700099e743198970af36af45bb1468087dde8 [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" />
24
25 <!-- TODO: Move these inside the respective folders -->
26 <linkfile src="driver/BUILD.gn" dest="driver/BUILD.gn" />
27 <linkfile src="third_party/BUILD.gn" dest="third_party/BUILD.gn" />
28 </project>
29
30 <!-- Shallow clones of third-party code. -->
31 <project path="prebuilts" name="hafnium/prebuilts" clone-depth="1" />
32 <project path="third_party/googletest" name="hafnium/third_party/googletest" clone-depth="1" />
33 <project path="third_party/linux" name="hafnium/third_party/linux" clone-depth="1" />
34
35 <project path="driver/linux" name="hafnium/driver/linux" />
36 <project path="project/reference" name="hafnium/project/reference" />
37
Andrew Walbrand7e91632019-10-17 16:48:04 +010038</manifest>