Changeset 8627
- Timestamp:
- 01/30/09 17:18:12 (4 years ago)
- Location:
- ossiedev/trunk/tools/WaveDev/wavedev/XML_gen/templates
- Files:
-
- 2 modified
-
_scd.xml.tpl (modified) (1 diff)
-
_spd.xml.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/WaveDev/wavedev/XML_gen/templates/_scd.xml.tpl
r8156 r8627 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE softwarecomponent SYSTEM "../../xml/dtd/softwarecomponent.dtd"> 1 <?xml version="1.0" encoding="us-ascii"?> 2 <!DOCTYPE softwarecomponent SYSTEM "dtd/softwarecomponent.dtd"> 3 <!-- 4 Generated by Zeligsoft Component Enabler 2.0.2 (Build: 200510131317) 5 http://www.zeligsoft.com 6 --> 3 7 <softwarecomponent> 4 <corbaversion>2.2</corbaversion> 5 <componentrepid repid="IDL:CF/DeviceManager:1.0"/> 6 <componenttype>devicemanager</componenttype> 7 <componentfeatures> 8 <supportsinterface repid="IDL:CF/DeviceManager:1.0" supportsname="DeviceManager"/> 9 <supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet"/> 10 </componentfeatures> 11 <interfaces> 12 <interface repid="IDL:CF/DeviceManager:1.0" name="DeviceManager"> 13 <inheritsinterface repid="IDL:CF/PropertySet:1.0"/> 14 </interface> 15 <interface repid="IDL:CF/PropertySet:1.0" name="PropertySet"/> 16 </interfaces> 8 <corbaversion>2.2</corbaversion> 9 <componentrepid repid="IDL:CF/Resource:1.0" /> 10 <componenttype>resource</componenttype> 11 <componentfeatures> 12 <supportsinterface repid="IDL:CF/Resource:1.0" supportsname="Resource" /> 13 <supportsinterface repid="IDL:CF/LifeCycle:1.0" supportsname="LifeCycle" /> 14 <supportsinterface repid="IDL:CF/PortSupplier:1.0" supportsname="PortSupplier" /> 15 <supportsinterface repid="IDL:CF/PropertySet:1.0" supportsname="PropertySet" /> 16 <supportsinterface repid="IDL:CF/TestableObject:1.0" supportsname="TestableObject" /> 17 <ports> 18 </ports> 19 </componentfeatures> 20 <interfaces> 21 <interface repid="IDL:CF/Resource:1.0" name="Resource"> 22 <!--[Inherited interface IDL:CF/LifeCycle:1.0]--> 23 <inheritsinterface repid="IDL:CF/LifeCycle:1.0" /> 24 <!--[Inherited interface IDL:CF/PortSupplier:1.0]--> 25 <inheritsinterface repid="IDL:CF/PortSupplier:1.0" /> 26 <!--[Inherited interface IDL:CF/PropertySet:1.0]--> 27 <inheritsinterface repid="IDL:CF/PropertySet:1.0" /> 28 <!--[Inherited interface IDL:CF/TestableObject:1.0]--> 29 <inheritsinterface repid="IDL:CF/TestableObject:1.0" /> 30 </interface> 31 </interfaces> 17 32 </softwarecomponent> -
ossiedev/trunk/tools/WaveDev/wavedev/XML_gen/templates/_spd.xml.tpl
r8156 r8627 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <softpkg id="DCE:82f6515a-de05-47f0-8e7a-1c9f621c00ee" name="DeviceManager"> 2 <softpkg id="DCE:Default" name="DefaultResource"> 3 <title /> 4 <description></description> 5 <author> 6 <name>OSSIE Project</name> 7 <company>Mobile and Portable Radio Research Group</company> 8 <webpage>http://www.mprg.org</webpage> 9 </author> 10 <propertyfile type="PRF"> 11 <localfile name="Default.prf.xml"></localfile> 12 </propertyfile> 3 13 <descriptor> 4 <localfile name="De viceManager.scd.xml"/>14 <localfile name="Default.scd.xml"/> 5 15 </descriptor> 6 <implementation id="DCE: d3e8aba5-4421-45c5-9be6-372b763883e7">7 <description> implementation of a Device Manager</description>16 <implementation id="DCE:Default"> 17 <description>Description</description> 8 18 <code type="Executable"> 9 <localfile name="/domainmanager.exe"/> 10 <entrypoint>domainmanager.exe</entrypoint> 19 <localfile name="./default/default"/> 11 20 </code> 12 21 <processor name="x86"/>