project/com.nokia.carbide.cpp.epoc.engine.tests/data/pkg/example/partialupgrade.pkg
author timkelly
Wed, 25 Mar 2009 11:55:19 -0500
changeset 8 f330c1e8a4f3
parent 2 d760517a8095
permissions -rw-r--r--
commit the merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
;
cawthron
parents:
diff changeset
     2
; Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
cawthron
parents:
diff changeset
     3
; All rights reserved.
cawthron
parents:
diff changeset
     4
; This component and the accompanying materials are made available
cawthron
parents:
diff changeset
     5
; under the terms of the License "Eclipse Public License v1.0"
cawthron
parents:
diff changeset
     6
; which accompanies this distribution, and is available
cawthron
parents:
diff changeset
     7
; at the URL "http://www.eclipse.org/legal/epl-v10.html".
cawthron
parents:
diff changeset
     8
;
cawthron
parents:
diff changeset
     9
; Initial Contributors:
cawthron
parents:
diff changeset
    10
; Nokia Corporation - initial contribution.
cawthron
parents:
diff changeset
    11
;
cawthron
parents:
diff changeset
    12
; Contributors:
cawthron
parents:
diff changeset
    13
;
cawthron
parents:
diff changeset
    14
; Description: 
cawthron
parents:
diff changeset
    15
;
cawthron
parents:
diff changeset
    16
; Upgrading a component
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
;Languages
cawthron
parents:
diff changeset
    19
&EN,FR
cawthron
parents:
diff changeset
    20
cawthron
parents:
diff changeset
    21
;Header - 0x80000003=UID of app being upgraded.
cawthron
parents:
diff changeset
    22
;Uses the same name(s) as the original.
cawthron
parents:
diff changeset
    23
;Version number increments.
cawthron
parents:
diff changeset
    24
#{"Depend-EN", "Depend-FR"}, (0x80000003), 1, 3, 1, TYPE=PU
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
%{"Vendor-EN","Vendor-FR"}
cawthron
parents:
diff changeset
    27
:"Vendor"
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
; install one additional file to same drive as original (the system drive)
cawthron
parents:
diff changeset
    30
"text\file1.txt"-"$:\private\80000004\import\file.txt"
cawthron
parents:
diff changeset
    31
cawthron
parents:
diff changeset
    32
; overwrite one existing file on same drive as original (the system drive)
cawthron
parents:
diff changeset
    33
"file.txt" - "$:\private\80000004\file.txt"