core/com.nokia.carbide.cpp.doc.user/html/reference/INF_Editor_addedit_mmp.html
changeset 1786 3b1331ffa1fe
parent 1207 e265bbe56eb0
equal deleted inserted replaced
1784:16cca5409576 1786:3b1331ffa1fe
     4 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     4 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
     5 </head>
     5 </head>
     6    <body>
     6    <body>
     7    <h2>INF Editor - Add / Edit MMP File Entry</h2>
     7    <h2>INF Editor - Add / Edit MMP File Entry</h2>
     8    
     8    
     9       The <b>Add MMP file entry</b> dialog (figure 1) is used to add a mmp file and, if desired, apply the Tidy attribute or specify the Build as ARM option to the mmp file. 
     9       The <b>Add MMP File Entry</b> dialog (figure 1) is used to add a mmp file and apply the Tidy, Manual, and Support attributes. 
    10      <p align="center"><img src="images/inf_editor_addMMP.png" width="600" height="180" /></p>
    10       <p align="center"><img src="images/inf_editor_addMMP.png" width="600" height="200" /></p>
    11    <p align="left" class="figure">Figure 1 - Add MMP File Entry</p>
    11    <p align="left" class="figure">Figure 1 - Add MMP File Entry</p>
    12 	 <h5>Table 1. Add MMP file entry &mdash; items</h5>
    12 	 <h5>Table 1. Add MMP file entry &mdash; items</h5>
    13 	 <table width="796"
    13 	 <table width="796"
    14 border="0" cellpadding="2" cellspacing="0">
    14 border="0" cellpadding="2" cellspacing="0">
    15        <tr valign="top">
    15        <tr valign="top">
    23        <tr valign="top">
    23        <tr valign="top">
    24          <td class="Cell"><p><b>Tidy</b> </p></td>
    24          <td class="Cell"><p><b>Tidy</b> </p></td>
    25          <td class="Cell"><p>Specify the tidy attribute if the release that an .mmp file defines is internal to your component and  not required by other components or for your component to execute.</p></td>
    25          <td class="Cell"><p>Specify the tidy attribute if the release that an .mmp file defines is internal to your component and  not required by other components or for your component to execute.</p></td>
    26        </tr>
    26        </tr>
    27        <tr valign="top">
    27        <tr valign="top">
    28          <td class="Cell"><b>Build as ARM</b></td>
    28            <td class="Cell"><strong>Manual</strong></td>
    29          <td class="Cell">Specifies the <span class="code">build_as_arm</span> statement, which instructs an ARMV5 build to  build the project for the ARM instruction set and not the THUMB instruction set.</td>
    29            <td class="Cell">Checkmark to indicate a test that requires manual interaction to complete.</td>
       
    30        </tr>
       
    31        <tr valign="top">
       
    32            <td class="Cell"><strong>Support</strong></td>
       
    33            <td class="Cell">Checkmark to not include the test in a batch file.</td>
    30        </tr>
    34        </tr>
    31      </table>
    35      </table>
    32    <h5>Other references</h5>
    36    <h5>Other references</h5>
    33 	 <ul>
    37 	 <ul>
    34       <li><a href="INF_Editor.html">INF Editor</a> </li>
    38       <li><a href="INF_Editor.html">INF Editor</a> </li>