|
Revision 6185, 0.9 KB
(checked in by balister, 5 years ago)
|
|
Initial check for WFM demodulator.
|
| 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.2--> |
|---|
| 4 | <!--Powered by Python--> |
|---|
| 5 | <softpkg id="DCE:a46de288-c548-11dc-aad1-000c29a1ba37" name="WFMdemod"> |
|---|
| 6 | <title/> |
|---|
| 7 | <description>Broadcast FM demodulator</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/WFMdemod/WFMdemod.prf.xml"/> |
|---|
| 15 | </propertyfile> |
|---|
| 16 | <descriptor> |
|---|
| 17 | <localfile name="xml/WFMdemod/WFMdemod.scd.xml"/> |
|---|
| 18 | </descriptor> |
|---|
| 19 | <implementation id="DCE:a472bd1c-c548-11dc-a762-000c29a1ba37"> |
|---|
| 20 | <description>Description</description> |
|---|
| 21 | <code type="Executable"> |
|---|
| 22 | <localfile name="bin/WFMdemod"/> |
|---|
| 23 | </code> |
|---|
| 24 | <processor name="x86"/> |
|---|
| 25 | </implementation> |
|---|
| 26 | </softpkg> |
|---|