forked from niftich/manifest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qemu
28 lines (28 loc) · 1.18 KB
/
qemu
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
28
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<imports>
<localimport file="minimal"/>
</imports>
<projects>
<project name="third_party/qemu"
path="third_party/qemu"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
remote="https://fuchsia.googlesource.com/third_party/qemu"/>
<project name="qemu/third_party/dtc"
path="third_party/qemu/dtc"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
remote="https://fuchsia.googlesource.com/third_party/dtc"/>
<project name="qemu/third_party/pixman"
path="third_party/qemu/pixman"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
remote="https://fuchsia.googlesource.com/third_party/pixman"/>
<project name="qemu/third_party/sdl"
path="third_party/qemu/sdl"
gerrithost="https://fuchsia-review.googlesource.com"
githooks="manifest/git-hooks"
remote="https://fuchsia.googlesource.com/third_party/sdl"/>
</projects>
</manifest>