--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysmodellibs/sysmodelgen/doc/sysmodel/SMG-Input-Files/Dependencies-XMLFile.html Wed Oct 13 16:21:25 2010 +0100
@@ -0,0 +1,72 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+ <!-- Generated by Xbuild version: 5.0.20 -->
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta name="show-comments" content="" />
+ <title>Legacy Dependencies XML File in System Model Generator Input Files</title>
+ <link href="../../_stock/css/reset.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" />
+ <link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" />
+ <link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" />
+ </head>
+ <body>
+ <div id="main_content">
+ <table width="100%" cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td valign="top" width="100%">
+ <div id="main_content_txt">
+ <div class="main_content_padding">
+ <div id="main">
+ <div id="authoredContent">
+ <div class="section">
+<a name="DependenciesXMLFile"></a><h1>Legacy Dependencies XML File</h1><div class="section">
+
+<p><big style="font-weight: bold; font-size: 250%; color: red">Deprecated!</big></p>
+
+<h2>Purpose</h2><p>
+ You can use the dependencies XML file to specify the dependencies
+ between components of a system model. This legacy syntax will only work with 2.0 and earlier System Definition files. Use the
+ <a href="Dependencies-sysinfo.html">Sysinfo dependencies</a> syntax for 3.0 and later sysdefs.
+ </p></div>
+<div class="section">
+<h2>Syntax</h2><pre><code class="cpp"><?xml version="1.0"?> <br><SystemModelDeps><br> <Executables><br> <Executable name="<var>Executable-name</var>" component="<var>component</var>"><br> <dep name="<var>dep-name</var>"></dep><br> <dep name="<var>dep-name</var>"></dep> <br> ....<br> </Executable><br> </Executables><br></SystemModelDeps></code></pre></div>
+<div class="section">
+<h2>Example</h2><pre><code class="cpp"><?xml version="1.0" encoding="UTF-8"?> <br><SystemModelDeps><br><br> <Executables><br> <Executable name="bluetooth.dll" component="Bluetooth Client Library"><br> <dep name="btdevice.dll"/> <br> <dep name="charconv.dll"/> <br> <dep name="drtaeabi.dll"/> <br> <dep name="drtrvct2_2.dll"/> <br> <dep name="eirclient.dll"/> <br> <dep name="esock.dll"/> <br> <dep name="euser_v5.dll"/> <br> <dep name="hciserverclient.dll"/> <br> </Executable> <br> <Executable name="charconv.dll" component="Character Encoding and Conversion Framework"><br> <dep name="drtaeabi.dll"/> <br> <dep name="drtrvct2_2.dll"/> <br> <dep name="ecom.dll&qu
+ot;/> <br> <dep name="efsrv.dll"/> <br> <dep name="euser_v5.dll"/> <br> </Executable> <br> <Executable name="hciserverclient.dll" component="Bluetooth HCI Framework 2"><br> <dep name="drtaeabi.dll"/> <br> <dep name="esock.dll"/> <br> <dep name="euser_v5.dll"/> <br> </Executable> <br> <Executable name="sdpdatabase.dll" component="Bluetooth SDP"><br> <dep name="bluetooth.dll"/> <br> <dep name="charconv.dll"/> <br> <dep name="drtaeabi.dll"/> <br> <dep name="drtrvct2_2.dll"/> <br> <dep name="esock.dll"/> <br> <dep name="euser_v5.dll"/> <br> </Executable> <br> <
+Executable name="sdpserver.exe" component="Bluetooth SDP"><br> <dep name="bluetooth.dll"/> <br> <dep name="drtaeabi.dll"/> <br> <dep name="drtrvct2_2.dll"/> <br> <dep name="eirclient.dll"/> <br> <dep name="esock.dll"/> <br> <dep name="euser_v5.dll"/> <br> <dep name="sdpdatabase.dll"/> <br> </Executable> <br> ... <br> </Executables> <br></SystemModelDeps> </code></pre></div>
+<div class="section">
+<h2> See also</h2><p>
+ <a href="Localisation-XMLFile.html#Localisation">Localization XML File</a>
+ </p><p>
+ <a href="System-Info-XMLFile.html#SystemInfoXML">SystemInfo XML File</a>
+ </p><p>
+ <a href="Values-XML-index.html#valuesxml" title="The Values XML files are used to define default and per-component display properties. You can use a values XML file to define colors, patterns, border shapes, or border styles of the components.">Values XML File</a>
+ </p></div>
+</div>
+
+ </div>
+ <div id="printer_copyright">
+ <div id="printer_copyright_padding">
+ Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </td>
+ </tr>
+ </table>
+ <div style="clear: both"></div>
+ </div>
+ <div id="includedFooter">
+ <div id="devnet_footer">
+ <div style="float: left;">Copyright ©2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: <a href="http://www.symbianfoundation.org/legal/sfl-v10.html">SFL</a>. </div>
+ <div id='BUILD_VERSION'></div>
+ </div>
+ </div>
+</body>
+</html>