equal
deleted
inserted
replaced
|
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-DA09248E-E299-596E-9860-B709F7C6529A" xml:lang="en"><title>PKG |
|
13 Properties</title><abstract><p>PKG properties are key-value pairs whose meaning is specific |
|
14 to a PKG file. A properties statement is used to set the properties of the |
|
15 PKG file. </p></abstract><prolog><metadata><keywords/></metadata></prolog><refbody> |
|
16 <refsyn><title>Syntax</title><codeblock id="GUID-C8BA824D-4018-5370-8633-FD81964A681B" xml:space="preserve">+(propid=value,...)</codeblock> <p> <codeph>propid</codeph> is the unique identifier of a property. Each <codeph>propid</codeph> value |
|
17 is unique to the PKG file. </p> <p>For Example: </p> <codeblock id="GUID-2C987288-FEC9-52D3-B6D4-F7C9876AAF2E" xml:space="preserve">+(0=2, 1=3, 2=4)</codeblock> <p>The |
|
18 associated value is an integer that can be queried by another PKG file using |
|
19 the <codeph>AppProp()</codeph> function in an <codeph>IF...ENDIF</codeph> block. |
|
20 For more information on <codeph>AppProp()</codeph>, see <xref href="GUID-C5F9AAD3-5183-57E5-A33B-032DE3C063AE.dita">Functions</xref>. </p></refsyn> |
|
21 </refbody></reference> |