Symbian3/SDK/Source/GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE.dita
changeset 0 89d6a7a84779
equal deleted inserted replaced
-1:000000000000 0:89d6a7a84779
       
     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 reference
       
    11   PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
       
    12 <reference id="GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE" xml:lang="en"><title>Logo</title><shortdesc>Specifies logos corresponding to each language supported by the
       
    13 Symbian device.</shortdesc><prolog><metadata><keywords/></metadata></prolog><refbody>
       
    14 <section><title>Syntax</title> <codeblock id="GUID-D9E6AE81-E04F-5551-B3D5-2869CBB6E982" xml:space="preserve">="logo.jpg", "image/jpeg", "target.jpg"</codeblock> <p>The following table explains the arguments that are specified within
       
    15 the quotes. To display the file only at install time, specify the last argument
       
    16 with empty quotes. </p> <table id="GUID-4A4B3818-6347-5FD1-AE98-ED2CCC2331D1">
       
    17 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
       
    18 <tbody>
       
    19 <row>
       
    20 <entry><p> <b>Argument</b>  </p> </entry>
       
    21 <entry><p> <b>Description</b>  </p> </entry>
       
    22 </row>
       
    23 <row>
       
    24 <entry><p>First Argument </p> </entry>
       
    25 <entry><p>Specifies the name and path of the file containing the logo. </p> </entry>
       
    26 </row>
       
    27 <row>
       
    28 <entry><p>Second Argument </p> </entry>
       
    29 <entry><p>Declares its MIME-type. </p> </entry>
       
    30 </row>
       
    31 <row>
       
    32 <entry><p>Third Argument </p> </entry>
       
    33 <entry><p>Specifies the name and path where the file must be installed. This
       
    34 is an optional argument. </p> </entry>
       
    35 </row>
       
    36 </tbody>
       
    37 </tgroup>
       
    38 </table> </section>
       
    39 <example><title>PKG file example</title> <p>The following is an example package
       
    40 file showing a <codeph>logo</codeph> statement: </p> <codeblock id="GUID-556DCD9F-5DF3-52DB-972F-773D062926D0" xml:space="preserve">;Languages
       
    41 &amp;EN,FR
       
    42 
       
    43 ;Header
       
    44 #{"App-EN", "App-FR"}, (0x10000003), 1, 2, 3, TYPE=SC
       
    45 
       
    46 %{"VendorEN", "VendorFR"}
       
    47 :"Vendor"
       
    48 
       
    49 //logo 
       
    50 
       
    51 ="..\symbianfoundation.mbm", "image/x-mbm", "" 
       
    52 </codeblock> </example>
       
    53 </refbody></reference>