2022-09-26 00:41:18 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<manifest>
|
2023-03-10 15:55:57 +00:00
|
|
|
<remote fetch="https://gitee.com/openharmony/" name="origin" review="https://openharmony.gitee.com/openharmony/"/>
|
2022-09-26 00:41:18 +00:00
|
|
|
<default remote="origin" revision="master" sync-j="4" />
|
|
|
|
|
2022-11-11 12:19:17 +00:00
|
|
|
<project name="third_party_llvm-project" path="toolchain/llvm-project" />
|
2022-12-07 17:20:45 +00:00
|
|
|
<project name="third_party_lldb-mi" path="toolchain/lldb-mi" />
|
2022-10-12 02:35:04 +00:00
|
|
|
<project name="prebuilts_lite_sysroot" path="prebuilts/lite/sysroot" />
|
|
|
|
<project name="kernel_liteos_a" path="kernel/liteos_a" />
|
2023-11-10 02:04:51 +00:00
|
|
|
<project name="kernel_linux_patches" path="kernel/linux/patches" />
|
2023-06-29 01:56:35 +00:00
|
|
|
<project name="third_party_mingw-w64" path="third_party/mingw-w64" />
|
2022-10-12 02:35:04 +00:00
|
|
|
<project name="third_party_musl" path="third_party/musl" />
|
|
|
|
<project name="third_party_zlib" path="third_party/zlib" />
|
|
|
|
<project name="third_party_optimized_routines" path="third_party/optimized-routines" />
|
|
|
|
<project name="third_party_NuttX" path="third_party/NuttX" />
|
2023-06-21 09:15:12 +00:00
|
|
|
<project name="third_party_libedit" path="third_party/libedit" />
|
|
|
|
<project name="third_party_ncurses" path="third_party/ncurses" />
|
2023-07-11 08:46:41 +00:00
|
|
|
<project name="third_party_python" path="third_party/python" />
|
2023-08-16 12:04:27 +00:00
|
|
|
<project name="third_party_libxml2" path="third_party/libxml2" />
|
2023-10-08 03:19:03 +00:00
|
|
|
<project name="build" path="build">
|
|
|
|
<linkfile dest=".gn" src="core/gn/dotfile.gn"/>
|
|
|
|
</project>
|
|
|
|
<project name="productdefine_common" path="productdefine/common"/>
|
|
|
|
<project name="startup_init" path="base/startup/init"/>
|
|
|
|
<project name="third_party_FreeBSD" path="third_party/FreeBSD"/>
|
|
|
|
<project name="kernel_linux_5.10" path="kernel/linux/linux-5.10" clone-depth="1"/>
|
|
|
|
<project name="third_party_jinja2" path="third_party/jinja2"/>
|
|
|
|
<project name="third_party_markupsafe" path="third_party/markupsafe"/>
|
2023-07-11 08:46:41 +00:00
|
|
|
</manifest>
|