diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-F87A1381-3E71-5723-B8B6-3F4E0FF368CE.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,53 @@ + + + + + +LogoSpecifies logos corresponding to each language supported by the +Symbian device. +
Syntax ="logo.jpg", "image/jpeg", "target.jpg"

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.

+ + + +

Argument

+

Description

+
+ +

First Argument

+

Specifies the name and path of the file containing the logo.

+
+ +

Second Argument

+

Declares its MIME-type.

+
+ +

Third Argument

+

Specifies the name and path where the file must be installed. This +is an optional argument.

+
+ + +
+PKG file example

The following is an example package +file showing a logo statement:

;Languages +&EN,FR + +;Header +#{"App-EN", "App-FR"}, (0x10000003), 1, 2, 3, TYPE=SC + +%{"VendorEN", "VendorFR"} +:"Vendor" + +//logo + +="..\symbianfoundation.mbm", "image/x-mbm", "" +
+
\ No newline at end of file