|
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 "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: This is project specification file for the Default SIM Dilaog |
|
15 * Plugin |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 |
|
24 TARGET defaultsimdialogplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x20029F1C |
|
27 VENDORID VID_DEFAULT |
|
28 VERSION 10.0 |
|
29 CAPABILITY CAP_ECOM_PLUGIN |
|
30 PAGED |
|
31 |
|
32 |
|
33 // ECom resource file |
|
34 START RESOURCE ../rss/0x20029F1C.rss |
|
35 TARGET defaultsimdialogplugin.rsc |
|
36 END |
|
37 |
|
38 // RESOURCE |
|
39 START RESOURCE ../rss/defaultsimdialog.rss |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 HEADER |
|
42 LANGUAGE_IDS |
|
43 END |
|
44 |
|
45 SOURCEPATH ../src |
|
46 |
|
47 SOURCE proxy.cpp |
|
48 SOURCE defaultsimdialog.cpp |
|
49 SOURCE simdeletecopyoperation.cpp |
|
50 SOURCE smssimdialog.cpp |
|
51 |
|
52 USERINCLUDE ../inc |
|
53 USERINCLUDE ../../../inc |
|
54 SYSTEMINCLUDE ../../../../../inc |
|
55 |
|
56 APP_LAYER_SYSTEMINCLUDE |
|
57 SYSTEMINCLUDE /epoc32/include/ecom |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY eCom.lib |
|
61 |
|
62 |
|
63 |
|
64 // Msg Server |
|
65 LIBRARY Smcm.lib |
|
66 LIBRARY mtur.lib |
|
67 LIBRARY etext.lib |
|
68 LIBRARY msgs.lib |
|
69 LIBRARY avkon.lib |
|
70 LIBRARY hlplch.lib // HlpLauncher |
|
71 LIBRARY AknIcon.lib // AknIconUtils::AvkonIconFileName() |
|
72 LIBRARY FeatMgr.lib // FeatureManager |
|
73 LIBRARY eikctl.lib |
|
74 LIBRARY CentralRepository.lib |
|
75 LIBRARY eikcore.lib eikcoctl.lib eikdlg.lib |
|
76 LIBRARY AknSkins.lib |
|
77 LIBRARY CommonEngine.lib |
|
78 LIBRARY muiu.lib |
|
79 LIBRARY cone.lib |
|
80 LIBRARY efsrv.lib // TParseBase |
|
81 LIBRARY bafl.lib |