Andrew Walbran | d7e9163 | 2019-10-17 16:48:04 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <manifest> |
| 3 | <remote |
David Brazdil | 46eddd4 | 2019-12-20 12:44:49 +0000 | [diff] [blame] | 4 | name="origin" |
Andrew Walbran | d7e9163 | 2019-10-17 16:48:04 +0100 | [diff] [blame] | 5 | fetch="https://hafnium.googlesource.com/" |
David Brazdil | 46eddd4 | 2019-12-20 12:44:49 +0000 | [diff] [blame] | 6 | 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 Brazdil | 46eddd4 | 2019-12-20 12:44:49 +0000 | [diff] [blame] | 24 | </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 Walbran | d7e9163 | 2019-10-17 16:48:04 +0100 | [diff] [blame] | 34 | </manifest> |