Symbian3/SDK/Source/GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE.dita
author Dominic Pinkman <dominic.pinkman@nokia.com>
Tue, 20 Jul 2010 12:00:49 +0100
changeset 13 48780e181b38
parent 0 89d6a7a84779
permissions -rw-r--r--
Week 28 contribution of SDK documentation content. See release notes for details. Fixes bugs Bug 1897 and Bug 1522.

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License 
"Eclipse Public License v1.0" which accompanies this distribution, 
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
    Nokia Corporation - initial contribution.
Contributors: 
-->
<!DOCTYPE reference
  PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd">
<reference id="GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE" xml:lang="en"><title>Logo</title><shortdesc>Specifies logos corresponding to each language supported by the
Symbian device.</shortdesc><prolog><metadata><keywords/></metadata></prolog><refbody>
<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
the quotes. To display the file only at install time, specify the last argument
with empty quotes. </p> <table id="GUID-4A4B3818-6347-5FD1-AE98-ED2CCC2331D1">
<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
<tbody>
<row>
<entry><p> <b>Argument</b>  </p> </entry>
<entry><p> <b>Description</b>  </p> </entry>
</row>
<row>
<entry><p>First Argument </p> </entry>
<entry><p>Specifies the name and path of the file containing the logo. </p> </entry>
</row>
<row>
<entry><p>Second Argument </p> </entry>
<entry><p>Declares its MIME-type. </p> </entry>
</row>
<row>
<entry><p>Third Argument </p> </entry>
<entry><p>Specifies the name and path where the file must be installed. This
is an optional argument. </p> </entry>
</row>
</tbody>
</tgroup>
</table> </section>
<example><title>PKG file example</title> <p>The following is an example package
file showing a <codeph>logo</codeph> statement: </p> <codeblock id="GUID-556DCD9F-5DF3-52DB-972F-773D062926D0" xml:space="preserve">;Languages
&amp;EN,FR

;Header
#{"App-EN", "App-FR"}, (0x10000003), 1, 2, 3, TYPE=SC

%{"VendorEN", "VendorFR"}
:"Vendor"

//logo 

="..\symbianfoundation.mbm", "image/x-mbm", "" 
</codeblock> </example>
</refbody></reference>