|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * This is project specification file for the PbkEngine_FM. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 // INCLUDES |
|
21 #include <platform/app/PbkUID.h> // Phonebook UIDs |
|
22 #include "PbkConfig.mmp" // Phonebook MMP configuration file |
|
23 #include <data_caging_paths.hrh> |
|
24 #include <platform_paths.hrh> |
|
25 |
|
26 // Build target |
|
27 TARGET PbkEngine_FM.dll |
|
28 TARGETTYPE PLUGIN |
|
29 UID KEComRecognitionUID2 KPbkEngineFMPluginUID |
|
30 CAPABILITY CAP_ECOM_PLUGIN |
|
31 VENDORID VID_DEFAULT |
|
32 |
|
33 // Source files location |
|
34 SOURCEPATH ../PbkEngine_FM/src |
|
35 |
|
36 // Source files |
|
37 SOURCE Dllmain.cpp |
|
38 SOURCE Cfmpbkengineextension.cpp |
|
39 |
|
40 START RESOURCE ../rss/101f859c.rss |
|
41 TARGET PbkEngine_FM |
|
42 TARGETPATH resource/plugins |
|
43 END |
|
44 |
|
45 START RESOURCE ../rss/PbkEngine_FMChineseRes.rss |
|
46 HEADER |
|
47 TARGET PbkEngine_FMChineseRes |
|
48 TARGETPATH resource |
|
49 LANGUAGE_IDS |
|
50 END |
|
51 |
|
52 START RESOURCE ../rss/PbkEngine_FMJapaneseRes.rss |
|
53 HEADER |
|
54 TARGET PbkEngine_FMJapaneseRes |
|
55 TARGETPATH resource |
|
56 LANGUAGE_IDS |
|
57 END |
|
58 |
|
59 START RESOURCE ../rss/PbkEngine_FMRes.rss |
|
60 HEADER |
|
61 TARGET PbkEngine_FMRes |
|
62 TARGETPATH resource |
|
63 LANGUAGE_IDS |
|
64 END |
|
65 |
|
66 // Include paths |
|
67 USERINCLUDE ../group ../PbkEngine_FM/inc ../inc |
|
68 APP_LAYER_SYSTEMINCLUDE // macro that defines the platform system includes |
|
69 |
|
70 // Dependencies to Symbian OS components |
|
71 LIBRARY euser.lib |
|
72 LIBRARY efsrv.lib |
|
73 LIBRARY ecom.lib |
|
74 LIBRARY bafl.lib |
|
75 |
|
76 LIBRARY FeatMgr.lib |
|
77 |
|
78 LIBRARY PbkEng.lib |
|
79 |
|
80 |
|
81 // End of File |