Adaptation/GUID-52702561-DA37-5381-BA0D-76D9A41B2760.dita
changeset 15 307f4279f433
equal deleted inserted replaced
14:578be2adaf3e 15:307f4279f433
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
       
     3 <!-- This component and the accompanying materials are made available under the terms of the License 
       
     4 "Eclipse Public License v1.0" which accompanies this distribution, 
       
     5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
       
     6 <!-- Initial Contributors:
       
     7     Nokia Corporation - initial contribution.
       
     8 Contributors: 
       
     9 -->
       
    10 <!DOCTYPE concept
       
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
       
    12 <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
       
    13 of sections, each defining a ROFS image.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>A ROFS image is used to store code that is not part of the Core
       
    15 OS section. The File Server uses ROFS (the Read-Only File System)
       
    16 to access this, and ROFS uses a Media Driver to read the data from
       
    17 the NAND Flash device and to load this into RAM for access or execution.
       
    18 The Composite File System combines this media area with the Core OS
       
    19 media area and presents the two as a single read-only drive <filepath>Z:</filepath>. </p>
       
    20 <p>A ROFS image contain the following main sections: </p>
       
    21 <ul>
       
    22 <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
       
    23 base for generating the extension image. </p> </li>
       
    24 <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>
       
    25 </ul>
       
    26 <p>The structure is defined as: </p>
       
    27 <codeblock id="GUID-9A1B02AB-D374-5F38-8059-194716683578" xml:space="preserve">ObeyFile : CoreImageStatement [ ExtensionRomSection ]</codeblock>
       
    28 <codeblock id="GUID-938C40C7-7F1A-5045-8CAD-A32854825C58" xml:space="preserve">CoreImage : coreimage = &lt;CoreImageFileName&gt;</codeblock>
       
    29 <codeblock id="GUID-09B9C238-E6C9-5FB7-A4C9-AC7489F2F085" xml:space="preserve">ExtensionRomSection : ObeyStatementList</codeblock>
       
    30 <codeblock id="GUID-EDD5A97A-32F4-598C-97D9-5AA7D7285A4E" xml:space="preserve">ObeyStatementList : ObeyStatement | ObeyStatement ObeyStatementList
       
    31 ObeyStatement : RomStatement | FileStatement</codeblock>
       
    32 <ul>
       
    33 <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>
       
    34 <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>
       
    35 <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>
       
    36 </ul>
       
    37 <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">
       
    38 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    39 <tbody>
       
    40 <row>
       
    41 <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>
       
    42 <entry><p> <codeph>&lt;block-size&gt;</codeph>  </p> </entry>
       
    43 </row>
       
    44 <row>
       
    45 <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>
       
    46 <entry><p> </p> </entry>
       
    47 </row>
       
    48 <row>
       
    49 <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>
       
    50 <entry><p> <codeph>&lt;filename&gt;</codeph>  </p> </entry>
       
    51 </row>
       
    52 <row>
       
    53 <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>
       
    54 <entry><p> <codeph>&lt;toolname&gt;</codeph>  </p> </entry>
       
    55 </row>
       
    56 <row>
       
    57 <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>
       
    58 <entry><p> <codeph>&lt;filename&gt;</codeph>  </p> </entry>
       
    59 </row>
       
    60 <row>
       
    61 <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>
       
    62 <entry><p> <codeph>&lt;size-in-bytes&gt;</codeph>  </p> </entry>
       
    63 </row>
       
    64 <row>
       
    65 <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>
       
    66 <entry><p> <codeph>[ &lt;major&gt; ] [ .&lt;minor&gt; ] [ (&lt;build&gt;) 
       
    67                  ]</codeph>  </p> </entry>
       
    68 </row>
       
    69 <row>
       
    70 <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>
       
    71 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
    72 </row>
       
    73 <row>
       
    74 <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>
       
    75 <entry><p> <codeph>&lt;base-checksum&gt;</codeph>  </p> </entry>
       
    76 </row>
       
    77 <row>
       
    78 <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>
       
    79 <entry><p> <codeph>dd/mm/yyyy hh:mm:ss</codeph>  </p> </entry>
       
    80 </row>
       
    81 <row>
       
    82 <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>
       
    83 <entry><p> <codeph>&lt;32bit-hex-number&gt;</codeph>  </p> </entry>
       
    84 </row>
       
    85 <row>
       
    86 <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>
       
    87 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
    88              DEFAULTPAGED]</codeph>  </p> </entry>
       
    89 </row>
       
    90 <row>
       
    91 <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>
       
    92 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
    93              DEFAULTPAGED]</codeph>  </p> </entry>
       
    94 </row>
       
    95 <row>
       
    96 <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>
       
    97 <entry><p> <codeph>&lt;DLLname&gt;@&lt;symbolname&gt; &lt;newvalue&gt;</codeph>  </p> </entry>
       
    98 </row>
       
    99 <row>
       
   100 <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>
       
   101 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
   102 </row>
       
   103 <row>
       
   104 <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>
       
   105 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
   106 </row>
       
   107 <row>
       
   108 <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>
       
   109 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
   110 </row>
       
   111 <row>
       
   112 <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>
       
   113 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
   114 </row>
       
   115 <row>
       
   116 <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>
       
   117 <entry><p><codeph>&lt;image name&gt;</codeph></p></entry>
       
   118 </row>
       
   119 <row>
       
   120 <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>
       
   121 <entry><p><codeph>&lt;FAT16 | FAT32&gt;</codeph></p></entry>
       
   122 </row>
       
   123 <row>
       
   124 <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>
       
   125 <entry><p><codeph>&lt;size in bytes&gt;</codeph></p></entry>
       
   126 </row>
       
   127 <row>
       
   128 <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>
       
   129 <entry><p><codeph>&lt;volume label&gt;</codeph></p></entry>
       
   130 </row>
       
   131 <row>
       
   132 <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>
       
   133 <entry><p><codeph>&lt;size in bytes&gt;</codeph></p></entry>
       
   134 </row>
       
   135 <row>
       
   136 <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>
       
   137 <entry><p><codeph>&lt;number of FAT tables&gt;</codeph></p></entry>
       
   138 </row>
       
   139 </tbody>
       
   140 </tgroup>
       
   141 </table> </section>
       
   142 <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">
       
   143 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   144 <tbody>
       
   145 <row>
       
   146 <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>
       
   147 <entry><p> <codeph>&lt;comments&gt;</codeph>  </p> </entry>
       
   148 </row>
       
   149 <row>
       
   150 <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>
       
   151 <entry><p> </p> </entry>
       
   152 </row>
       
   153 </tbody>
       
   154 </tgroup>
       
   155 </table> <p>A <codeph>FileSpecificationStatement</codeph> is one of
       
   156 the following: </p> <table id="GUID-8A824C20-75D5-5B24-A40D-7B4A2E149744">
       
   157 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   158 <tbody>
       
   159 <row>
       
   160 <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>
       
   161 <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>
       
   162 </row>
       
   163 <row>
       
   164 <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>
       
   165 <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 |
       
   166 unpaged]</codeph>  </p> </entry>
       
   167 </row>
       
   168 <row>
       
   169 <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>
       
   170 <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>
       
   171 </row>
       
   172 <row>
       
   173 <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>
       
   174 <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>
       
   175 </row>
       
   176 </tbody>
       
   177 </tgroup>
       
   178 </table> <p>A <codeph>RomDirectoryStatement</codeph> is one of the
       
   179 following: </p> <table id="GUID-694F3A85-F64E-513A-853C-2755D7DDAC19">
       
   180 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   181 <tbody>
       
   182 <row>
       
   183 <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>
       
   184 <entry><p> <codeph>&lt;existing-file&gt;</codeph>  </p> </entry>
       
   185 </row>
       
   186 <row>
       
   187 <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>
       
   188 <entry><p> <codeph>&lt;existing-file&gt; &lt;destination-file&gt;      
       
   189             [</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>
       
   190 </row>
       
   191 <row>
       
   192 <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>
       
   193 <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>
       
   194 </row>
       
   195 </tbody>
       
   196 </tgroup>
       
   197 </table> </section>
       
   198 <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">
       
   199 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   200 <tbody>
       
   201 <row>
       
   202 <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>
       
   203 <entry><p> <codeph>[ s | S ][ h | H ][ r | R | w | W ] | hide</codeph>  </p> </entry>
       
   204 </row>
       
   205 <row>
       
   206 <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>
       
   207 <entry><p> <codeph>U</codeph>  </p> </entry>
       
   208 </row>
       
   209 </tbody>
       
   210 </tgroup>
       
   211 </table> </section>
       
   212 <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">
       
   213 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   214 <tbody>
       
   215 <row>
       
   216 <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>
       
   217 <entry><p><codeph>&lt;capability&gt;</codeph></p></entry>
       
   218 </row>
       
   219 <row>
       
   220 <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>
       
   221 <entry/>
       
   222 </row>
       
   223 <row>
       
   224 <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>
       
   225 <entry/>
       
   226 </row>
       
   227 <row>
       
   228 <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>
       
   229 <entry/>
       
   230 </row>
       
   231 <row>
       
   232 <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>
       
   233 <entry/>
       
   234 </row>
       
   235 <row>
       
   236 <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>
       
   237 <entry/>
       
   238 </row>
       
   239 <row>
       
   240 <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>
       
   241 <entry/>
       
   242 </row>
       
   243 <row>
       
   244 <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>
       
   245 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   246 </row>
       
   247 <row>
       
   248 <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>
       
   249 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   250 </row>
       
   251 <row>
       
   252 <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>
       
   253 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   254 </row>
       
   255 <row>
       
   256 <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>
       
   257 <entry><p> <codeph>&lt;hex-number&gt; | &lt;keyword&gt;</codeph>  </p> </entry>
       
   258 </row>
       
   259 <row>
       
   260 <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>
       
   261 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   262 </row>
       
   263 <row>
       
   264 <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>
       
   265 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   266 </row>
       
   267 <row>
       
   268 <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>
       
   269 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   270 </row>
       
   271 </tbody>
       
   272 </tgroup>
       
   273 </table></section>
       
   274 </conbody></concept>