|
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 UI Policy project specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform/app/Pbk2UID.h> |
|
20 #include "Pbk2Config.mmp" |
|
21 #include "../inc/Pbk2InternalUID.h" |
|
22 #include "../inc/Pbk2Config.hrh" |
|
23 #include <platform_paths.hrh> |
|
24 #include <data_caging_paths.hrh> |
|
25 |
|
26 // Target information |
|
27 TARGET Pbk2UIPolicy.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID KEComRecognitionUID2 KPbk2UIPolicyUID3 |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 |
|
32 // Source path |
|
33 SOURCEPATH ../UIPolicy/src |
|
34 |
|
35 // Sources |
|
36 SOURCE DllMain.cpp |
|
37 |
|
38 // Sort policy |
|
39 SOURCE CPbk2ContactViewSortPolicy.cpp |
|
40 SOURCE CPbk2SortKeyArray.cpp |
|
41 SOURCE CPbk2SortOrderProvider.cpp |
|
42 |
|
43 // Copy policy |
|
44 SOURCE CPbk2ContactCopyPolicy.cpp |
|
45 |
|
46 // Find policy |
|
47 SOURCE CPbk2ContactFindPolicy.cpp |
|
48 |
|
49 // Duplicate contact policy |
|
50 SOURCE CPbk2ContactDuplicatePolicy.cpp |
|
51 |
|
52 // Name construction policy |
|
53 SOURCE CPbk2ContactNameConstructionPolicy.cpp |
|
54 |
|
55 // Resources |
|
56 START RESOURCE ../rss/Pbk2UIPolicyRes.rss |
|
57 HEADER |
|
58 TARGET Pbk2UIPolicyRes |
|
59 TARGETPATH RESOURCE_FILES_DIR |
|
60 LANGUAGE_IDS |
|
61 END |
|
62 |
|
63 START RESOURCE ../rss/Pbk2UIPolicy.rss |
|
64 TARGET Pbk2UiPolicy |
|
65 TARGETPATH ECOM_RESOURCE_DIR |
|
66 END |
|
67 |
|
68 // Include paths |
|
69 USERINCLUDE ../UIPolicy/inc |
|
70 SYSTEMINCLUDE ../inc |
|
71 APP_LAYER_SYSTEMINCLUDE |
|
72 |
|
73 // Dependencies to Symbian OS components |
|
74 LIBRARY euser.lib ecom.lib bafl.lib |
|
75 |
|
76 // Dependencies to S60 platform components |
|
77 LIBRARY SortUtil.lib FindUtil.lib |
|
78 LIBRARY FeatMgr.lib |
|
79 |
|
80 // Dependencies to Phonebook |
|
81 LIBRARY VPbkEng.lib Pbk2Presentation.lib |
|
82 |
|
83 #ifdef PBK2_ENABLE_PROFILE |
|
84 // Depencency to Phonebook profiling library |
|
85 LIBRARY Pbk2Profile.lib |
|
86 #endif // PBK2_ENABLE_PROFILE |
|
87 |
|
88 // End of File |