Adaptation/GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.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-DF8CBC8C-9823-5FA9-962F-22215A6C0B74" xml:lang="en"><title>ROMBUILD Obey File Structure</title><shortdesc>A <codeph>ROMBUILD</codeph> obey file consists of a number
       
    13 of section, each defining a ROM image.</shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    14 <p>The sections are: </p>
       
    15 <ul>
       
    16 <li id="GUID-68682324-5270-5D3C-8943-CD6B3E3D4D27"><p>a <codeph>KernelRomSection</codeph> that defines a bootable ROM image, and includes the Kernel </p> </li>
       
    17 <li id="GUID-868955E2-C45C-5012-8C53-4EEE816B455A"><p>one or more <codeph>ExtensionRomSection</codeph> s that define ROM images that extend
       
    18 the <codeph>KernelRomSection</codeph>. </p> </li>
       
    19 </ul>
       
    20 <p>Every section contains a list of obey statements that specify ROM
       
    21 configuration information or specifies the files to be included in
       
    22 the ROM image. </p>
       
    23 <p>Extension ROM sections are marked by the <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-0BDDFFBC-C045-5A1A-8DEC-7FBF6AEFFC64">extensionrom</xref> keyword, and can only contain those ROM information
       
    24 statements that are not related to the Kernel configuration. </p>
       
    25 <p>The structure is defined as: </p>
       
    26 <codeblock id="GUID-2E1260F7-0A98-511D-9548-825A616AA0E1" xml:space="preserve">ObeyFile : KernelRomSection  [ ExtensionRomList ]</codeblock>
       
    27 <codeblock id="GUID-95EEC427-6FC2-5546-9D0F-517E32B1B92F" xml:space="preserve">KernelRomSection : ObeyStatementList</codeblock>
       
    28 <codeblock id="GUID-9741EBC0-A39B-5417-9901-13CCEDA8B465" xml:space="preserve">ExtensionRomList : ExtensionRomSection | ExtensionRomSection ExtensionRomList
       
    29 ExtensionRomSection : extensionrom = &lt;RomFileName&gt; ObeyStatementList</codeblock>
       
    30 <codeblock id="GUID-3D4DC238-4B21-5C13-93C8-96B4BBD7F7DF" xml:space="preserve">ObeyStatementList : ObeyStatement | ObeyStatement ObeyStatementList
       
    31 ObeyStatement : RomStatement | FileStatement</codeblock>
       
    32 <ul>
       
    33 <li id="GUID-D61FCED1-3241-544A-822A-07D0311711ED"><p>See <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-E6AF9AF7-2C9B-57B8-8904-271068FDF4E3">RomStatement</xref>  </p> </li>
       
    34 <li id="GUID-BF6899C1-8FC8-5AB3-BDC6-F704E95744F8"><p>See <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-E7C84930-915D-5590-837C-889B5BE37898">FileStatement</xref>  </p> </li>
       
    35 <li id="GUID-F15DF94B-8FC8-581B-8FDF-2F52D8FE4854"><p>See <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-0BDDFFBC-C045-5A1A-8DEC-7FBF6AEFFC64">extensionrom</xref> keyword </p> </li>
       
    36 </ul>
       
    37 <section id="GUID-E6AF9AF7-2C9B-57B8-8904-271068FDF4E3"><title>RomStatement</title> <p>A <codeph>RomStatement</codeph> is one of the following. </p> <table id="GUID-1339306C-7DEA-5B40-918C-A54B99F8745C">
       
    38 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    39 <tbody>
       
    40 <row>
       
    41 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-29BEF45C-2361-5245-9184-0261B99B6FB1">romname</xref> = </p> </entry>
       
    42 <entry><p> <codeph>&lt;rom-file-name&gt;</codeph>  </p> </entry>
       
    43 </row>
       
    44 <row>
       
    45 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-A24CE761-5675-575A-A85C-74D16A7A17FC">bootbinary</xref> = </p> </entry>
       
    46 <entry><p> <codeph>&lt;boot-file-name&gt;</codeph>  </p> </entry>
       
    47 </row>
       
    48 <row>
       
    49 <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>
       
    50 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
    51 </row>
       
    52 <row>
       
    53 <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>
       
    54 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
    55 </row>
       
    56 <row>
       
    57 <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>
       
    58 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
    59 </row>
       
    60 <row>
       
    61 <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>
       
    62 <entry><p><codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED | DEFAULTPAGED]</codeph></p></entry>
       
    63 </row>
       
    64 <row>
       
    65 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-F6F5BB84-ED0A-578F-88E5-26017E303C8E">demandpagingconfig</xref> = </p> </entry>
       
    66 <entry><p> <codeph>&lt;MinLivePages&gt; &lt;MaxLivePages&gt;           
       
    67        &lt;YoungOldPageRatio&gt; &lt;NANDPageReadDelay&gt;             
       
    68      &lt;NANDPageReadCPUOverhead&gt;</codeph>  </p> </entry>
       
    69 </row>
       
    70 <row>
       
    71 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-046089DD-D441-5960-9C3C-97639C6CD0AD">kerneldataaddress</xref> = </p> </entry>
       
    72 <entry><p> <codeph>&lt;hex-address&gt;</codeph>  </p> </entry>
       
    73 </row>
       
    74 <row>
       
    75 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-00885DED-DF1A-5489-91A7-FA07D915EA2F">kernelheapmin</xref> = </p> </entry>
       
    76 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
    77 </row>
       
    78 <row>
       
    79 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-8F83C7C7-9DEC-5EA2-85AF-C5E1CEA68462">kernelheapmax</xref> = </p> </entry>
       
    80 <entry><p> <codeph>&lt;hex-number&gt;</codeph>  </p> </entry>
       
    81 </row>
       
    82 <row>
       
    83 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-92BCC365-0353-4B29-9D71-356016ABBFCC">maxunpagedsize</xref> </p> </entry>
       
    84 <entry><p> <codeph>&lt;hex-number&gt;</codeph></p> </entry>
       
    85 </row>
       
    86 <row>
       
    87 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-85ECD9AF-EDA0-42BB-9989-306F0A0F21B5">kernelconfig</xref> =</p></entry>
       
    88 <entry><p> <codeph>&lt;hex-number&gt;</codeph></p></entry>
       
    89 </row>
       
    90 <row>
       
    91 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-B97ECBBE-B28F-5241-9D78-DBA20108BB14">multikernel</xref> = </p> </entry>
       
    92 <entry><p> </p> </entry>
       
    93 </row>
       
    94 <row>
       
    95 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-1443CA1F-7234-5480-8306-9C28BF16AF82">kerneltrace</xref> = </p> </entry>
       
    96 <entry><p> <codeph>&lt;32 bit hex-number | decimal number&gt; [&lt;32
       
    97 bit                   hex-number | decimal number&gt;]{0,7}</codeph>  </p> <p>The maximum number of bit mask is 8. </p> </entry>
       
    98 </row>
       
    99 <row>
       
   100 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-560AF806-B405-529A-9222-C43220355D81">kernelromname</xref> = </p> </entry>
       
   101 <entry><p> <codeph>&lt;rom-file-name&gt;</codeph>  </p> </entry>
       
   102 </row>
       
   103 <row>
       
   104 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-FB2E9BFF-B5B3-50D8-AFAD-F120D2007173">romnameodd</xref> = </p> </entry>
       
   105 <entry><p> <codeph>&lt;rom-file-name-odd&gt;</codeph>  </p> </entry>
       
   106 </row>
       
   107 <row>
       
   108 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-2F1CEC9A-CC82-5029-9EC2-A03A491FEC09">romnameeven</xref> = </p> </entry>
       
   109 <entry><p> <codeph>&lt;rom-file-name-even&gt;</codeph>  </p> </entry>
       
   110 </row>
       
   111 <row>
       
   112 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-B784EA89-934C-55CB-9819-A28B98E4F5FA">srecordfilename</xref> = </p> </entry>
       
   113 <entry><p> <codeph>&lt;srec-file-name&gt;</codeph>  </p> </entry>
       
   114 </row>
       
   115 <row>
       
   116 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-1D2BBB97-2406-55D2-AEAB-4A584EEB3808">srecordbase</xref> = </p> </entry>
       
   117 <entry><p> <codeph>&lt;hex-address&gt;</codeph>  </p> </entry>
       
   118 </row>
       
   119 <row>
       
   120 <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>
       
   121 <entry><p> <codeph>[ &lt;major&gt; ] [ .&lt;minor&gt; ] [ (&lt;build&gt;) 
       
   122                  ]</codeph>  </p> </entry>
       
   123 </row>
       
   124 <row>
       
   125 <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>
       
   126 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   127 </row>
       
   128 <row>
       
   129 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-6D4D4AF5-92E2-5E87-97D0-B5233E700287">romlinearbase</xref> = </p> </entry>
       
   130 <entry><p> <codeph>&lt;hex-address&gt;</codeph>  </p> </entry>
       
   131 </row>
       
   132 <row>
       
   133 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-C956A0A9-F8F0-5144-896C-1DBF32E76915">romalign</xref> = </p> </entry>
       
   134 <entry><p> <codeph>&lt;hex-alignment&gt;</codeph>  </p> </entry>
       
   135 </row>
       
   136 <row>
       
   137 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-2F0E6FDC-4822-5FFF-9D7A-E2E25E088945">dataaddress</xref> = </p> </entry>
       
   138 <entry><p> <codeph>&lt;hex-address&gt;</codeph>  </p> </entry>
       
   139 </row>
       
   140 <row>
       
   141 <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>
       
   142 <entry><p> <codeph>&lt;base-checksum&gt;</codeph>  </p> </entry>
       
   143 </row>
       
   144 <row>
       
   145 <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>
       
   146 <entry><p> <codeph>dd/mm/yyyy hh:mm:ss</codeph>  </p> </entry>
       
   147 </row>
       
   148 <row>
       
   149 <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>
       
   150 <entry><p> <codeph>&lt;32bit-hex-number&gt;</codeph>  </p> </entry>
       
   151 </row>
       
   152 <row>
       
   153 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-28C6642D-FBA6-5FD4-A8A5-BE761F71FBB6">debugport</xref> = </p> </entry>
       
   154 <entry><p> <codeph>&lt;32bit-number&gt;</codeph>  </p> </entry>
       
   155 </row>
       
   156 <row>
       
   157 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-C4BD2116-A9A2-5EB6-8795-AD7AB3230640">collapse</xref> = </p> </entry>
       
   158 <entry><p> <codeph>&lt;cpu&gt; &lt;compiler&gt; &lt;mode&gt;</codeph>  </p> </entry>
       
   159 </row>
       
   160 <row>
       
   161 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-A97C37B0-8909-58FA-9BC2-2BD68F25A8B0">ascii</xref> = </p> </entry>
       
   162 <entry><p> </p> </entry>
       
   163 </row>
       
   164 <row>
       
   165 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-AF6440C5-839B-5CC7-A645-405F34BC643F">unicode</xref> = </p> </entry>
       
   166 <entry><p> </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-14316103-95C6-50A2-A15C-4980979EBCF2">epocwrapper</xref> = </p> </entry>
       
   170 <entry><p> </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-A71135A8-C6A6-50DB-8081-8CCD5B6AC0CB">externaltool</xref> = </p> </entry>
       
   174 <entry><p> <codeph>&lt;toolname&gt;</codeph>  </p> </entry>
       
   175 </row>
       
   176 <row>
       
   177 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-70AAC0A2-5865-5378-998B-199B5FA60C50">coffwrapper</xref> = </p> </entry>
       
   178 <entry><p> </p> </entry>
       
   179 </row>
       
   180 <row>
       
   181 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-B4C3E29E-9E4A-565E-B9EC-B078894521B6">filecompressnone</xref> = </p> </entry>
       
   182 <entry><p> </p> </entry>
       
   183 </row>
       
   184 <row>
       
   185 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-5B670D2C-9295-556A-BF56-B1018EB79CCE">filecompressinflate</xref> = </p> </entry>
       
   186 <entry><p> </p> </entry>
       
   187 </row>
       
   188 <row>
       
   189 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-6003A5F3-0537-53DF-BEC4-13D310FD944D">filecompressbytepair</xref> = </p> </entry>
       
   190 <entry><p> </p> </entry>
       
   191 </row>
       
   192 <row>
       
   193 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-B4C3E29E-9E4A-565E-B9EC-B078894521B6">filecompressnone</xref> = </p> </entry>
       
   194 <entry><p> </p> </entry>
       
   195 </row>
       
   196 <row>
       
   197 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-5B670D2C-9295-556A-BF56-B1018EB79CCE">filecompressinflate</xref> = </p> </entry>
       
   198 <entry><p> </p> </entry>
       
   199 </row>
       
   200 <row>
       
   201 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-6003A5F3-0537-53DF-BEC4-13D310FD944D">filecompressbytepair</xref> = </p> </entry>
       
   202 <entry><p> </p> </entry>
       
   203 </row>
       
   204 <row>
       
   205 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-0F63B6BF-5F9B-54A6-9109-D8661D365E5D">defaultstackreserve</xref> = </p> </entry>
       
   206 <entry><p> <codeph>default stack reserve</codeph>  </p> </entry>
       
   207 </row>
       
   208 <row>
       
   209 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-F6F5BB84-ED0A-578F-88E5-26017E303C8E">demandpagingconfig</xref> = </p> </entry>
       
   210 <entry><p> <codeph>&lt;MinLivePages&gt; &lt;MaxLivePages&gt;           
       
   211        &lt;YoungOldPageRatio&gt; &lt;NANDPageReadDelay&gt;             
       
   212      &lt;NANDPageReadCPUOverhead&gt;</codeph>  </p> </entry>
       
   213 </row>
       
   214 <row>
       
   215 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-8F9F15ED-B972-517E-91E3-F58657324A31">dlldatatop</xref> = </p> </entry>
       
   216 <entry><p> <codeph> address of data region</codeph>  </p> </entry>
       
   217 </row>
       
   218 <row>
       
   219 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-F57DE321-5C08-5D3B-BFE8-B4BD0BA1EBE4">memmodel</xref> = </p> </entry>
       
   220 <entry><p> <codeph> moving | direct | multiple &lt;chunk size&gt; &lt;page
       
   221                   size&gt;</codeph>  </p> </entry>
       
   222 </row>
       
   223 <row>
       
   224 <entry><p> <xref href="GUID-616C3426-A8C4-5653-912D-7150944E5836.dita#GUID-616C3426-A8C4-5653-912D-7150944E5836/GUID-0432CA22-868F-5C9E-B778-378662954DD8">nowrapper</xref> = </p> </entry>
       
   225 <entry><p> <codeph/>  </p> </entry>
       
   226 </row>
       
   227 <row>
       
   228 <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>
       
   229 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
   230              DEFAULTPAGED]</codeph>  </p> </entry>
       
   231 </row>
       
   232 <row>
       
   233 <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>
       
   234 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
   235              DEFAULTPAGED]</codeph>  </p> </entry>
       
   236 </row>
       
   237 <row>
       
   238 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-1950C3F1-BB6A-5560-955B-41D8A62FF041">platsecdiagnostics</xref> = </p> </entry>
       
   239 <entry><p> <codeph>[on | off]</codeph>  </p> </entry>
       
   240 </row>
       
   241 <row>
       
   242 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-2644E195-4339-5809-ACA0-6B15244AA4AD">platsecdisabledcaps</xref> = </p> </entry>
       
   243 <entry><p> <codeph>[on | off]</codeph>  </p> </entry>
       
   244 </row>
       
   245 <row>
       
   246 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-275FDBE0-D0AA-5976-9886-B0D56C075C7F">platsecenforcement</xref> = </p> </entry>
       
   247 <entry><p> <codeph>[on | off]</codeph>  </p> </entry>
       
   248 </row>
       
   249 <row>
       
   250 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-83F419EE-9ECD-5B19-9B9E-11F2066E5C8D">platsecenforcesysbin</xref> = </p> </entry>
       
   251 <entry><p> <codeph>[on | off]</codeph>  </p> </entry>
       
   252 </row>
       
   253 <row>
       
   254 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-B5EE7071-532B-591B-904B-93108A42D939">platsecprocessisolation</xref> = </p> </entry>
       
   255 <entry><p> <codeph>[on | off]</codeph>  </p> </entry>
       
   256 </row>
       
   257 <row>
       
   258 <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>
       
   259 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
   260              DEFAULTPAGED]</codeph>  </p> </entry>
       
   261 </row>
       
   262 <row>
       
   263 <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>
       
   264 <entry><p> <codeph>[NOPAGING | ALWAYSPAGE | DEFAULTUNPAGED |     
       
   265              DEFAULTPAGED]</codeph>  </p> </entry>
       
   266 </row>
       
   267 <row>
       
   268 <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>
       
   269 <entry><p> <codeph>&lt;binary_name&gt; ordinal &lt;ordinal_no.&gt;     
       
   270              &lt;size_bytes&gt; &lt;new_value&gt;</codeph>  </p> <p>OR </p> <p> <codeph>&lt;binary_name&gt; addr &lt;symbol_address&gt;          
       
   271         &lt;size_bytes&gt; &lt;new_value&gt;</codeph>  </p> <p>Where, &lt;<varname>binary_name</varname> &gt; is the name of the binary along with its
       
   272 complete path, &lt;<varname>ordinal_no.</varname> &gt; is the ordinal
       
   273 number of the symbol to be patched, &lt;<varname>symbol_address</varname> &gt; is the address of the data symbol to be patched, &lt;<varname>size_bytes</varname> &gt; is the size of the symbol in bytes, and &lt;<varname>new_value</varname> &gt; is the new value for the symbol. </p> <p> <b>Note:</b> If you want to use the second version of <codeph>patchdata</codeph>, you must know the address of the data symbol to be patched. </p> </entry>
       
   274 </row>
       
   275 <row>
       
   276 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-8964BB60-D323-56F3-9093-DA623CA56500">BTrace</xref> = </p> </entry>
       
   277 <entry><p> <codeph>N1 [N2 [N3 [N4 [N5 [N6 [N7 [N8]]]]]]]</codeph>  </p> </entry>
       
   278 </row>
       
   279 <row>
       
   280 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-95B716E3-EC86-5B3A-9784-2930AC6B1E8B">BTraceBuffer</xref> = </p> </entry>
       
   281 <entry><p> <codeph>N</codeph>  </p> </entry>
       
   282 </row>
       
   283 <row>
       
   284 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-3D917AF7-F4FF-54F4-8CDB-5647B440137D">BTraceMode</xref> = </p> </entry>
       
   285 <entry><p> <codeph>N</codeph>  </p> </entry>
       
   286 </row>
       
   287 </tbody>
       
   288 </tgroup>
       
   289 </table> </section>
       
   290 <section id="GUID-E7C84930-915D-5590-837C-889B5BE37898"><title>FileStatement</title> <codeblock id="GUID-2149E903-F44F-560D-A53B-D3896AE80900" xml:space="preserve">FileStatement : ControlStatement | FileSpecificationStatement | RomDirectoryStatement</codeblock> <p>A <codeph>ControlStatement</codeph> is one of the following: </p> <table id="GUID-3B3F33F2-A998-5876-9ABE-83E0B1D50DE9">
       
   291 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   292 <tbody>
       
   293 <row>
       
   294 <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>
       
   295 <entry><p> <codeph>&lt;comments&gt;</codeph>  </p> </entry>
       
   296 </row>
       
   297 <row>
       
   298 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-D31658A3-6346-5BBE-B79C-D274113C6120">section</xref> = </p> </entry>
       
   299 <entry><p> <codeph>&lt;section-offset&gt;</codeph>  </p> </entry>
       
   300 </row>
       
   301 <row>
       
   302 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-0BDDFFBC-C045-5A1A-8DEC-7FBF6AEFFC64">extensionrom</xref> = </p> </entry>
       
   303 <entry><p> <codeph>&lt;rom-filename</codeph>  </p> </entry>
       
   304 </row>
       
   305 <row>
       
   306 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-F5A15F4D-2CD5-530D-8031-51546EE28E1C">align</xref> = </p> </entry>
       
   307 <entry><p> <codeph>alignment</codeph>  </p> </entry>
       
   308 </row>
       
   309 <row>
       
   310 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-0FA9D55F-4081-5A46-ABD7-C95406827730">area</xref> = </p> </entry>
       
   311 <entry><p> <codeph>&lt;name&gt; &lt;run-address&gt; &lt;maxlength&gt;</codeph>  </p> </entry>
       
   312 </row>
       
   313 <row>
       
   314 <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>
       
   315 <entry><p> </p> </entry>
       
   316 </row>
       
   317 </tbody>
       
   318 </tgroup>
       
   319 </table> <p>A <codeph>FileSpecificationStatement</codeph> is one of
       
   320 the following: </p> <table id="GUID-A3CA10B0-5AF4-5160-A031-A64B85B0A6EA">
       
   321 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   322 <tbody>
       
   323 <row>
       
   324 <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>
       
   325 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   326                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   327 </row>
       
   328 <row>
       
   329 <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>
       
   330 <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 |
       
   331 unpaged]</codeph>  </p> </entry>
       
   332 </row>
       
   333 <row>
       
   334 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-D14ECB32-00DD-574B-9301-2EF11AE55BA5">primary[[HWVD]]</xref> = </p> </entry>
       
   335 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   336                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   337 </row>
       
   338 <row>
       
   339 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-41316071-4988-5E48-896C-61F7E6E766DD">secondary</xref> = </p> </entry>
       
   340 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   341                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   342 </row>
       
   343 <row>
       
   344 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-434D1F4F-5CA5-5793-9119-8C89A8C0B251">variant[[HWVD]]</xref> = </p> </entry>
       
   345 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   346                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   347 </row>
       
   348 <row>
       
   349 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-5A5348CB-1562-5C05-857D-C3F3EEDB51D7">device[[HWVD]]</xref> = </p> </entry>
       
   350 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   351                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   352 </row>
       
   353 <row>
       
   354 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-1D8AC4CF-8EDA-538B-8A74-5A55CCDEE2AB">extension[[HWVD]]</xref> = </p> </entry>
       
   355 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   356                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   357 </row>
       
   358 <row>
       
   359 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-35E198AB-4B68-55C1-B6FB-471E743412DD">dll[[HWVD]]</xref> = </p> </entry>
       
   360 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   361                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   362 </row>
       
   363 <row>
       
   364 <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>
       
   365 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   366                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   367 </row>
       
   368 <row>
       
   369 <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>
       
   370 <entry><p> <codeph>&lt;source-file&gt; &lt;destination-image-file&gt;  
       
   371                 [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> [<xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   372 </row>
       
   373 </tbody>
       
   374 </tgroup>
       
   375 </table> <p>A <codeph>RomDirectoryStatement</codeph> is one of the
       
   376 following: </p> <table id="GUID-3DACC408-30F7-5F10-BDEC-6A3ACF881EBF">
       
   377 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   378 <tbody>
       
   379 <row>
       
   380 <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>
       
   381 <entry><p> <codeph>&lt;existing-file&gt;</codeph>  </p> </entry>
       
   382 </row>
       
   383 <row>
       
   384 <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>
       
   385 <entry><p> <codeph>&lt;existing-file&gt; &lt;destination-file&gt;      
       
   386             [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-723EAEB3-3D76-513D-B010-49C40E3113BC">FileAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   387 </row>
       
   388 <row>
       
   389 <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>
       
   390 <entry><p> <codeph>&lt;existing-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> <codeph>]                   [</codeph> <xref href="GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74.dita#GUID-DF8CBC8C-9823-5FA9-962F-22215A6C0B74/GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E">OverrideAttributeList</xref> <codeph>]</codeph> </p> </entry>
       
   391 </row>
       
   392 </tbody>
       
   393 </tgroup>
       
   394 </table> </section>
       
   395 <section id="GUID-723EAEB3-3D76-513D-B010-49C40E3113BC"><title>FileAttributeList</title> <codeblock id="GUID-C5A031EE-B730-5F60-97EE-2AA303D1DB00" xml:space="preserve">FileAttributeList : FileAttribute | FileAttribute  FileAttributeList</codeblock> <p>A <codeph>FileAttribute</codeph> is one of the following: </p> <table id="GUID-FC7537B4-AC54-5C96-BF3E-44CE8AE482EB">
       
   396 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   397 <tbody>
       
   398 <row>
       
   399 <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>
       
   400 <entry><p> <codeph>[ s | S ][ h | H ][ r | R | w | W ] | hide</codeph>  </p> </entry>
       
   401 </row>
       
   402 </tbody>
       
   403 </tgroup>
       
   404 </table> </section>
       
   405 <section id="GUID-D77A83B7-71A9-5473-8E11-63D5B5470C2E"><title>OverrideAttributeList</title> <codeblock id="GUID-3C945FCA-9163-5018-9AD2-0D1D8B401FA9" xml:space="preserve">OverrideAttributeList : OverrideAttribute | OverrideAttribute  OverrideAttributeList</codeblock> <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-4-1-3-14-4">
       
   406 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
   407 <tbody>
       
   408 <row>
       
   409 <entry><xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-D3FA449B-0A87-4739-991C-6C59C6DEEC71">data-align</xref> </entry>
       
   410 <entry><p><codeph>&lt;hex-number&gt;</codeph></p></entry>
       
   411 </row>
       
   412 <row>
       
   413 <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>
       
   414 <entry><p><codeph>&lt;capability&gt;</codeph></p></entry>
       
   415 </row>
       
   416 <row>
       
   417 <entry><xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-39CDB129-CE41-4ACD-952E-72D9DDA61556">process</xref> =</entry>
       
   418 <entry><p><codeph>&lt;filepath&gt;</codeph></p></entry>
       
   419 </row>
       
   420 <row>
       
   421 <entry><xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-F773E3A5-50D0-4370-9D73-902FEAE8C3B4">preferred</xref></entry>
       
   422 <entry/>
       
   423 </row>
       
   424 <row>
       
   425 <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>
       
   426 <entry/>
       
   427 </row>
       
   428 <row>
       
   429 <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>
       
   430 <entry/>
       
   431 </row>
       
   432 <row>
       
   433 <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>
       
   434 <entry/>
       
   435 </row>
       
   436 <row>
       
   437 <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>
       
   438 <entry/>
       
   439 </row>
       
   440 <row>
       
   441 <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>
       
   442 <entry/>
       
   443 </row>
       
   444 <row>
       
   445 <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>
       
   446 <entry/>
       
   447 </row>
       
   448 <row>
       
   449 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-2F8E864B-0754-566B-9F88-3FC44E4ECF91">stackreserve</xref> = </p></entry>
       
   450 <entry><p><codeph>&lt;hex-size&gt;</codeph></p></entry>
       
   451 </row>
       
   452 <row>
       
   453 <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>
       
   454 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   455 </row>
       
   456 <row>
       
   457 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-E816D875-0CE6-5C0A-BB1A-93F9A3E2DE90">reloc</xref> = </p> </entry>
       
   458 <entry><p> <codeph>&lt;hex-address&gt;</codeph>  </p> </entry>
       
   459 </row>
       
   460 <row>
       
   461 <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>
       
   462 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   463 </row>
       
   464 <row>
       
   465 <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>
       
   466 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   467 </row>
       
   468 <row>
       
   469 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-255FE5A6-B1F7-59E3-AB5A-65F990F96103">code-align</xref> = </p> </entry>
       
   470 <entry><p> <codeph>&lt;hex-number&gt;</codeph>  </p> </entry>
       
   471 </row>
       
   472 <row>
       
   473 <entry><p> <xref href="GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA.dita#GUID-A27BD4D8-8B0E-57C8-9C15-736109297DEA/GUID-37403D0E-65E7-5998-A568-CC5839B7ACDC">fixed</xref>  </p> </entry>
       
   474 <entry><p> </p> </entry>
       
   475 </row>
       
   476 <row>
       
   477 <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>
       
   478 <entry><p> <codeph>&lt;hex-number&gt; | &lt;keyword&gt;</codeph>  </p> </entry>
       
   479 </row>
       
   480 <row>
       
   481 <entry><p> <xref href="GUID-43852F38-4841-5E6F-927B-A38ED4424F0C.dita#GUID-43852F38-4841-5E6F-927B-A38ED4424F0C/GUID-19D81B5A-A13E-5468-B886-2EF65139C950">patched</xref>  </p> </entry>
       
   482 <entry><p> </p> </entry>
       
   483 </row>
       
   484 <row>
       
   485 <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>
       
   486 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   487 </row>
       
   488 <row>
       
   489 <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>
       
   490 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   491 </row>
       
   492 <row>
       
   493 <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>
       
   494 <entry><p> <codeph>&lt;uid value&gt;</codeph>  </p> </entry>
       
   495 </row>
       
   496 <row>
       
   497 <entry><p> <xref href="GUID-6843109A-1567-5287-9AFF-3AE5E80334AF.dita#GUID-6843109A-1567-5287-9AFF-3AE5E80334AF/GUID-2F8E864B-0754-566B-9F88-3FC44E4ECF91">stackreserve</xref> = </p> </entry>
       
   498 <entry><p> <codeph>&lt;hex-size&gt;</codeph>  </p> </entry>
       
   499 </row>
       
   500 <row>
       
   501 <entry><p> <xref href="GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A.dita#GUID-B9698943-0D4E-5B18-B7E4-448A0E21876A/GUID-50B4683F-C796-577A-8444-D75465BC9563">area</xref> = </p> </entry>
       
   502 <entry><p> <codeph>&lt;name&gt;</codeph>  </p> </entry>
       
   503 </row>
       
   504 </tbody>
       
   505 </tgroup>
       
   506 </table> </section>
       
   507 </conbody></concept>