47
|
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 |
QT += testlib
|
|
18 |
CONFIG += qtestlib
|
|
19 |
CONFIG += symbian_test
|
|
20 |
CONFIG += hb
|
|
21 |
TEMPLATE = app
|
|
22 |
TARGET = ut_fmoprationserviceapi
|
|
23 |
|
|
24 |
include ( ../../../src/common.pri )
|
|
25 |
include ( ../../../src/inc/commoninc.pri )
|
|
26 |
include ( ../../../src/inc/commonutils.pri )
|
|
27 |
include ( ut_fmoperationserviceapi.pri )
|
|
28 |
|
|
29 |
DEPENDPATH += .
|
|
30 |
INCLUDEPATH += ../../../src/fmbkupenginewrapper/inc
|
|
31 |
INCLUDEPATH += ../../../src/filemanager/src/operationservice
|
|
32 |
TARGET.CAPABILITY = ALL -TCB
|
|
33 |
|
|
34 |
QMAKE_EXTRA_TARGETS += test autotest
|
|
35 |
|
|
36 |
symbian {
|
|
37 |
deploy.path = C:
|
|
38 |
files1.sources += data/dataforcopy.txt \
|
|
39 |
data/dataformove.txt
|
|
40 |
files2.sources += data/multifilesforcopy/copydata1.txt \
|
|
41 |
data/multifilesforcopy/copydata2.txt \
|
|
42 |
data/multifilesforcopy/copydata3.txt
|
|
43 |
files3.sources += data/multifilesformove/movedata1.txt \
|
|
44 |
data/multifilesformove/movedata2.txt \
|
|
45 |
data/multifilesformove/movedata3.txt
|
|
46 |
files1.path = /data/dataforfmoperation/data
|
|
47 |
files2.path = /data/dataforfmoperation/data/multifilesforcopy
|
|
48 |
files3.path = /data/dataforfmoperation/data/multifilesformove
|
|
49 |
DEPLOYMENT += files1 files2 files3
|
|
50 |
} |