equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007-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 * pkgremover.dll Layer between a client (Installer UI) that is used to query about |
|
16 * uninstalled packages present on a removable drive and remove them. |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 |
|
25 MACRO __SECURE_API__ |
|
26 MACRO __DATA_CAGING__ |
|
27 CAPABILITY ALL -TCB |
|
28 |
|
29 TARGET pkgremover.dll |
|
30 TARGETTYPE dll |
|
31 |
|
32 UID 0x1000008d 0x2000C439 |
|
33 VENDORID 0x70000001 |
|
34 |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../inc/swi |
|
37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
38 |
|
39 SOURCEPATH ../source/pkgremover |
|
40 SOURCE pkgremover.cpp |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY estor.lib |
|
45 LIBRARY sishelper.lib |
|
46 SMPSAFE |