|
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 |
|
21 // To get the MW_LAYER_SYSTEMINCLUDE-definition |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 CAPABILITY CAP_ECOM_PLUGIN |
|
25 TARGET devdiagheadsetcabletestplugin.dll |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D 0x2000E592 |
|
28 VENDORID VID_DEFAULT |
|
29 |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE diagheadsetpluginImplementationtable.cpp |
|
33 SOURCE diagheadsetcableplugin.cpp |
|
34 SOURCE diagheadsetcableengine.cpp |
|
35 |
|
36 //User include paths |
|
37 USERINCLUDE ../inc |
|
38 USERINCLUDE ../data // For *.rh |
|
39 USERINCLUDE ../loc |
|
40 |
|
41 //System include paths |
|
42 SYSTEMINCLUDE /epoc32/include/ecom |
|
43 |
|
44 // Default system include paths for middleware layer modules. |
|
45 APP_LAYER_SYSTEMINCLUDE |
|
46 |
|
47 SOURCEPATH ../data |
|
48 |
|
49 // resource file for the plugin implementation |
|
50 START RESOURCE devdiagheadsetcabletestplugin.rss |
|
51 TARGET devdiagheadsetcabletestplugin.rsc |
|
52 TARGETPATH ECOM_RESOURCE_DIR |
|
53 END |
|
54 |
|
55 // resource file for the plugin registration |
|
56 START RESOURCE devdiagheadsetcabletestpluginrsc.rss |
|
57 HEADER |
|
58 TARGETPATH RESOURCE_FILES_DIR |
|
59 LANGUAGE_IDS |
|
60 END |
|
61 |
|
62 LIBRARY euser.lib |
|
63 LIBRARY avkon.lib |
|
64 LIBRARY commonengine.lib // For RConeResourceLoader |
|
65 LIBRARY diagframework.lib |
|
66 LIBRARY eikcoctl.lib |
|
67 LIBRARY eikdlg.lib |
|
68 LIBRARY diagpluginbase.lib |
|
69 LIBRARY headsetstatus.lib //for CHeadsetStatus |
|
70 LIBRARY flogger.lib // for RFileLogger |
|
71 |
|
72 // End of File |
|
73 |