|
1 /* |
|
2 * Copyright (c) 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: mmp file for Device Manager Control panel plugin |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <defaultcaps.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 TARGET omadmcpplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x1028339D |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 #if defined(ARMCC) |
|
31 DEFFILE ../eabi/OmaDmCPPlugin.def |
|
32 #elif defined(WINSCW) |
|
33 DEFFILE ../BWinscw/OmaDmCPPlugin.def |
|
34 #endif |
|
35 |
|
36 SOURCEPATH ../src |
|
37 SOURCE OmaDMCPPlugin.cpp |
|
38 |
|
39 APP_LAYER_SYSTEMINCLUDE |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 |
|
42 USERINCLUDE ../inc |
|
43 USERINCLUDE ../../inc //For Loc file |
|
44 |
|
45 |
|
46 SOURCEPATH ../data |
|
47 START RESOURCE 1028339D.rss |
|
48 TARGET omadmcpplugin.rsc |
|
49 END |
|
50 |
|
51 SOURCEPATH ../data |
|
52 START RESOURCE OmaDmCPPluginResource.rss |
|
53 TARGET omadmcppluginresource.rsc |
|
54 TARGETPATH RESOURCE_FILES_DIR |
|
55 LANGUAGE_IDS |
|
56 HEADER |
|
57 END |
|
58 |
|
59 LIBRARY gsecomplugin.lib |
|
60 LIBRARY gsframework.lib |
|
61 LIBRARY aknskins.lib |
|
62 LIBRARY aknicon.lib |
|
63 LIBRARY egul.lib |
|
64 LIBRARY euser.lib |
|
65 LIBRARY cone.lib |
|
66 LIBRARY eikcore.lib |
|
67 LIBRARY eikcoctl.lib |
|
68 LIBRARY avkon.lib |
|
69 LIBRARY commonengine.lib |
|
70 LIBRARY bafl.lib |
|
71 |
|
72 // Required only for embedded app |
|
73 LIBRARY apgrfx.lib |
|
74 LIBRARY ws32.lib |
|
75 LIBRARY apparc.lib |
|
76 |
|
77 SMPSAFE |