Symbian3/SDK/Source/GUID-6AD1DA34-EA3D-4EC9-A667-390507B4D6CB.dita
changeset 13 48780e181b38
parent 7 51a74ef9ed63
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
    20 <codeblock id="GUID-5FFA294E-190E-41AE-BDA3-EE3F2E84F2E6" xml:space="preserve">//  RESOURCE IDENTIFIER
    20 <codeblock id="GUID-5FFA294E-190E-41AE-BDA3-EE3F2E84F2E6" xml:space="preserve">//  RESOURCE IDENTIFIER
    21 NAME HEWB    // 4 letter ID
    21 NAME HEWB    // 4 letter ID
    22 
    22 
    23 </codeblock>
    23 </codeblock>
    24 <p>This NAME statement defines the mandatory identifier for this resource
    24 <p>This NAME statement defines the mandatory identifier for this resource
    25 file, which is unique within this application. For more information, see <xref href="GUID-EC49B54F-7724-433B-BD7F-201DE3B7DAA6.dita">Resource
    25 file, which is unique within this application. For more information, see <xref href="GUID-EC49B54F-7724-433B-BD7F-201DE3B7DAA6.dita">Resource file structure</xref>.</p>
    26 file structure</xref>.</p>
       
    27 <codeblock id="GUID-6A156720-EBC9-4D2E-B6B7-196DFAEBB518" xml:space="preserve">//  INCLUDES
    26 <codeblock id="GUID-6A156720-EBC9-4D2E-B6B7-196DFAEBB518" xml:space="preserve">//  INCLUDES
    28 #include &lt;eikon.rh&gt;
    27 #include &lt;eikon.rh&gt;
    29 #include &lt;avkon.rh&gt;
    28 #include &lt;avkon.rh&gt;
    30 </codeblock>
    29 </codeblock>
    31 <p>These are preprocessor statements for <parmname>EIKON</parmname> and <parmname>AVKON</parmname> files
    30 <p>These are preprocessor statements for <parmname>EIKON</parmname> and <parmname>AVKON</parmname> files
    32 provided in the <parmname>./Epoc32/include</parmname> sub-folder. They are
    31 provided in the <parmname>./Epoc32/include</parmname> sub-folder. They are
    33 required for data structures used in the resource file. For more information
    32 required for data structures used in the resource file. For more information
    34 on the available preprocessor statements in resource files, see <xref href="GUID-EC49B54F-7724-433B-BD7F-201DE3B7DAA6.dita">Resource
    33 on the available preprocessor statements in resource files, see <xref href="GUID-EC49B54F-7724-433B-BD7F-201DE3B7DAA6.dita">Resource file structure</xref>.</p>
    35 file structure</xref>.</p>
       
    36 <codeblock id="GUID-E27A3CE4-3058-4DEC-B298-675CB1028682" xml:space="preserve">#include &lt;avkon.rsg&gt;
    34 <codeblock id="GUID-E27A3CE4-3058-4DEC-B298-675CB1028682" xml:space="preserve">#include &lt;avkon.rsg&gt;
    37 </codeblock>
    35 </codeblock>
    38 <p>These is a preprocessor statement for a generated resource file provided
    36 <p>These is a preprocessor statement for a generated resource file provided
    39 in the <parmname>./Epoc32/include</parmname> subfolder that provides a list
    37 in the <parmname>./Epoc32/include</parmname> subfolder that provides a list
    40 of symbolic IDs that point to compiled resources. For more on Symbian precompiled
    38 of symbolic IDs that point to compiled resources. For more on Symbian precompiled
    41 options, see <xref href="GUID-CBB00F6A-CBA7-4872-B0A1-A86A863725F5.dita">Precompiled
    39 options, see <xref href="GUID-CBB00F6A-CBA7-4872-B0A1-A86A863725F5.dita">Precompiled resource values available from the Symbian platform</xref>.</p>
    42 resource values available from the Symbian platform</xref>.</p>
       
    43 <codeblock id="GUID-DB2EF2AB-24B9-4B0A-B691-E2BB54214132" xml:space="preserve">#include &lt;appinfo.rh&gt;
    40 <codeblock id="GUID-DB2EF2AB-24B9-4B0A-B691-E2BB54214132" xml:space="preserve">#include &lt;appinfo.rh&gt;
    44 </codeblock>
    41 </codeblock>
    45 <p>This is a preprocessor statement for an <parmname>AVKON</parmname> file
    42 <p>This is a preprocessor statement for an <parmname>AVKON</parmname> file
    46 provided in the <parmname>./Epoc32/include</parmname> subfolder that is required
    43 provided in the <parmname>./Epoc32/include</parmname> subfolder that is required
    47 for the data structure used for the localizable information for the application
    44 for the data structure used for the localizable information for the application
    48 registration resource file.</p>
    45 registration resource file.</p>
    49 <codeblock id="GUID-3664CD24-DCE2-437F-B833-7E459CECD684" xml:space="preserve">#include "HelloWorldBasic.hrh"</codeblock>
    46 <codeblock id="GUID-3664CD24-DCE2-437F-B833-7E459CECD684" xml:space="preserve">#include "HelloWorldBasic.hrh"</codeblock>
    50 <p>This is a preprocessor statement for the <i>HelloWorldBasic</i> custom
    47 <p>This is a preprocessor statement for the <i>HelloWorldBasic</i> custom
    51 command IDs. For more on custom command IDs, see <xref href="GUID-D52E98C3-F5EE-4CE1-A4F5-2EF41A066B8A.dita">Creating
    48 command IDs. For more on custom command IDs, see <xref href="GUID-D52E98C3-F5EE-4CE1-A4F5-2EF41A066B8A.dita">Creating resource header files</xref>.</p>
    52 resource header files</xref>.</p>
       
    53 <codeblock id="GUID-F434F19C-2BEF-4E95-BF16-35813A19FD0E" xml:space="preserve">#include "HelloWorldBasic.rls"
    49 <codeblock id="GUID-F434F19C-2BEF-4E95-BF16-35813A19FD0E" xml:space="preserve">#include "HelloWorldBasic.rls"
    54 </codeblock>
    50 </codeblock>
    55 <p>This is a preprocessor statement for the file used to manage building
    51 <p>This is a preprocessor statement for the file used to manage building
    56 the localized strings for the <i>HelloWorldBasic</i> application. For more
    52 the localized strings for the <i>HelloWorldBasic</i> application. For more
    57 on internationalization and localization, see <xref href="GUID-E111C4E8-1342-4E87-ACB4-5B630AF1501C.dita">Internationalization
    53 on internationalization and localization, see <xref href="GUID-E111C4E8-1342-4E87-ACB4-5B630AF1501C.dita">Internationalization