90
|
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:
|
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = lib
|
|
18 |
CONFIG += plugin hb mobility
|
|
19 |
MOBILITY = serviceframework
|
|
20 |
|
|
21 |
DEFINES += HSDOMAINMODEL_TEST
|
|
22 |
|
|
23 |
DEPENDPATH += .\
|
|
24 |
./src \
|
|
25 |
./inc \
|
|
26 |
../mockwidget/inc/ \
|
|
27 |
../mockwidget/src/
|
|
28 |
|
|
29 |
INCLUDEPATH += .\
|
|
30 |
./inc \
|
|
31 |
../mockwidget/inc/
|
|
32 |
|
|
33 |
symbian: {
|
|
34 |
|
|
35 |
CONFIG += symbian_test
|
|
36 |
|
|
37 |
TARGET.UID3 = 0x20022F75
|
|
38 |
TARGET.CAPABILITY = CAP_APPLICATION AllFiles
|
|
39 |
TARGET.EPOCHEAPSIZE = 0x20000 0x1000000 // 128kB - 16MB
|
|
40 |
TARGET.EPOCALLOWDLLDATA=1
|
|
41 |
|
|
42 |
MMP_RULES += SMPSAFE
|
|
43 |
|
|
44 |
}
|
|
45 |
|
|
46 |
include(mockwidgetplugintoosmall.pri)
|
|
47 |
win32:include(installs_win32.pri) |