44
|
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: da1mmcf#18 %
|
|
18 |
|
|
19 |
|
|
20 |
TEMPLATE = lib
|
|
21 |
CONFIG += hb qt ecomplugin
|
|
22 |
TARGET = videoplaybackviewplugin
|
|
23 |
|
|
24 |
symbian:
|
|
25 |
{
|
|
26 |
TARGET.CAPABILITY = ALL -TCB -DRM
|
|
27 |
TARGET.EPOCALLOWDLLDATA = 1
|
|
28 |
TARGET.UID3 = 0x20024335
|
|
29 |
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE \
|
|
30 |
$$APP_LAYER_SYSTEMINCLUDE SYSTEMINCLUDE
|
|
31 |
BLD_INF_RULES.prj_exports += "rom/videoplaybackviewplugin.iby CORE_APP_LAYER_IBY_EXPORT_PATH(videoplaybackviewplugin.iby)"
|
|
32 |
MMP_RULES += SMPSAFE
|
|
33 |
}
|
|
34 |
|
|
35 |
SERVICE.INTERFACE_NAME = org.nokia.mmdt.QViewPlugin/1.0
|
|
36 |
SERVICE.CONFIGURATION = "<t>0x20024338</t><p></p><i>EMPXViewPluginPriorityNormal</i><f>0x00000002</f>"
|
|
37 |
|
|
38 |
INCLUDEPATH += ../../inc ../inc
|
|
39 |
|
|
40 |
LIBS += -lmpxviewframeworkqt.dll \
|
|
41 |
-lvideoplaybackview.dll \
|
|
42 |
-lflogger.dll
|
|
43 |
|
|
44 |
DEPENDPATH += inc
|
|
45 |
VPATH += src
|
|
46 |
|
|
47 |
HEADERS += videoplaybackviewplugin.h
|
|
48 |
|
|
49 |
SOURCES += videoplaybackviewplugin.cpp
|
|
50 |
|