|
Revision 8428, 1.0 KB
(checked in by shereef, 5 years ago)
|
|
adding fixes to demo SPD profiles ... merged from ssayed/devs/compoents
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE softpkg SYSTEM "../dtd/softpkg.dtd"> |
|---|
| 3 | <!--Created with OSSIE WaveDev Beta Version 0.6.0b--> |
|---|
| 4 | <!--Powered by Python--> |
|---|
| 5 | <softpkg id="DCE:23ecc262-8242-11dc-9d05-00123f63025f" name="TxDemo"> |
|---|
| 6 | <title/> |
|---|
| 7 | <description>This component generates QPSK symbols</description> |
|---|
| 8 | <author> |
|---|
| 9 | <name>OSSIE Project</name> |
|---|
| 10 | <company>Mobile and Portable Radio Research Group</company> |
|---|
| 11 | <webpage>http://www.mprg.org</webpage> |
|---|
| 12 | </author> |
|---|
| 13 | <propertyfile type="PRF"> |
|---|
| 14 | <localfile name="/../../xml/TxDemo/TxDemo.prf.xml"/> |
|---|
| 15 | </propertyfile> |
|---|
| 16 | <descriptor> |
|---|
| 17 | <localfile name="/../../xml/TxDemo/TxDemo.scd.xml"/> |
|---|
| 18 | </descriptor> |
|---|
| 19 | <implementation id="DCE:23ed8652-8242-11dc-aba9-00123f63025f"> |
|---|
| 20 | <description>Linux implementation</description> |
|---|
| 21 | <code type="Executable"> |
|---|
| 22 | <localfile name="bin/TxDemo"/> |
|---|
| 23 | </code> |
|---|
| 24 | <processor name="x86"/> |
|---|
| 25 | </implementation> |
|---|
| 26 | </softpkg> |
|---|