diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,36 @@ + + + + + +Vendor

The PKG file supports two types of vendors:

+
Localized vendor

Specifies +one or more localized vendor names (corresponding to language). Localized +vendor names are used in various installation dialogs displayed to the Symbian +device user.

The following is the syntax for a localized vendor statement:

%{"Vendor-EN", ..., "Vendor-GE"}

For +example:

%{"Vendor", "Vendeur", "Verkaufer"}
+
Non-localized +vendor

Specifies a single non-localized (global) vendor name. This +is used with the package UID and package name to determine whether a package +of type SA is a valid upgrade.

The following is the +syntax for a non-localized vendor statement:

:"Unique vendor name"

For +example:

:"Nokia Corporation"
+PKG file example

The following code snippet illustrates +the usage of vendor name within a PKG file.

&EN,FR,GE + +#{"Language-EN", "Langauge-FR", "Language-GE"}, (0x10000020), 1, 2, 3, TYPE=SA, NC + +%{"Vendor", "Vendeur", "Verkaufer"} +:"Vendor" + +{"text\englishfile.txt" "text\frenchfile.txt" "text\germanfile.txt"}-"C:\private\E800005A\file.txt"
+
\ No newline at end of file