|
1 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
|
2 <!-- Generated by Xbuild version: 5.0.20 --> |
|
3 <head> |
|
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|
5 <meta name="show-comments" content="" /> |
|
6 <title>Legacy Dependencies XML File in System Model Generator Input Files</title> |
|
7 <link href="../../_stock/css/reset.css" rel="stylesheet" type="text/css" /> |
|
8 <link href="../../_stock/css/portal.css" rel="stylesheet" type="text/css" /> |
|
9 <link href="../../_stock/css/iefix.css" rel="stylesheet" type="text/css" /> |
|
10 <link href="../../_stock/css/ui.tabs.css" rel="stylesheet" type="text/css" /> |
|
11 <link href="../../_stock/css/developer.css" rel="stylesheet" type="text/css" /> |
|
12 <link rel="stylesheet" type="text/css" href="../../_stock/css/ui.css" media="screen" /> |
|
13 <link rel="stylesheet" type="text/css" href="../../_stock/css/sysdoc.css" media="screen" /> |
|
14 <link rel="stylesheet" type="text/css" href="../../_stock/css/sdlplugin.css" media="screen" /> |
|
15 </head> |
|
16 <body> |
|
17 <div id="main_content"> |
|
18 <table width="100%" cellpadding="0" cellspacing="0" border="0"> |
|
19 <tr> |
|
20 <td valign="top" width="100%"> |
|
21 <div id="main_content_txt"> |
|
22 <div class="main_content_padding"> |
|
23 <div id="main"> |
|
24 <div id="authoredContent"> |
|
25 <div class="section"> |
|
26 <a name="DependenciesXMLFile"></a><h1>Legacy Dependencies XML File</h1><div class="section"> |
|
27 |
|
28 <p><big style="font-weight: bold; font-size: 250%; color: red">Deprecated!</big></p> |
|
29 |
|
30 <h2>Purpose</h2><p> |
|
31 You can use the dependencies XML file to specify the dependencies |
|
32 between components of a system model. This legacy syntax will only work with 2.0 and earlier System Definition files. Use the |
|
33 <a href="Dependencies-sysinfo.html">Sysinfo dependencies</a> syntax for 3.0 and later sysdefs. |
|
34 </p></div> |
|
35 <div class="section"> |
|
36 <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> |
|
37 <div class="section"> |
|
38 <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 |
|
39 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> < |
|
40 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> |
|
41 <div class="section"> |
|
42 <h2> See also</h2><p> |
|
43 <a href="Localisation-XMLFile.html#Localisation">Localization XML File</a> |
|
44 </p><p> |
|
45 <a href="System-Info-XMLFile.html#SystemInfoXML">SystemInfo XML File</a> |
|
46 </p><p> |
|
47 <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> |
|
48 </p></div> |
|
49 </div> |
|
50 |
|
51 </div> |
|
52 <div id="printer_copyright"> |
|
53 <div id="printer_copyright_padding"> |
|
54 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> |
|
55 </div> |
|
56 </div> |
|
57 </div> |
|
58 </div> |
|
59 </div> |
|
60 </td> |
|
61 </tr> |
|
62 </table> |
|
63 <div style="clear: both"></div> |
|
64 </div> |
|
65 <div id="includedFooter"> |
|
66 <div id="devnet_footer"> |
|
67 <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> |
|
68 <div id='BUILD_VERSION'></div> |
|
69 </div> |
|
70 </div> |
|
71 </body> |
|
72 </html> |