Symbian3/PDK/Source/GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE.dita
author Dominic Pinkman <Dominic.Pinkman@Nokia.com>
Tue, 30 Mar 2010 11:56:28 +0100
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
permissions -rw-r--r--
Week 12 contribution of PDK documentation_content. See release notes for details. Fixes Bug 2054, Bug 1583, Bug 381, Bug 390, Bug 463, Bug 1897, Bug 344, Bug 1319, Bug 394, Bug 1520, Bug 1522, Bug 1892"

<?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>