|
1 /* |
|
2 * Copyright (c) 2006-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: Project definition file for project |
|
15 * FM Radio Content Publisher plugin. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include "../resources/fmradiomcpplugin.hrh" |
|
22 |
|
23 TARGET fmradiomcpplugin100.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D KFMRadioMCPPluginDllUid |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 PAGED |
|
31 |
|
32 SOURCEPATH ../resources |
|
33 START RESOURCE 2001f497.rss |
|
34 TARGET fmradiomcpplugin100.rsc |
|
35 TARGETPATH ECOM_RESOURCE_DIR |
|
36 END |
|
37 |
|
38 START RESOURCE fmradiomcpplugin.rss |
|
39 HEADER |
|
40 TARGETPATH RESOURCE_FILES_DIR |
|
41 LANGUAGE_IDS |
|
42 END |
|
43 |
|
44 APP_LAYER_SYSTEMINCLUDE |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../fmradio/inc |
|
48 USERINCLUDE ../resources |
|
49 USERINCLUDE ../../activeidleengine/inc |
|
50 USERINCLUDE ../../fmradioactionhandler/inc |
|
51 USERINCLUDE ../../fmradioactionhandler/resources |
|
52 USERINCLUDE ../../fmradioengine/inc |
|
53 USERINCLUDE ../../loc |
|
54 |
|
55 SOURCEPATH ../src |
|
56 SOURCE fmradiomcpplugin.cpp |
|
57 |
|
58 LIBRARY avkon.lib |
|
59 LIBRARY bafl.lib |
|
60 LIBRARY cone.lib |
|
61 LIBRARY commonengine.lib |
|
62 LIBRARY ecom.lib |
|
63 LIBRARY efsrv.lib |
|
64 LIBRARY euser.lib |
|
65 LIBRARY liwservicehandler.lib |
|
66 LIBRARY fmradioactiveidleengine200.lib |
|
67 LIBRARY fmradioengine.lib |
|
68 |
|
69 DEBUGLIBRARY flogger.lib |
|
70 |
|
71 // End of File |