root/ossiedev/branches/jeongo9/components/liquid-components/xml/Channel.scd.xml @ 10566

Revision 10566, 1.8 KB (checked in by jeongo9, 2 years ago)

commiting liquid components

RevLine 
[10566]1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE softwarecomponent SYSTEM "../dtd/softwarecomponent.dtd">
3<!--Created with OSSIE WaveDev-->
4<!--Powered by Python-->
5<softwarecomponent>
6    <corbaversion>2.2</corbaversion>
7    <componentrepid repid="IDL:CF/Resource:1.0"/>
8    <componenttype>resource</componenttype>
9    <componentfeatures>
10        <supportsinterface repid="IDL:CF/Resource:1.0" supportsname="Resource"/>
11        <supportsinterface repid="IDL:CF/LifeCycle:1.0" supportsname="LifeCycle"/>
12        <supportsinterface repid="IDL:CF/PortSupplier:1.0" supportsname="PortSupplier"/>
13        <supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet"/>
14        <supportsinterface repid="IDL:CF/TestableObject:1.0" supportsname="TestableObject"/>
15        <ports>
16            <provides providesname="samplesIn" repid="IDL:standardInterfaces/complexFloat:1.0">
17                <porttype type="data"/>
18            </provides>
19            <uses repid="IDL:standardInterfaces/complexFloat:1.0" usesname="samplesOut">
20                <porttype type="data"/>
21            </uses>
22        </ports>
23    </componentfeatures>
24    <interfaces>
25        <interface name="Resource" repid="IDL:CF/Resource:1.0">
26            <!--[Inherited interface IDL:CF/LifeCycle:1.0]-->
27            <inheritsinterface repid="IDL:CF/LifeCycle:1.0"/>
28            <!--[Inherited interface IDL:CF/PortSupplier:1.0]-->
29            <inheritsinterface repid="IDL:CF/PortSupplier:1.0"/>
30            <!--[Inherited interface IDL:CF/PropertySet:1.0]-->
31            <inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
32            <!--[Inherited interface IDL:CF/TestableObject:1.0]-->
33            <inheritsinterface repid="IDL:CF/TestableObject:1.0"/>
34        </interface>
35        <interface name="complexFloat" repid="IDL:standardInterfaces/complexFloat:1.0"/>
36    </interfaces>
37</softwarecomponent>
Note: See TracBrowser for help on using the browser.