-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
27 lines (27 loc) · 1.3 KB
/
default.xml
File metadata and controls
27 lines (27 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com" />
<remote name="earthos"
fetch="https://github.com/EarthOS-SMC"
revision="dev" />
<default revision="dev"
remote="earthos"
sync-j="4" />
<project name="EarthOS_build" path="build" />
<project name="EarthOS_build_tools" path="build/tools" />
<project name="adazem009/PowerSlash" path="build/pwc" remote="github" revision="c" />
<project name="EarthOS_build_tools_fssc" path="build/tools/fssc" />
<project name="EarthOS_build_pwuc" path="build/pwuc" revision="c" />
<project name="EarthOS_config" path="config" />
<project name="EarthOS_boot_mbr" path="boot/mbr" />
<project name="EarthOS_boot_lbl" path="boot/lbl" />
<project name="EarthOS_kernel" path="kernel" />
<project name="EarthOS_userspace_init" path="userspace/init" />
<project name="EarthOS_userspace_service_usrsetup" path="userspace/service/usrsetup" />
<project name="EarthOS_userspace_service_banner" path="userspace/service/banner" />
<project name="EarthOS_userspace_service_ui" path="userspace/service/ui" />
<project name="EarthOS_userspace_shell" path="userspace/shell" />
<project name="EarthOS_userspace_coreutils" path="userspace/coreutils" />
<project name="EarthOS_installer_rootfs" path="installer/rootfs" />
</manifest>