|
1 /* |
|
2 * Copyright (c) 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 definition file for project mpxvideoplaybackview. |
|
15 * |
|
16 */ |
|
17 |
|
18 // Version : %version: 11 % |
|
19 |
|
20 |
|
21 |
|
22 #include <data_caging_paths.hrh> |
|
23 #include <platform_paths.hrh> |
|
24 |
|
25 TARGET mpxvideoplaybackcontrols.dll |
|
26 TARGETTYPE dll |
|
27 UID 0x1000006C 0x200159B5 |
|
28 |
|
29 CAPABILITY CAP_GENERAL_DLL |
|
30 VENDORID VID_DEFAULT |
|
31 |
|
32 SOURCEPATH ../src |
|
33 |
|
34 START RESOURCE ../data/mpxvideoplaybackcontrols.rss |
|
35 HEADER |
|
36 TARGETPATH APP_RESOURCE_DIR |
|
37 LANGUAGE_IDS |
|
38 END // RESOURCE |
|
39 |
|
40 SOURCE mpxvideoplaybackcontrol.cpp |
|
41 SOURCE mpxvideoplaybackcontrolpolicy.cpp |
|
42 SOURCE mpxvideoplaybackcontrolconfiguration.cpp |
|
43 SOURCE mpxvideoplaybackcontrolscontroller.cpp |
|
44 SOURCE mpxvideoplaybackbutton.cpp |
|
45 SOURCE mpxvideoplaybackbuttonbar.cpp |
|
46 SOURCE mpxvideoplaybackvolumebar.cpp |
|
47 SOURCE mpxvideoplaybackprogressbar.cpp |
|
48 SOURCE mpxvideoplaybackcontrolpdl.cpp |
|
49 SOURCE mpxvideoplaybackaspectratioicon.cpp |
|
50 SOURCE mpxvideoplaybackbrandinganimation.cpp |
|
51 SOURCE mpxvideoplaybackmediadetailsviewer.cpp |
|
52 |
|
53 USERINCLUDE ../inc |
|
54 USERINCLUDE ../../inc |
|
55 USERINCLUDE ../../../inc |
|
56 |
|
57 APP_LAYER_SYSTEMINCLUDE |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY ecom.lib |
|
61 LIBRARY avkon.lib |
|
62 LIBRARY cone.lib |
|
63 LIBRARY eikcore.lib |
|
64 LIBRARY ws32.lib |
|
65 LIBRARY cdlengine.lib |
|
66 LIBRARY bafl.lib |
|
67 LIBRARY estor.lib |
|
68 LIBRARY aknicon.lib |
|
69 LIBRARY eikctl.lib |
|
70 LIBRARY eikcoctl.lib |
|
71 LIBRARY bitgdi.lib |
|
72 LIBRARY fbscli.lib |
|
73 LIBRARY commonengine.lib |
|
74 LIBRARY efsrv.lib |
|
75 LIBRARY gdi.lib |
|
76 LIBRARY aknlayout2scalable.lib |
|
77 LIBRARY aknlayout2.lib |
|
78 LIBRARY mpxvideoplaybackviews.lib |
|
79 LIBRARY aknskins.lib |
|
80 LIBRARY egul.lib |
|
81 LIBRARY touchfeedback.lib |
|
82 LIBRARY bmpanim.lib |
|
83 LIBRARY flogger.lib |
|
84 LIBRARY playbackhelper.lib |
|
85 |
|
86 //End of file |