devicediagnostics/diagsuites/diagconnectivitysuiteplugin/group/diagconnectivitysuiteplugin.mmp
equal
deleted
inserted
replaced
|
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: Project definition file for project connectivity Suite. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <platform_paths.hrh> |
|
21 #include <data_caging_paths.hrh> |
|
22 |
|
23 TARGET devdiagconnectivitysuiteplugin.dll |
|
24 TARGETTYPE PLUGIN |
|
25 UID 0x10009D8D 0x2000E56F |
|
26 |
|
27 CAPABILITY CAP_ECOM_PLUGIN |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE diagconnectivitysuitepluginimplementationtable.cpp |
|
32 SOURCE diagconnectivitysuiteplugin.cpp |
|
33 |
|
34 START RESOURCE ../data/devdiagconnectivitysuiteplugin.rss |
|
35 TARGET devdiagconnectivitysuiteplugin.rsc |
|
36 TARGETPATH ECOM_RESOURCE_DIR |
|
37 END // RESOURCE |
|
38 |
|
39 START RESOURCE ../data/devdiagconnectivitysuitepluginrsc.rss |
|
40 HEADER |
|
41 TARGETPATH RESOURCE_FILES_DIR |
|
42 LANGUAGE_IDS |
|
43 END // RESOURCE |
|
44 |
|
45 USERINCLUDE . |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../data |
|
48 USERINCLUDE ../loc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 SYSTEMINCLUDE /epoc32/include/ecom |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY ecom.lib |
|
55 LIBRARY commonengine.lib |
|
56 LIBRARY aknicon.lib |
|
57 LIBRARY egul.lib |
|
58 LIBRARY flogger.lib |
|
59 LIBRARY diagframework.lib |
|
60 LIBRARY diagpluginbase.lib |
|
61 |
|
62 // End of File |
|
63 |