forked from uniflex/manifests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.xml
42 lines (36 loc) · 1.48 KB
/
default.xml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="origin"
fetch="ssh://[email protected]/uniflex/" />
<remote name="wishful"
fetch="ssh://[email protected]/wishful-project/" />
<remote name="github"
fetch="https://github.com/" />
<default revision="master"
remote="origin"
sync-j="4" />
<!-- Core -->
<project name="uniflex" path="uniflex"/>
<!-- Modules -->
<project name="module_simple" path="modules/simple"/>
<project name="module_net_linux" path="modules/net_linux"/>
<project name="module_rs_signal_gen" path="modules/rs_signal_gen"/>
<project name="module_gnuradio" path="modules/gnuradio"/>
<project name="module_ni_sdr" path="modules/ni_sdr"/>
<project name="module_wifi" path="modules/wifi"/>
<project name="module_wifi_ath" path="modules/wifi_ath"/>
<project name="module_wifi_gnuradio" path="modules/wifi_gnuradio"/>
<project name="module_wifi_intel" path="modules/wifi_intel"/>
<!-- Apps -->
<project name="app_discovery_pyre" path="apps/discovery_pyre"/>
<project name="app_handover_wifi" path="apps/handover"/>
<project name="app_wireless_topology" path="apps/wireless_topology"/>
<project name="app_iperf_control" path="apps/iperf"/>
<!-- Examples -->
<project name="examples" path="examples"/>
<!-- Other -->
<project name="uniflex-mininet" path="mininet"/>
<project name="node-red-uniflex" path="node-red"/>
<!-- SBI -->
<project name="sbi" path="sbi"/>
</manifest>