|
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 MMC UI Extension project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform/app/Pbk2UID.h> |
|
20 #include "Pbk2Config.mmp" |
|
21 #include "../inc/Pbk2InternalUID.h" |
|
22 #include "../MMCExtension/inc/Pbk2MmcUiUid.h" |
|
23 #include <platform_paths.hrh> |
|
24 #include <data_caging_paths.hrh> |
|
25 |
|
26 // Target information |
|
27 TARGET Pbk2MmcUI.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID KEComRecognitionUID2 KPbk2MMCExtensionImplementationUID |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Source path |
|
34 SOURCEPATH ../MMCExtension/src |
|
35 |
|
36 // Source files |
|
37 SOURCE DllMain.cpp |
|
38 SOURCE CPmuUIExtensionPlugin.cpp |
|
39 #ifdef RD_MULTIPLE_DRIVE |
|
40 SOURCE CPmuCopyToDriveCmd.cpp |
|
41 SOURCE CPmuCopyFromDriveCmd.cpp |
|
42 #else |
|
43 SOURCE CPmuCopyToMmcCmd.cpp |
|
44 SOURCE CPmuCopyFromMmcCmd.cpp |
|
45 #endif |
|
46 |
|
47 |
|
48 // Resources |
|
49 #ifdef RD_MULTIPLE_DRIVE |
|
50 START RESOURCE ../rss/Pbk2DriveUiRes.rss |
|
51 DEPENDS pbk2commands.rsg |
|
52 #else |
|
53 START RESOURCE ../Rss/Pbk2MmcUIRes.rss |
|
54 DEPENDS pbk2commands.rsg |
|
55 #endif // RD_MULTIPLE_DRIVE |
|
56 HEADER |
|
57 TARGET Pbk2MmcUIRes |
|
58 TARGETPATH RESOURCE_FILES_DIR |
|
59 LANGUAGE_IDS |
|
60 END |
|
61 |
|
62 START RESOURCE ../rss/Pbk2MmcUi.rss |
|
63 TARGET Pbk2MmcUI |
|
64 TARGETPATH ECOM_RESOURCE_DIR |
|
65 END |
|
66 |
|
67 // Include paths |
|
68 USERINCLUDE ../MMCExtension/inc |
|
69 SYSTEMINCLUDE ../inc |
|
70 APP_LAYER_SYSTEMINCLUDE |
|
71 |
|
72 // Dependencies to Symbian OS components |
|
73 LIBRARY euser.lib commonengine.lib |
|
74 LIBRARY efsrv.lib estor.lib ecom.lib |
|
75 LIBRARY cone.lib |
|
76 LIBRARY eikcoctl.lib eikcore.lib |
|
77 |
|
78 // Dependencies to S60 components |
|
79 LIBRARY Avkon.lib PlatformEnv.lib |
|
80 #ifdef RD_MULTIPLE_DRIVE |
|
81 LIBRARY CommonDialogs.lib |
|
82 #endif // RD_MULTIPLE_DRIVE |
|
83 |
|
84 // Dependencies to Phonebook |
|
85 LIBRARY Pbk2Presentation.lib Pbk2Commands.lib |
|
86 LIBRARY Pbk2CommonUi.lib VPbkVCardEng.lib VPbkEng.lib |
|
87 |
|
88 // End of File |