|
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 mpxembeddedplaybackview. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 #include <data_caging_paths.hrh> |
|
21 #include <bldvariant.hrh> |
|
22 #include <platform_paths.hrh> |
|
23 |
|
24 TARGET mpxembeddedplaybackview.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000006C 0x101FFC79 |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 VERSION 15.0 |
|
32 |
|
33 SOURCEPATH ../src |
|
34 SOURCE mpxembeddedplaybackviewcontainer.cpp |
|
35 SOURCE mpxembeddedplaybackview.cpp |
|
36 SOURCE mpxembeddedplaybackviewimp.cpp |
|
37 SOURCE mpxembeddedplaybackviewlayout.cpp |
|
38 |
|
39 START RESOURCE ../data/mpxembeddedplaybackview.rss |
|
40 DEPENDS mpxcommonplaybackview.rsg |
|
41 HEADER |
|
42 TARGETPATH APP_RESOURCE_DIR |
|
43 LANGUAGE_IDS |
|
44 END // RESOURCE |
|
45 |
|
46 USERINCLUDE ../inc |
|
47 USERINCLUDE ../../inc |
|
48 USERINCLUDE ../../../inc |
|
49 |
|
50 APP_LAYER_SYSTEMINCLUDE |
|
51 |
|
52 LIBRARY euser.lib |
|
53 LIBRARY apparc.lib |
|
54 LIBRARY cone.lib |
|
55 LIBRARY eikcore.lib |
|
56 LIBRARY avkon.lib |
|
57 LIBRARY hlplch.lib |
|
58 LIBRARY ws32.lib |
|
59 LIBRARY fbscli.lib |
|
60 LIBRARY bitgdi.lib |
|
61 LIBRARY gdi.lib |
|
62 LIBRARY egul.lib |
|
63 LIBRARY eikctl.lib |
|
64 LIBRARY eiksrv.lib |
|
65 LIBRARY eikcoctl.lib |
|
66 LIBRARY efsrv.lib |
|
67 LIBRARY bafl.lib |
|
68 LIBRARY aknicon.lib |
|
69 LIBRARY featmgr.lib |
|
70 LIBRARY aknskins.lib |
|
71 LIBRARY aknskinsrv.lib |
|
72 LIBRARY commonengine.lib |
|
73 LIBRARY centralrepository.lib |
|
74 LIBRARY aknlayout2scalable.lib |
|
75 LIBRARY cdlengine.lib |
|
76 LIBRARY apgrfx.lib |
|
77 |
|
78 LIBRARY mpxplaybackutility.lib |
|
79 LIBRARY mpxcollectionutility.lib |
|
80 LIBRARY mpxcommon.lib |
|
81 LIBRARY mpxmediakeyhandler.lib |
|
82 LIBRARY mpxcommonui.lib |
|
83 LIBRARY mpxviewutility.lib |
|
84 LIBRARY mpxcommonplaybackview.lib |
|
85 LIBRARY mpxcollectionhelper.lib |
|
86 |
|
87 #if defined(ARMCC) |
|
88 deffile ../eabi/ |
|
89 #elif defined(WINSCW) |
|
90 deffile ../bwinscw/ |
|
91 #endif |
|
92 |
|
93 // End of File |