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" /> |
David Brazdil | ca67727 | 2020-01-17 15:27:40 +0000 | [diff] [blame] | 28 | <project path="third_party/dtc" name="hafnium/third_party/dtc" clone-depth="1" /> |
David Brazdil | 46eddd4 | 2019-12-20 12:44:49 +0000 | [diff] [blame] | 29 | <project path="third_party/googletest" name="hafnium/third_party/googletest" clone-depth="1" /> |
| 30 | <project path="third_party/linux" name="hafnium/third_party/linux" clone-depth="1" /> |
| 31 | |
Andrew Walbran | a5e0e10 | 2020-04-14 18:46:21 +0000 | [diff] [blame^] | 32 | <project path="driver/linux" name="hafnium/driver/linux" /> |
David Brazdil | 46eddd4 | 2019-12-20 12:44:49 +0000 | [diff] [blame] | 33 | <project path="project/reference" name="hafnium/project/reference" /> |
David Brazdil | 7a21158 | 2020-01-09 15:15:00 +0000 | [diff] [blame] | 34 | |
| 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 Walbran | d7e9163 | 2019-10-17 16:48:04 +0100 | [diff] [blame] | 39 | </manifest> |