|
1 # |
|
2 # Copyright (c) 2009 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 file for building Videoplayer components |
|
15 # |
|
16 # |
|
17 # Version : %version: 19 % |
|
18 |
|
19 |
|
20 TEMPLATE = lib |
|
21 TARGET = videoplayerengine |
|
22 CONFIG += hb qt dll |
|
23 DEFINES += BUILD_VIDEOPLAYERAPP_DLL |
|
24 |
|
25 symbian: |
|
26 { |
|
27 TARGET.CAPABILITY = ALL -DRM -TCB |
|
28 TARGET.EPOCALLOWDLLDATA = 1 |
|
29 TARGET.UID3 = 0x20024337 |
|
30 TARGET.EPOCHEAPSIZE = 0x20000 0x1600000 |
|
31 INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \ |
|
32 $$APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE |
|
33 BLD_INF_RULES.prj_exports += "rom/videoplayerengine.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videoplayerengine.iby)" |
|
34 } |
|
35 |
|
36 INCLUDEPATH += ../../inc \ |
|
37 ../inc |
|
38 |
|
39 LIBS += -lmpxviewframeworkqt.dll \ |
|
40 -lxqplugins.dll \ |
|
41 -lmpxplaybackutility.dll \ |
|
42 -lmpxcollectionutility.dll \ |
|
43 -lmpxcollectionhelper.dll \ |
|
44 -lmpxcommon.dll \ |
|
45 -lestor.dll \ |
|
46 -lfbscli.dll \ |
|
47 -lapengine.dll \ |
|
48 -lapsettingshandlerui.dll \ |
|
49 -lmpsettengine.dll \ |
|
50 -lplaybackhelper.dll \ |
|
51 -lvideoplaylistutility.dll \ |
|
52 -lcommdb.dll \ |
|
53 -lservicehandler.dll \ |
|
54 -lxqservice.dll \ |
|
55 -lxqserviceutil.dll \ |
|
56 -lflogger.dll |
|
57 |
|
58 DEPENDPATH += ../inc inc |
|
59 VPATH += src |
|
60 |
|
61 HEADERS += videoplayerengine.h \ |
|
62 mpxvideoplaybackwrapper.h \ |
|
63 mpxvideoplayerappuiengine.h \ |
|
64 mpxvideoembeddedpdlhandler.h \ |
|
65 videoservices.h \ |
|
66 videoserviceplay.h \ |
|
67 videoserviceurifetch.h |
|
68 |
|
69 SOURCES += videoplayerengine.cpp \ |
|
70 mpxvideoplaybackwrapper.cpp \ |
|
71 mpxvideoplayerappuiengine.cpp \ |
|
72 mpxvideoembeddedpdlhandler.cpp \ |
|
73 videoservices.cpp \ |
|
74 videoserviceplay.cpp \ |
|
75 videoserviceurifetch.cpp |
|
76 |