1 /* |
|
2 * Copyright (c) 2008-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 "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: Sisx Runtime plugin for AppMngr2 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 TARGET appmngr2sisxplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009d8d 0x20016BF5 |
|
25 |
|
26 CAPABILITY CAP_GENERAL_DLL |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 SOURCEPATH ../src |
|
30 SOURCE appmngr2sisxmain.cpp |
|
31 SOURCE appmngr2sisxruntime.cpp |
|
32 SOURCE appmngr2sisxappinfo.cpp |
|
33 SOURCE appmngr2sisxpackageinfo.cpp |
|
34 SOURCE appmngr2sisxinfoiterator.cpp |
|
35 SOURCE appmngr2sisxunknownlist.cpp |
|
36 SOURCE appmngr2sisxswimonitor.cpp |
|
37 |
|
38 START RESOURCE ../data/20016bf5.rss |
|
39 TARGET appmngr2sisxplugin.rsc |
|
40 END |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 |
|
44 MW_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 LIBRARY euser.lib // Base |
|
47 LIBRARY appmngr2pluginapi.lib // CAppMngr2Runtime |
|
48 LIBRARY sisregistryclient.lib // RSisRegistryEntry |
|
49 LIBRARY swinstcli.lib // SwiUI::RSWInstLauncher |
|
50 LIBRARY pkgremover.lib // Swi::UninstalledSisPackages |
|
51 LIBRARY swinstcommonui.lib // CUIDetailsDialog |
|
52 LIBRARY aknskins.lib // AknsUtils |
|
53 LIBRARY cone.lib // CCoeEnv |
|
54 LIBRARY eikcore.lib // CEikonEnv |
|
55 LIBRARY bafl.lib // CDesCArray |
|
56 LIBRARY commonengine.lib // StringLoader |
|
57 LIBRARY efsrv.lib // RFs |
|
58 LIBRARY platformenv.lib // DriveInfo |
|
59 LIBRARY apmime.lib // TDataType |
|
60 LIBRARY avkon.lib // AknTextUtils |
|
61 LIBRARY x509.lib // CX509Certificate |
|
62 LIBRARY egul.lib // CGulIcon |
|
63 |
|
64 DEBUGLIBRARY flogger.lib // RFileLogger |
|
65 |
|
66 SMPSAFE |
|
67 |
|