forked from RedhawkSDR/SigGen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSigGen.spd.xml
More file actions
68 lines (64 loc) · 2.94 KB
/
SigGen.spd.xml
File metadata and controls
68 lines (64 loc) · 2.94 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
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
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE softpkg PUBLIC "-//JTRS//DTD SCA V2.2.2 SPD//EN" "softpkg.dtd">
<!--
This file is protected by Copyright. Please refer to the COPYRIGHT file distributed with this
source distribution.
This file is part of REDHAWK Basic Components SigGen.
REDHAWK Basic Components SigGen is free software: you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation, either
version 3 of the License, or (at your option) any later version.
REDHAWK Basic Components SigGen is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this
program. If not, see http://www.gnu.org/licenses/.
-->
<softpkg id="DCE:c7dc1f48-16d3-11e5-9335-3417ebc4aab5" name="rh.SigGen" type="2.0.0" version="2.0.1">
<title>Signal Generator</title>
<author>
<name>null</name>
</author>
<description>A signal generator that creates different output signals based on its configuration. It contains an implementation in each of the supported languages (Python, C++, Java) as an example of a component with multiple implementations.</description>
<propertyfile type="PRF">
<localfile name="SigGen.prf.xml"/>
</propertyfile>
<descriptor>
<localfile name="SigGen.scd.xml"/>
</descriptor>
<implementation id="cpp">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="cpp/SigGen"/>
<entrypoint>cpp/SigGen</entrypoint>
</code>
<compiler name="/usr/bin/gcc" version="4.1.2"/>
<programminglanguage name="C++"/>
<humanlanguage name="EN"/>
<os name="Linux"/>
<processor name="x86"/>
<processor name="x86_64"/>
</implementation>
<implementation id="python">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="python"/>
<entrypoint>python/SigGen.py</entrypoint>
</code>
<programminglanguage name="Python"/>
<humanlanguage name="EN"/>
<runtime name="python" version="2.4.4"/>
<os name="Linux"/>
</implementation>
<implementation id="java">
<description>The implementation contains descriptive information about the template for a software component.</description>
<code type="Executable">
<localfile name="java"/>
<entrypoint>java/startJava.sh</entrypoint>
</code>
<compiler name="/usr/bin/javac" version="1.5"/>
<programminglanguage name="Java"/>
<humanlanguage name="EN"/>
<runtime name="/usr/bin/java" version="1.5"/>
<os name="Linux"/>
</implementation>
</softpkg>