30
|
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: 15 %
|
|
18 |
|
|
19 |
|
|
20 |
TARGET = videoplayer
|
|
21 |
CONFIG += hb service
|
|
22 |
TEMPLATE = app
|
|
23 |
TRANSLATIONS += videos.ts
|
|
24 |
|
|
25 |
symbian:
|
|
26 |
{
|
|
27 |
TARGET.CAPABILITY = ALL -DRM -TCB
|
|
28 |
TARGET.EPOCHEAPSIZE = 0x20000 0x1600000
|
|
29 |
TARGET.UID3 = 0x200211FE
|
|
30 |
|
|
31 |
BLD_INF_RULES.prj_exports += "rom/hbvideoplayer.iby CORE_APP_LAYER_IBY_EXPORT_PATH(hbvideoplayer.iby)" \
|
|
32 |
"rom/hbvideoplayerresources.iby LANGUAGE_APP_LAYER_IBY_EXPORT_PATH(hbvideoplayerresources.iby)" \
|
|
33 |
"sis/videoplayer_stub.sis /epoc32/data/z/system/install/videoplayer_stub.sis"
|
|
34 |
}
|
|
35 |
|
|
36 |
# Service provider specific configuration.
|
|
37 |
SERVICE.FILE = resources/service_conf.xml
|
|
38 |
SERVICE.OPTIONS = embeddable
|
|
39 |
# Service provider specific configuration ends
|
|
40 |
|
|
41 |
INCLUDEPATH += .
|
|
42 |
INCLUDEPATH += ../inc \
|
|
43 |
../../inc \
|
|
44 |
/epoc32/include/mw/hb/hbtools
|
|
45 |
|
|
46 |
LIBS += -lvideoplayerengine.dll \
|
|
47 |
-lxqservice.dll \
|
|
48 |
-lxqserviceutil.dll
|
|
49 |
|
|
50 |
VPATH += src
|
|
51 |
|
|
52 |
SOURCES += main.cpp
|
|
53 |
|