Symbian3/SDK/Source/GUID-AED57265-6106-4217-ADE6-1327CA3FDE7E.dita
changeset 2 ebc84c812384
parent 0 89d6a7a84779
--- a/Symbian3/SDK/Source/GUID-AED57265-6106-4217-ADE6-1327CA3FDE7E.dita	Fri Jan 22 18:26:19 2010 +0000
+++ b/Symbian3/SDK/Source/GUID-AED57265-6106-4217-ADE6-1327CA3FDE7E.dita	Thu Mar 11 15:24:26 2010 +0000
@@ -12,8 +12,8 @@
 <concept id="GUID-AED57265-6106-4217-ADE6-1327CA3FDE7E" xml:lang="en"><title>PKG
 file format to support simple installation</title><abstract><p>The simplest installation file supports a single language version
 only and requires no special capabilities. It installs a fixed list of files
-to the Symbian device and is self-signed. The PKG file must contain the following
-elements: </p> <ul>
+to the Symbian device and is self-signed. The PKG file must contain
+the following elements: </p> <ul>
 <li id="GUID-9B77CB46-60E1-56CE-8232-BD279E17335F"><p><xref href="GUID-0BE71FC3-4759-50FC-A74F-C3DD42C9FCED.dita">Languages</xref>  </p> </li>
 <li id="GUID-D049FACA-2B95-5705-893F-A4E048112815"><p><xref href="GUID-7664A4D4-C24B-5225-9E0B-7A021DA6A3AF.dita">Vendor
 Names</xref>  </p> </li>
@@ -21,7 +21,7 @@
 <li id="GUID-28A5B022-61FF-59A2-B003-4F67E8A5D6E7"><p><xref href="GUID-FF39192E-9C93-593F-8F47-DB18DB876F6F.dita">Installation
 Files</xref>  </p> </li>
 </ul> </abstract><prolog><metadata><keywords/></metadata></prolog><conbody>
-<section><title>Example</title><p>The following PKG file is provided in <filepath>examples\HelloWorld\</filepath>.
+<section id="GUID-072DCCAD-86E8-491C-B29C-3F776AEF9456"><title>Example</title><p>The following PKG file is provided in <filepath>examples\HelloWorld\</filepath>.
 The associated files are built from the source code located in the same directory.
 See <xref href="GUID-F64B88E0-49DA-5563-896E-29BAB8A244C9.dita">here</xref> for
 information. </p> <codeblock id="GUID-2541A514-BAA9-54E6-8927-2F0044F28D5B" xml:space="preserve">; List of languages supported
@@ -35,7 +35,7 @@
 ; Package header format: Package Name, UID, Major version, Minor Version, Build Number
 #{"Minimal application"},(0xE8000091),1,0,0
 
-; Files to install for the minimal application: "Files located on PC" - "Target location on Symbian device"
+; Files to install for the minimal application: "Files located on PC" - "Target location on the Symbian device"
 "HelloWorld.exe"-"!:\sys\bin\HelloWorld.exe"
 "HelloWorld.rsc"-"!:\resource\apps\HelloWorld.rsc"
 "HelloWorld.mbm" - "!:\resource\apps\HelloWorld.mbm"