|
1 /* |
|
2 * Copyright (c) 2005-2007 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: Phonebook 2 USIM Thin UI Extension project |
|
15 * : specification file. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform/app/Pbk2UID.h> |
|
21 #include "Pbk2Config.mmp" |
|
22 #include "../inc/Pbk2InternalUID.h" |
|
23 #include "../USIMThinExtension/inc/Pbk2USIMThinUIUID.h" |
|
24 #include <platform_paths.hrh> |
|
25 #include <data_caging_paths.hrh> |
|
26 |
|
27 // Target information |
|
28 TARGET Pbk2USimThinUi.dll |
|
29 TARGETTYPE PLUGIN |
|
30 UID KEComRecognitionUID2 KPbk2USIMThinExtensionImplementationUID |
|
31 CAPABILITY CAP_ECOM_PLUGIN |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 // Source path |
|
35 SOURCEPATH ../USIMThinExtension/src |
|
36 |
|
37 // Source files |
|
38 SOURCE DllMain.cpp |
|
39 SOURCE CPsu2ThinUIExtensionPlugin.cpp |
|
40 SOURCE CPsu2CopySimContactsCmd.cpp |
|
41 SOURCE CPsu2CheckAvailabeSimStore.cpp |
|
42 |
|
43 // Resources |
|
44 START RESOURCE ../rss/Pbk2USimThinUIRes.rss |
|
45 HEADER |
|
46 TARGET Pbk2USimThinUIRes |
|
47 TARGETPATH RESOURCE_FILES_DIR |
|
48 LANGUAGE_IDS |
|
49 END |
|
50 |
|
51 START RESOURCE ../rss/Pbk2USimThinUI.rss |
|
52 TARGET Pbk2USimThinUI |
|
53 TARGETPATH ECOM_RESOURCE_DIR |
|
54 END |
|
55 |
|
56 // Other build related files |
|
57 SOURCEPATH ../inc |
|
58 |
|
59 // Include paths |
|
60 USERINCLUDE ../USIMThinExtension/inc |
|
61 SYSTEMINCLUDE ../inc |
|
62 APP_LAYER_SYSTEMINCLUDE |
|
63 |
|
64 // Dependencies to Symbian OS components |
|
65 LIBRARY euser.lib ecom.lib eikcoctl.lib cone.lib |
|
66 |
|
67 // Dependencies to S60 platform components |
|
68 LIBRARY commonengine.lib avkon.lib |
|
69 |
|
70 // Dependencies to Phonebook |
|
71 LIBRARY VPbkEng.lib VPbkSimStoreService.lib |
|
72 LIBRARY Pbk2Presentation.lib Pbk2CommonUI.lib Pbk2Commands.lib |
|
73 |
|
74 // End of File |