forked from xcore/sc_util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxpd.xml
56 lines (56 loc) · 4.4 KB
/
xpd.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" ?>
<xpd>
<components>
<component name = "Random number generation module" type = "component" buildresults_path = "module_random/.module_random.buildinfo" scope = "General Use" path = "module_random" metainfo_path = "module_random/module_random.metainfo" local = "false" id = "module_random" description = "Random number generation module"></component>
<component name = "Lightweight and flexible assertion module" type = "component" buildresults_path = "module_xassert/.module_xassert.buildinfo" scope = "General Use" path = "module_xassert" metainfo_path = "module_xassert/module_xassert.metainfo" local = "false" id = "module_xassert" description = "Lightweight and flexible assertion module">
<keyword>debug</keyword>
<keyword>assertion</keyword>
<keyword>assert</keyword>
</component>
<component name = "Lock Handling Library" type = "component" buildresults_path = "module_locks/.module_locks.buildinfo" scope = "General Use" path = "module_locks" metainfo_path = "module_locks/module_locks.metainfo" local = "false" id = "module_locks" description = "A library for handling hardware and software locks between tasks.">
<keyword>locks</keyword>
<keyword>concurrency</keyword>
<keyword>synchronization</keyword>
</component>
<component description = "Random number generation example" type = "demoCode" scope = "Example" path = "app_random_example" local = "false" id = "app_random_example" name = "Random number generation example">
<componentDependency>module_random</componentDependency>
</component>
<component description = "Example that shows the use of the locks module" type = "demoCode" scope = "Example" path = "app_locks_example" local = "false" id = "app_locks_example" name = "Locks module example">
<componentDependency>module_locks</componentDependency>
</component>
<component name = "Debug Printing Module" type = "component" buildresults_path = "module_logging/.module_logging.buildinfo" scope = "General Use" path = "module_logging" metainfo_path = "module_logging/module_logging.metainfo" local = "false" id = "module_logging" description = "A library for debug printing to the console">
<keyword>printing</keyword>
<keyword>debug</keyword>
<keyword>logging</keyword>
<keyword>tracing</keyword>
</component>
<component name = "Slicekit Core Board Support Library" type = "component" buildresults_path = "module_slicekit_support/.module_slicekit_support.buildinfo" scope = "General Use" path = "module_slicekit_support" metainfo_path = "module_slicekit_support/module_slicekit_support.metainfo" local = "false" id = "module_slicekit_support" description = "A library for configuring the sliceKIT Core Board ports">
<keyword>slicekit</keyword>
<keyword>spi</keyword>
</component>
</components>
<description>General Utilities Repository</description>
<docdir>module_random/doc</docdir>
<docdir>module_xassert/doc</docdir>
<docdir>module_logging/doc</docdir>
<docdir>module_locks/doc</docdir>
<exclude_dir>tests</exclude_dir>
<location>[email protected]:xcore/sc_util</location>
<name>sc_util</name>
<maintainer>davelxmos</maintainer>
<partnumber>XM-002736-DH</partnumber>
<release parenthash = "768ca06ed7226e232fc7cb56fc6f1fccf7056d75" version = "1.0.0beta0" githash = "747d4d379cd5889a6d5cb2eea1fb58864df04d63"></release>
<release parenthash = "9d5cfb4da13d25d25a5381ea752ee17d97820be7" version = "1.0.0beta1" githash = "536d2fa8d5a8bce5e9d82017b274f297b12c1b8a"></release>
<release parenthash = "d649b8b42db62518db5f6e0c25a4e0b82b972a7f" version = "1.0.0beta2" githash = "073a5c322a51797705ac7d02b182af18813bcbc5"></release>
<release parenthash = "8b380809c5776f5e7d5c6b93ef372423f3658beb" version = "1.0.0rc0"></release>
<subpartnumber>XM-002737-SM</subpartnumber>
<vendor>XMOS</vendor>
<xcore_repo>sc_util</xcore_repo>
<xpd_version>1.0</xpd_version>
<xsoftip_exclude>module_xfifo</xsoftip_exclude>
<xsoftip_exclude>module_xc_ptr</xsoftip_exclude>
<xsoftip_exclude>module_mutual_thread_comm</xsoftip_exclude>
<xsoftip_exclude>app_client_server_example</xsoftip_exclude>
<xsoftip_exclude>app_xfifo_example</xsoftip_exclude>
<xsoftip_exclude>app_mutual_comm_example</xsoftip_exclude>
</xpd>