|
1 /* |
|
2 * Copyright (c) 2005-2008 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 #include <platform_paths.hrh> |
|
19 #include <data_caging_paths.hrh> // For RESOURCE_FILES_DIR |
|
20 |
|
21 CAPABILITY CAP_ECOM_PLUGIN DRM WriteDeviceData |
|
22 TARGET pslncallimageplugin.dll |
|
23 TARGETTYPE PLUGIN |
|
24 UID 0x10009D8D 0x102818EE |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 |
|
28 SOURCEPATH ../src |
|
29 SOURCE PslnCallImagePluginImplementationTable.cpp |
|
30 SOURCE PslnCallImagePluginContainer.cpp |
|
31 SOURCE PslnCallImagePlugin.cpp |
|
32 SOURCE PslnCallImagePluginDRM.cpp |
|
33 |
|
34 //User include paths |
|
35 USERINCLUDE ../inc |
|
36 USERINCLUDE ../Data |
|
37 USERINCLUDE ../Logger |
|
38 |
|
39 //System include paths |
|
40 APP_LAYER_SYSTEMINCLUDE |
|
41 SYSTEMINCLUDE /epoc32/include/ecom |
|
42 SYSTEMINCLUDE /epoc32/include/cshelp |
|
43 |
|
44 SOURCEPATH ../Data |
|
45 |
|
46 START RESOURCE 102818EE.rss |
|
47 TARGET pslncallimageplugin.rsc |
|
48 END |
|
49 |
|
50 START RESOURCE PslnCallImagePluginRsc.rss |
|
51 DEPENDS pslncommon.rsg |
|
52 TARGETPATH RESOURCE_FILES_DIR |
|
53 HEADER |
|
54 LANGUAGE_IDS |
|
55 END |
|
56 |
|
57 LIBRARY euser.lib |
|
58 LIBRARY ecom.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY avkon.lib |
|
61 LIBRARY bafl.lib |
|
62 LIBRARY cone.lib |
|
63 LIBRARY eikcoctl.lib // for CTextListBoxModel |
|
64 LIBRARY eikcore.lib |
|
65 LIBRARY drmhelper.lib // for DRM functionality |
|
66 LIBRARY mgfetch.lib // for Media fetch |
|
67 LIBRARY centralrepository.lib // for CenRep usage |
|
68 LIBRARY commonengine.lib // For RConeResourceLoader |
|
69 LIBRARY aknskins.lib // for icon creation. |
|
70 LIBRARY featmgr.lib // for feature manager |
|
71 LIBRARY pslnframework.lib // For base classes |
|
72 LIBRARY flogger.lib // logging |
|
73 LIBRARY drmutility.lib |
|
74 LIBRARY aknskinsrv.lib //skinServer |
|
75 |
|
76 // End of File |