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