root/ossiedev/trunk/components/ChannelDemo/ChannelDemo.spd.xml @ 8428

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:ac534fb0-8245-11dc-85c9-00123f63025f" name="ChannelDemo">
6    <title/>
7    <description>Adds white Gaussian noise to a signal</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/ChannelDemo/ChannelDemo.prf.xml"/>
15    </propertyfile>
16    <descriptor>
17        <localfile name="/../../xml/ChannelDemo/ChannelDemo.scd.xml"/>
18    </descriptor>
19    <implementation id="DCE:ac54cfa2-8245-11dc-afb5-00123f63025f">
20        <description>Linux implementation</description>
21        <code type="Executable">
22            <localfile name="bin/ChannelDemo"/>
23        </code>
24        <processor name="x86"/>
25    </implementation>
26</softpkg>
Note: See TracBrowser for help on using the browser.