SystemInfo XML File

Purpose

You can use the systeminfo XML file to add properties to components in a system definition XML file. This is used to provide values to be used by a Shapes XML file, or for custom post-processing.

Syntax

<?xml version="1.0"?>  
<model>
<c name="component-name" …>
<c name="component-name" …>
....

</model>

The c element provides additional information for each component. The only required attribute is name, which must match exactly a component name in the system definition. When you build, this file gets merged with the system definition, adding its various attributes and contained elements to the appropriate system definition component.

Example

<?xml version="1.0" encoding="ascii"?>
<model ver="9.4">
 <c name="Connectivity Services" deprecated="9.4"/>
 <c name="Connectivity Framework" deprecated="9.4"/>
 <c name="IP Proto-CPR" plugin="Y"/>
 <c name="TCP CPR" plugin="Y"/>
 <c plugin="Y" introduced="9.1" name="Device Management Adaptors"/>
 <c introduced="9.1" name="Client Provisioning Framework"/>
 <c introduced="9.1" plugin="Y" name="Client Provisioning Adaptors"/>
 <c name="Telnet Engine" introduced="6.0"/>
 <c introduced="9.2" name="SIP Framework"/>
 <c name="Other File Converter Plugins" plugin="Y" introduced="5.0" deprecated="9.3"/>
 <c name="Data Engine" introduced="5.0" deprecated="9.3"/>
 <c name="Sheet Engine" introduced="5.0" deprecated="9.3"/>
 <c name="Word Engine" introduced="5.0" deprecated="9.3"/>
 <c name="Help" introduced="6.0"/>
 <c name="Agenda Model" introduced="5.0" deprecated="9.1"/>
 <c name="Calendar" introduced="9.2"/>
 <c name="Integrator XX600 Logic Module" ref="true"/>
 <c name="Multimedia Validation Suite Integration Tests" introduced="9.4"/>
 <c name="Reference DevSound Plugins" plugin="Y"/>
 <c name="SWI Analysis Toolkit" ref="true"/>
 <c name="IP Hook Examples" ref="true"/>
 <c name="IP Examples" ref="true"/>
 <c name="Reference ACL Adaptation" introduced="9.5"/>
 <c introduced="9.5" name="A3F Audio Component Library"/>
 <c introduced="9.5" name="A3F DevSound Customisation"/>
 <c introduced="9.5" name="A3F DevSound"/>
 <c introduced="9.5" name="A3F Audio Component Framework"/>
 <c introduced="9.5" name="Security Common Utils"/>
 <c introduced="9.5" name="A3F Trace Utility"/>
 <c name="Command Shell" introduced="9.5"/>
 <c name="Telnet Server" introduced="9.5"/>
 <c name="Multimedia Resource Controller" introduced="9.5"/>
</model>