root/ossiedev/branches/jeongo9/components/liquid-components-uhd/xml/PacketDecoder.scd.xml @ 10718

Revision 10718, 1.6 KB (checked in by jeongo9, 2 years ago)

committing Flexframe components for UHD

Line 
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="CodedDataIn" repid="IDL:standardInterfaces/realChar:1.0">
17                <porttype type="data"/>
18            </provides>
19            <uses repid="IDL:standardInterfaces/realChar:1.0" usesname="DecodedDataOut">
20                <porttype type="data"/>
21            </uses>
22        </ports>
23    </componentfeatures>
24    <interfaces>
25        <interface name="Resource" repid="IDL:CF/Resource:1.0">
26            <inheritsinterface repid="IDL:CF/LifeCycle:1.0"/>
27            <inheritsinterface repid="IDL:CF/PortSupplier:1.0"/>
28            <inheritsinterface repid="IDL:CF/PropertySet:1.0"/>
29            <inheritsinterface repid="IDL:CF/TestableObject:1.0"/>
30        </interface>
31        <interface name="realChar" repid="IDL:standardInterfaces/realChar:1.0"/>
32    </interfaces>
33</softwarecomponent>
Note: See TracBrowser for help on using the browser.