Adaptation/GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita
author Graeme Price <GRAEME.PRICE@NOKIA.COM>
Fri, 15 Oct 2010 14:32:18 +0100
changeset 15 307f4279f433
permissions -rw-r--r--
Initial contribution of the Adaptation Documentation.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE concept
  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="GUID-52702561-DA37-5381-BA0D-76D9A41B2760" xml:lang="en"><title>ROFSBUILD Obey File Structure</title><shortdesc>A <codeph>ROFSBUILD</codeph> obey file consists of a number
of sections, each defining a ROFS image.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
<p>A ROFS image is used to store code that is not part of the Core
OS section. The File Server uses ROFS (the Read-Only File System)
to access this, and ROFS uses a Media Driver to read the data from
the NAND Flash device and to load this into RAM for access or execution.
The Composite File System combines this media area with the Core OS
media area and presents the two as a single read-only drive <filepath>Z:</filepath>. </p>
<p>A ROFS image contain the following main sections: </p>
<ul>
<li id="GUID-D75AAEF2-C4CB-505B-8241-4B4004B64888"><p>a <codeph>CoreImage</codeph> section that specifies the existing core image to be used as the
base for generating the extension image. </p> </li>
<li id="GUID-47DDE7A8-725A-58D0-9FCB-B26C016FC1D3"><p>an <codeph>ExtensionRomSection</codeph> that defines the ROM image that extends the core image. </p> </li>
</ul>
<p>The structure is defined as: </p>
<codeblock id="GUID-9A1B02AB-D374-5F38-8059-194716683578" xml:space="preserve">ObeyFile : CoreImageStatement [ ExtensionRomSection ]</codeblock>
<codeblock id="GUID-938C40C7-7F1A-5045-8CAD-A32854825C58" xml:space="preserve">CoreImage : coreimage = &lt;CoreImageFileName&gt;</codeblock>
<codeblock id="GUID-09B9C238-E6C9-5FB7-A4C9-AC7489F2F085" xml:space="preserve">ExtensionRomSection : ObeyStatementList</codeblock>
<codeblock id="GUID-EDD5A97A-32F4-598C-97D9-5AA7D7285A4E" xml:space="preserve">ObeyStatementList : ObeyStatement | ObeyStatement ObeyStatementList
ObeyStatement : RomStatement | FileStatement</codeblock>
<ul>
<li id="GUID-F8D61C60-EC9F-586D-BD44-E3F3A4D2E146"><p>See <xref href="GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita#GUID-52702561-DA37-5381-BA0D-76D9A41B2760/GUID-558A26ED-F79A-5DDB-AD5C-63204D6C565A">RomStatement</xref>  </p> </li>
<li id="GUID-848AC4AD-FC40-5BF4-9FCE-62FC730FE194"><p>See <xref href="GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita#GUID-52702561-DA37-5381-BA0D-76D9A41B2760/GUID-37B07648-CCE5-5523-83EE-E5A65FBE3864">FileStatement</xref>  </p> </li>
<li id="GUID-BD262DE4-F923-5FB9-9EC8-367F01301C91"><p>See <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-2322ABCF-3771-5965-8FBE-6AE58240ED2D">coreimage</xref> keyword </p> </li>
</ul>
<section id="GUID-558A26ED-F79A-5DDB-AD5C-63204D6C565A"><title>RomStatement</title> <p>A <codeph>RofsStatement</codeph> is one of the following: </p> <table id="GUID-CADF73E6-545A-56E9-A63B-0B61758C3973">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-BEB026CF-0136-545D-9348-78A8C559EBB1">autosize</xref> = </p> </entry>
<entry><p> <codeph>&lt;block-size&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-1E15B489-2FF4-5C14-90B2-0EE66CBB7F7F">extensionrofs</xref>  </p> </entry>
<entry><p> </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-7780C1D5-92C0-58D1-9953-7231A760546E">extensionrofsname</xref> = </p> </entry>
<entry><p> <codeph>&lt;filename&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-A71135A8-C6A6-50DB-8081-8CCD5B6AC0CB">externaltool</xref> = </p> </entry>
<entry><p> <codeph>&lt;toolname&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-660AC1A4-948B-53AA-96F2-BFE48E478474">rofsname</xref> = </p> </entry>
<entry><p> <codeph>&lt;filename&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-208C0FE4-DFC0-55C3-B6D7-F18C74F1A699">rofsize</xref> = </p> </entry>
<entry><p> <codeph>&lt;size-in-bytes&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-6CD93289-02BF-57B9-8BD4-CFC0FF1EB3E0"> version</xref> = </p> </entry>
<entry><p> <codeph>[ &lt;major&gt; ] [ .&lt;minor&gt; ] [ (&lt;build&gt;) 
                 ]</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-4F40AAAE-A6CE-5492-99E3-95B0D74F3229">romsize</xref> = </p> </entry>
<entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-D9A6B254-D76E-51C2-A943-FA360CDB3F0E">romchecksum</xref> = </p> </entry>
<entry><p> <codeph>&lt;base-checksum&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-39410510-6C93-5203-8577-5C4D1520517F">time</xref> = </p> </entry>
<entry><p> <codeph>dd/mm/yyyy hh:mm:ss</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-31DD609C-5C70-5626-B892-5FD7BA63B640">trace</xref> = </p> </entry>
<entry><p> <codeph>&lt;32bit-hex-number&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-ADB633E8-8DD1-514C-9560-A6A2429DA199">pagingoverride</xref>  </p> </entry>
<entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
             DEFAULTPAGED]</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-29A1FB89-E364-5C90-99D3-92247B514810">pagingpolicy</xref>  </p> </entry>
<entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
             DEFAULTPAGED]</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-705897FD-9EC4-5F54-9198-A93C5080B80E">patchdata</xref> = </p> </entry>
<entry><p> <codeph>&lt;DLLname&gt;@&lt;symbolname&gt; &lt;newvalue&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-9F070479-77D7-57E0-B142-64B3A23BBB1F">codepagingpolicy</xref></entry>
<entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-7DAC5804-0A03-5098-836A-2DB2CDB6F5D4">datapagingpolicy</xref></entry>
<entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-20A2663B-FE05-5E0A-ACF9-669EDDC8317C">codepagingoverride</xref></entry>
<entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-DF3AEED2-A9D0-5176-B4E5-63F73262BE07">datapagingoverride</xref></entry>
<entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-F15BB2C7-6773-5636-B329-4789AFEC809C">dataimagename</xref> = </entry>
<entry><p><codeph>&lt;image name&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-3C7B6900-5190-540B-8B17-F0BCE7FCB1DB">dataimagefilesystem</xref> = </entry>
<entry><p><codeph>&lt;FAT16 | FAT32&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-C0E3CB31-93F9-548F-BAD1-54D04F719504">dataimagesize</xref> =</entry>
<entry><p><codeph>&lt;size in bytes&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-169AE2D3-6382-5262-A763-E68B1678967F">volume </xref> =</entry>
<entry><p><codeph>&lt;volume label&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-908AECD2-5F98-55B9-BFFF-E25D7AA90D50">sectorsize</xref> =</entry>
<entry><p><codeph>&lt;size in bytes&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-1D289928-36B0-55D6-A061-7D01C6E5802A">fattable</xref> =</entry>
<entry><p><codeph>&lt;number of FAT tables&gt;</codeph></p></entry>
</row>
</tbody>
</tgroup>
</table> </section>
<section id="GUID-37B07648-CCE5-5523-83EE-E5A65FBE3864"><title>FileStatement</title> <codeblock id="GUID-0A6EF9A1-C253-553E-8B78-83A1EFF94B9C" xml:space="preserve">FileStatement : FileSpecificationStatement | ControlStatement | RomDirectoryStatement</codeblock> <p>A <codeph>ControlStatement</codeph> is one of the following: </p> <table id="GUID-2B45E748-A43C-57C0-9A1D-223B3CA3DC45">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-9724A786-4431-595F-8945-C29914D63A40">rem</xref>  </p> </entry>
<entry><p> <codeph>&lt;comments&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-0D56F068-91DE-50C8-94FF-9744B5E5B3E6">stop</xref>  </p> </entry>
<entry><p> </p> </entry>
</row>
</tbody>
</tgroup>
</table> <p>A <codeph>FileSpecificationStatement</codeph> is one of
the following: </p> <table id="GUID-8A824C20-75D5-5B24-A40D-7B4A2E149744">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-23851F44-7FAC-5B99-8D15-44099A61A4E4">data[[HWVD]]</xref> = </p> </entry>
<entry><p> <codeph>&lt;Source-file&gt; &lt;destination-file&gt; [</codeph> <xref href="GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita#GUID-52702561-DA37-5381-BA0D-76D9A41B2760/GUID-BDFAA694-A9E4-540A-9F76-9192DEA5D91A">FileAttributeList</xref> <codeph>]</codeph> </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-ECDEA52A-1357-5173-AA80-4E34A83A4511">file[[HWVD]]</xref> = </p> </entry>
<entry><p> <codeph>&lt;Source-file&gt; &lt;destination-file&gt; [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref>] [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]                   [paged |
unpaged]</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-B9B523ED-4D61-5EBF-9EFC-C47F8FA78C80">filecompress[[HWVD]]</xref> = </p></entry>
<entry><p><codeph>&lt;source-file&gt; &lt;destination-image-file&gt; [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref>][<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref>]</codeph></p></entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-9CAD6F80-7817-56E6-BB06-DB70B0A1EBF1">fileuncompress[[HWVD]] </xref> = </p></entry>
<entry><p><codeph>&lt;source-file&gt; &lt;destination-image-file&gt; [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref>][<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref>]</codeph></p></entry>
</row>
</tbody>
</tgroup>
</table> <p>A <codeph>RomDirectoryStatement</codeph> is one of the
following: </p> <table id="GUID-694F3A85-F64E-513A-853C-2755D7DDAC19">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-0A8E6B07-1C40-55DD-A2D8-122E62A285F1">hide[[HWVD]]</xref> = </p> </entry>
<entry><p> <codeph>&lt;existing-file&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-7CE887E7-C2C3-5F87-AB40-AFA571A68A23">alias[[HWVD]]</xref> = </p> </entry>
<entry><p> <codeph>&lt;existing-file&gt; &lt;destination-file&gt;      
            [</codeph> <xref href="GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita#GUID-52702561-DA37-5381-BA0D-76D9A41B2760/GUID-BDFAA694-A9E4-540A-9F76-9192DEA5D91A">FileAttributeList</xref> <codeph>]</codeph> </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-4584DD65-6861-5B2A-A4FB-B7F366DCE13A">rename[[HWVD]]</xref> = </p> </entry>
