|
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 specification file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
20 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
21 #include <platform_paths.hrh> |
|
22 |
|
23 CAPABILITY CAP_ECOM_PLUGIN |
|
24 TARGET devdiagexternalmediacardplugin.dll |
|
25 TARGETTYPE PLUGIN |
|
26 UID 0x10009D8D 0x2000E58A |
|
27 VENDORID VID_DEFAULT |
|
28 |
|
29 |
|
30 SOURCEPATH ../src |
|
31 SOURCE diagexternalmediacardpluginimplementationtable.cpp |
|
32 SOURCE diagexternalmediacardplugin.cpp |
|
33 |
|
34 //User include paths |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../data // For *.rh |
|
37 USERINCLUDE ../loc |
|
38 |
|
39 //System include paths |
|
40 SYSTEMINCLUDE /epoc32/include/ecom |
|
41 |
|
42 // Default system include paths for middleware layer modules. |
|
43 APP_LAYER_SYSTEMINCLUDE |
|
44 |
|
45 SOURCEPATH ../data |
|
46 |
|
47 START RESOURCE devdiagexternalmediacardplugin.rss |
|
48 TARGET devdiagexternalmediacardplugin.rsc |
|
49 TARGETPATH ECOM_RESOURCE_DIR |
|
50 END |
|
51 |
|
52 START RESOURCE devdiagexternalmediacardpluginrsc.rss |
|
53 HEADER |
|
54 TARGETPATH RESOURCE_FILES_DIR |
|
55 LANGUAGE_IDS |
|
56 END |
|
57 |
|
58 LIBRARY euser.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY avkon.lib // ADO & Platformization Changes |
|
61 |
|
62 LIBRARY commonengine.lib // For RConeResourceLoader |
|
63 LIBRARY featmgr.lib // Feature manager |
|
64 LIBRARY flogger.lib // for LOGGER |
|
65 LIBRARY diagframework.lib // ADO & Platformization Changes |
|
66 LIBRARY diagpluginbase.lib |
|
67 |
|
68 LIBRARY platformenv.lib // For MMC drive letter. |
|
69 LIBRARY sysutil.lib // for sysutil |
|
70 // ADO & Platformization Changes |
|
71 LIBRARY eikcoctl.lib |
|
72 LIBRARY eikdlg.lib |
|
73 // End of File |