Options | Description |
---|
-sysdef <uri-list>
|
Specifies the comma-separated list of locations for the system
definition XML files to build the model. Layers in the system definition files
are stacked on top of each other in order, from bottom to top.
|
-model <uri>
|
Specifies the location of the model XML file that builds the system
model. If this file is provided, all other non-build control command line and
INI options are ignored.
The following command shows how to specify the model XML file:
> sysmodgen -model D:\model.xml
For more information, see Model XML File.
|
-shapes <uri>
|
Specifies the location of the shapes XML file that provides rules
to control the display of the components on the system model. If this option is
not specified, the default behavior (in the provided default
shapes.xml ) is used.
For more information, see Shapes XML File.
|
-localize <uri>
|
Specifies the location of the localization file that provides
displayable names for the model entities. By default, SMM uses the
display-names.xml file.
For more information, see Localization XML File.
|
-s12 <dir>
or
-s12 <uri>
|
Specifies the location of the schedule 12 XML file that provides
the border shapes of the components (by default). If you specify a directory,
the S12 XML file is found by appending
Symbian_OS_v[system_version]_Schedule12.xml to the directory.
|
-levels <uri>
|
Specifies the location of the levels XML file to override the
stacking of collections. By default, it uses Levels.xml for system
versions 9.2 and 9.3, and Levels91.xml for system version 9.1.
Note: The use of levels files is deprecated and should
not be needed for 9.4 and later models.
For more information about Levels XML file, see
Levels XML File.
|
-sysinfo <uri>
|
Specifies the location of additional component information XML
file. This file provides additional information about the components defined in
a system definition file. By default, System Model Generator uses
SystemInfo.xml .
For more information, see SystemInfo XML File.
|
-deps <uri>
|
Specifies the location of the dependencies XML file to draw the
depmodel. If you do not specify the dependencies XML file, the depmodel is not
drawn.
For more information, see Dependencies XML File.
|
-color <uri>
|
Specifies the location of the values XML file to specify the colors
for different components in the system model. If this option is not specified,
the default colors are used to draw the system model diagram.
For more information, see Values XML File and Colors Values XML File.
|
-border-shape <uri>
|
Specifies the location of the values XML file to specify the shape
(border) of each component. If this option is not specified, the default
borders are used to draw the system model diagram.
For more information, see Values XML File and Border Shapes Values XML File.
|
-pattern <uri>
|
Specifies the location of the values XML file to specify overlay
patterns for the different components. If this option is not specified, the
default patterns (for new and reference components) are used to draw the system
model diagram.
For more information, see Values XML File and Patterns Values XML File.
|
-border-style <uri>
|
Specifies the location of the values XML file to specify border
styles for each component. If this option is not specified, the default border
styles are used to draw the system model diagram.
For more information, see Values XML File and Border Styles Values XML File.
|
-link
|
Specifies the base URL to use for all hyperlinks in the model. A
base URL is appended by the type and name (for example
Blocks/Comms%20Services.html) of the items to create the full URL of the linked
file. Window directories are converted into file URIs.
|