|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE reference |
|
11 PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
|
12 <reference id="GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF" xml:lang="en"><title>Vendor</title><abstract><p>The PKG file supports two types of vendors:</p><ul> |
|
13 <li id="GUID-24B6C2D2-0209-5BA0-B53D-D4AD28D7A2ED"><p><xref href="GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita#GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF/GUID-7D1B2EC1-809D-5ED7-A2E3-1F935FE6EA70">Localized Vendor</xref> </p> </li> |
|
14 <li id="GUID-32BE3F7E-DCBC-5666-ABA6-7EC2012466BE"><p><xref href="GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita#GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF/GUID-F371B886-47B0-5FFC-B012-290D421E7885">Non-localized Vendor</xref> </p> </li> |
|
15 </ul></abstract><prolog><metadata><keywords/></metadata></prolog><refbody> |
|
16 <section id="GUID-7D1B2EC1-809D-5ED7-A2E3-1F935FE6EA70"><title>Localized vendor</title> <p>Specifies |
|
17 one or more localized vendor names (corresponding to language). Localized |
|
18 vendor names are used in various installation dialogs displayed to the Symbian |
|
19 device user. </p> <p>The following is the syntax for a localized vendor statement: </p> <codeblock id="GUID-91885F78-FE15-520D-98D4-068DE9504745" xml:space="preserve">%{"Vendor-EN", ..., "Vendor-GE"}</codeblock> <p>For |
|
20 example: </p> <codeblock id="GUID-6EF918DC-B928-5B90-933D-5BBE1EEB7389" xml:space="preserve">%{"Vendor", "Vendeur", "Verkaufer"}</codeblock> </section> |
|
21 <section id="GUID-F371B886-47B0-5FFC-B012-290D421E7885"><title>Non-localized |
|
22 vendor</title> <p>Specifies a single non-localized (global) vendor name. This |
|
23 is used with the package UID and package name to determine whether a package |
|
24 of type <codeph>SA</codeph> is a valid upgrade. </p> <p>The following is the |
|
25 syntax for a non-localized vendor statement: </p> <codeblock id="GUID-642969C3-83FB-59BD-9DA2-D8515AA7DF7E" xml:space="preserve">:"Unique vendor name"</codeblock> <p>For |
|
26 example: </p> <codeblock id="GUID-C4D86185-6728-58F2-AF7E-3E0E38F23B6A" xml:space="preserve">:"Nokia Corporation"</codeblock> </section> |
|
27 <example><title>PKG file example</title> <p>The following code snippet illustrates |
|
28 the usage of vendor name within a PKG file. </p> <codeblock id="GUID-2C1BB0E4-8724-55D3-BA95-30D4467FDF66" xml:space="preserve">&EN,FR,GE |
|
29 |
|
30 #{"Language-EN", "Langauge-FR", "Language-GE"}, (0x10000020), 1, 2, 3, TYPE=SA, NC |
|
31 |
|
32 %{"Vendor", "Vendeur", "Verkaufer"} |
|
33 :"Vendor" |
|
34 |
|
35 {"text\englishfile.txt" "text\frenchfile.txt" "text\germanfile.txt"}-"C:\private\E800005A\file.txt"</codeblock> </example> |
|
36 </refbody></reference> |