<entry><p> <codeph>&lt;existing-file&gt; &lt;destination-file&gt; [</codeph> <xref href="GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita#GUID-52702561-DA37-5381-BA0D-76D9A41B2760/GUID-BDFAA694-A9E4-540A-9F76-9192DEA5D91A">FileAttributeList</xref> <codeph>]</codeph> </p> </entry>
</row>
</tbody>
</tgroup>
</table> </section>
<section id="GUID-BDFAA694-A9E4-540A-9F76-9192DEA5D91A"><title>FileAttributeList</title> <codeblock id="GUID-C7F5805D-5039-58CB-9870-099BB5A6CC02" xml:space="preserve">FileAttributeList : FileAttribute | FileAttribute  FileAttributeList</codeblock> <p>A <codeph>FileAttribute</codeph> is one of the following: </p> <table id="GUID-D5B8B5AA-0F1C-5C40-AB8E-FCA60B3DCAD3">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-19D49CB3-C180-5F32-9488-63C71A3D5991">attrib</xref> = </p> </entry>
<entry><p> <codeph>[ s | S ][ h | H ][ r | R | w | W ] | hide</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-1374D944-1C79-5C23-B972-1B0BABA09450">exattrib</xref> = </p> </entry>
<entry><p> <codeph>U</codeph>  </p> </entry>
</row>
</tbody>
</tgroup>
</table> </section>
<section id="GUID-18A03082-87E0-4543-A241-38A4435B57F6"><title>OverrideAttributeList</title><p><codeblock xml:space="preserve">OverrideAttributeList : OverrideAttribute | OverrideAttribute  OverrideAttributeList</codeblock></p><p>An <codeph>overrideAttribute</codeph> is one of the following:</p><table id="GUID-CE4D5A2E-D2B9-54DF-A365-958FA62FA13B-GENID-1-2-1-8-1-1-6-1-1-11-1-5-1-3-13-4">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-03F5D906-B29F-4375-9EA4-BDEEFE53645F">capability</xref> =</entry>
<entry><p><codeph>&lt;capability&gt;</codeph></p></entry>
</row>
<row>
<entry><xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-C95FF58E-B556-4B31-AC67-9B8FCB283D0F">paged</xref></entry>
<entry/>
</row>
<row>
<entry><xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-AE7F4574-69AD-4817-A15D-A4560BA210D6">unpaged</xref></entry>
<entry/>
</row>
<row>
<entry><xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-1314D06A-FA06-4D08-87FA-4B4927081127">pagedcode</xref></entry>
<entry/>
</row>
<row>
<entry><xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-6423A7D6-1129-49A1-882E-64C5182A197F">unpagedcode</xref></entry>
<entry/>
</row>
<row>
<entry><xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-23A28BEA-1AF4-42B6-887F-60C7B0EE2DEC">pageddata</xref></entry>
<entry/>
</row>
<row>
<entry><xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-F6B182CA-4042-4E03-8718-893423913EB8">unpageddata</xref></entry>
<entry/>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-205BE385-1937-5034-9DBE-51D1A276326A">stack</xref> = </p> </entry>
<entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-250AC57D-0430-5DBD-B04E-99A874E42256">heapmin</xref> = </p> </entry>
<entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-DDB9FC14-73FF-5D99-963E-C289D3091FD1">heapmax</xref> = </p> </entry>
<entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-02DE8552-5FE0-52D4-8A82-A0B679E934AA">priority</xref> = </p> </entry>
<entry><p> <codeph>&lt;hex-number&gt; | &lt;keyword&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-A53DC5BA-7531-53F4-9117-4F26D372F212">uid1</xref> = </p> </entry>
<entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-342B6CA5-8508-5673-900F-9CF331F5AC79">uid2</xref> = </p> </entry>
<entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
</row>
<row>
<entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-6F5B7223-A8E2-51EC-B950-79426DB0AAB4">uid3</xref> = </p> </entry>
<entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
</row>
</tbody>
</tgroup>
</table></section>
</conbody></concept>