diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita --- a/Symbian3/PDK/Source/GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,36 +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"
+ + + + + +Vendor

The PKG file supports two types of vendors:

    +
  • Localized Vendor

  • +
  • Non-localized Vendor

  • +
+
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