|
Revision 4530, 1.1 KB
(checked in by jgaeddert, 6 years ago)
|
|
moving src/xml to subdirectories, adding support for documentation in USRPCommander component
|
-
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 type="sca_compliant" name="USRP_Commander" id="DCE:20f9d65a-7f38-48ce-87cf-d106b34be02a"> |
|---|
| 6 | <title>USRP commander</title> |
|---|
| 7 | <description>Controller for the USRP device, both transmit and receive</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="USRP_Commander.prf.xml"/> |
|---|
| 15 | </propertyfile> |
|---|
| 16 | <descriptor> |
|---|
| 17 | <localfile name="USRP_Commander.scd.xml"/> |
|---|
| 18 | </descriptor> |
|---|
| 19 | <implementation id="DCE:00e84b76-1c47-4b87-8ebc-50459c8a5c43" aepcompliance="aep_compliant"> |
|---|
| 20 | <description>Default implementation description</description> |
|---|
| 21 | <code type="Executable"> |
|---|
| 22 | <localfile name="/bin/USRP_Commander"/> |
|---|
| 23 | </code> |
|---|
| 24 | <processor name="x86"/> |
|---|
| 25 | </implementation> |
|---|
| 26 | </softpkg> |
|---|