Symbian3/SDK/Source/GUID-AA9611C0-9AFC-530B-9B50-0D6E600C8D3E.dita
changeset 13 48780e181b38
parent 12 80ef3a206772
child 14 578be2adaf3e
equal deleted inserted replaced
12:80ef3a206772 13:48780e181b38
     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-AA9611C0-9AFC-530B-9B50-0D6E600C8D3E" xml:lang="en"><title>systemresource</title><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    13 <p><codeph>systemresource</codeph> <varname>resource-file-list</varname> </p>
       
    14 <p><note> From v9.0, platform security requires projects to
       
    15 specify the directory for the built resource. You need to use the </note> <xref href="GUID-5280EC0E-1A1F-5777-ACB1-CF4791EE2147.dita">start resource</xref> syntax
       
    16 to do this..</p>
       
    17 <p>Use the <codeph>systemresource</codeph> statement to specify resource files
       
    18 for system components. </p>
       
    19 <p>The makefile will build the resource file into <filepath>epoc32\release\</filepath> <varname>platform</varname> <filepath>\</filepath> <varname>variant</varname> <filepath>\z\system\data\</filepath> for a WINSCW, WINS
       
    20 or WINC build. </p>
       
    21 <p>Each resource file should be given with its extension, e.g. <filepath>squash.rss</filepath>.</p>
       
    22 <p>If more than one language is specified with the <codeph>lang</codeph>,
       
    23 then each resource will be compiled multiple times, once for each language
       
    24 specified.</p>
       
    25 <p>For application projects, use the <codeph>resource</codeph> statement.</p>
       
    26 </conbody></concept>