26
|
1 |
/*
|
|
2 |
* Copyright (c) 2006 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 mpxcommonui.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <bldvariant.hrh>
|
|
20 |
#include <data_caging_paths.hrh>
|
|
21 |
#include <platform_paths.hrh>
|
|
22 |
|
|
23 |
TARGET mpxcommonui.dll
|
|
24 |
TARGETTYPE dll
|
|
25 |
UID 0x1000006C 0x101FFC66
|
|
26 |
|
|
27 |
CAPABILITY CAP_GENERAL_DLL
|
|
28 |
VENDORID VID_DEFAULT
|
|
29 |
|
|
30 |
VERSION 15.0
|
|
31 |
|
|
32 |
MACRO __ENABLE_MSK
|
|
33 |
MACRO CAMESE_IN_DRM_UTILITY
|
|
34 |
|
|
35 |
START RESOURCE ../data/mpxcommonui.rss
|
|
36 |
HEADER
|
|
37 |
TARGETPATH APP_RESOURCE_DIR
|
|
38 |
LANGUAGE_IDS
|
|
39 |
END // RESOURCE
|
|
40 |
|
|
41 |
|
|
42 |
SOURCEPATH ../src
|
|
43 |
SOURCE mpxcommonuihelper.cpp
|
|
44 |
SOURCE mpxtlshelper.cpp
|
|
45 |
SOURCE mpxlbxextendedfeatures.cpp
|
|
46 |
SOURCE mpximageutil.cpp
|
|
47 |
SOURCE mpxalbumartutil.cpp
|
|
48 |
SOURCE mpxdrmuihelper.cpp
|
|
49 |
SOURCE mpxfilenamequerydlg.cpp
|
|
50 |
SOURCE mpxsavehelper.cpp
|
|
51 |
|
|
52 |
|
|
53 |
USERINCLUDE ../inc
|
|
54 |
USERINCLUDE ../../inc
|
|
55 |
USERINCLUDE ../../../inc
|
|
56 |
|
|
57 |
APP_LAYER_SYSTEMINCLUDE
|
|
58 |
SYSTEMINCLUDE /epoc32/include/ecom
|
|
59 |
|
|
60 |
LIBRARY euser.lib
|
|
61 |
LIBRARY apparc.lib
|
|
62 |
LIBRARY cone.lib
|
|
63 |
LIBRARY eikcore.lib
|
|
64 |
LIBRARY avkon.lib
|
|
65 |
LIBRARY aknskins.lib
|
|
66 |
LIBRARY efsrv.lib
|
|
67 |
LIBRARY egul.lib
|
|
68 |
LIBRARY bafl.lib
|
|
69 |
LIBRARY eikdlg.lib
|
|
70 |
LIBRARY commonengine.lib
|
|
71 |
LIBRARY commondialogs.lib
|
|
72 |
LIBRARY profilesettingsview.lib
|
|
73 |
LIBRARY profileeng.lib
|
|
74 |
LIBRARY centralrepository.lib
|
|
75 |
LIBRARY ws32.lib
|
|
76 |
LIBRARY eikcoctl.lib
|
|
77 |
LIBRARY mediaclientaudio.lib
|
|
78 |
LIBRARY fbscli.lib estor.lib
|
|
79 |
LIBRARY bitmaptransforms.lib imageconversion.lib metadatautility.lib
|
|
80 |
LIBRARY sysutil.lib
|
|
81 |
LIBRARY drmhelper.lib
|
|
82 |
LIBRARY platformenv.lib // pathinfo
|
|
83 |
LIBRARY mpxcommon.lib
|
|
84 |
LIBRARY mpxcollectionhelper.lib
|
|
85 |
LIBRARY mpxcollectionutility.lib
|
|
86 |
LIBRARY apgrfx.lib
|
|
87 |
LIBRARY featmgr.lib
|
|
88 |
LIBRARY aknnotify.lib
|
|
89 |
LIBRARY iclextjpegapi.lib
|
|
90 |
LIBRARY thumbnailmanager.lib // Album art
|
|
91 |
LIBRARY gfxtrans.lib //effects
|
|
92 |
|
|
93 |
// CAMESE_IN_DRM_UTILITY
|
|
94 |
LIBRARY drmuihandling.lib
|
|
95 |
LIBRARY drmutility.lib
|
|
96 |
LIBRARY caf.lib
|
|
97 |
LIBRARY cafutils.lib
|
|
98 |
#if defined(ARMCC)
|
|
99 |
deffile ../eabi/
|
|
100 |
#elif defined(WINSCW)
|
|
101 |
deffile ../bwinscw/
|
|
102 |
#endif
|
|
103 |
|
|
104 |
// End of File
|