|
1 /* |
|
2 * Copyright (c) 2003 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: This is the .mmp for building Ecom style SVGT Plugin for |
|
15 * the Series60 Platform. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 |
|
22 TARGET npsvgtplugin.dll |
|
23 |
|
24 TARGETTYPE PLUGIN |
|
25 |
|
26 UID 0x10009D8D 0x101F86DF |
|
27 |
|
28 CAPABILITY CAP_ECOM_PLUGIN |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 // Defined for audio support |
|
32 |
|
33 //deffile generation |
|
34 #if defined( ARMCC ) |
|
35 deffile ../eabi/npSvgtPlugin.DEF |
|
36 #else |
|
37 deffile ../BWINSCW/NPSVGTPLUGIN.DEF |
|
38 #endif |
|
39 |
|
40 SOURCEPATH ../src |
|
41 SOURCE Svgtpluginmain.cpp |
|
42 SOURCE Svgtplugin.cpp |
|
43 SOURCE Svgtplugindllapi.cpp |
|
44 SOURCE SvgtPluginControl.cpp |
|
45 |
|
46 SOURCE VolumeKeyListener.cpp |
|
47 SOURCE RepositoryVolumeListener.cpp |
|
48 |
|
49 USERINCLUDE ../inc |
|
50 |
|
51 // This is a SYSTEMINCLUDE macro containing the middleware |
|
52 // layer specific include directories |
|
53 APP_LAYER_SYSTEMINCLUDE |
|
54 |
|
55 SYSTEMINCLUDE /epoc32/include/libc |
|
56 SYSTEMINCLUDE /epoc32/include/ecom |
|
57 SYSTEMINCLUDE /epoc32/include/http |
|
58 |
|
59 SOURCEPATH ../resource/s60 |
|
60 |
|
61 START RESOURCE 101F86DF.rss |
|
62 TARGET npsvgtplugin.rsc |
|
63 END |
|
64 |
|
65 LIBRARY euser.lib efsrv.lib cone.lib |
|
66 LIBRARY eikcore.lib fbscli.lib gdi.lib |
|
67 LIBRARY svgengine.lib |
|
68 LIBRARY HWRMLightClient.lib |
|
69 //LIBRARY pluginadapterutil.lib |
|
70 LIBRARY ecom.lib |
|
71 |
|
72 LIBRARY centralrepository.lib |
|
73 LIBRARY remconcoreapi.lib |
|
74 LIBRARY remconinterfacebase.lib |
|
75 LIBRARY FeatMgr.lib |