22
|
1 |
// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description: Mmp file for burtestserver
|
|
14 |
//
|
|
15 |
|
|
16 |
// @file
|
|
17 |
|
|
18 |
TARGET burtestserver.exe
|
|
19 |
TARGETTYPE EXE
|
|
20 |
UID 0x1000007A 0x102050E4
|
|
21 |
|
|
22 |
CAPABILITY ProtServ AllFiles WriteDeviceData ReadDeviceData
|
|
23 |
|
|
24 |
// Source:
|
|
25 |
SOURCEPATH ../testserver/src
|
|
26 |
SOURCE t_burtestserver.cpp
|
|
27 |
SOURCE t_storagemanager.cpp
|
|
28 |
SOURCE t_asyncbackuptransferhandler.cpp
|
|
29 |
|
|
30 |
SOURCEPATH ../teststeps/src
|
|
31 |
SOURCE t_burteststepbase.cpp
|
|
32 |
SOURCE t_teststepbackup.cpp
|
|
33 |
SOURCE t_teststeprestore.cpp
|
|
34 |
SOURCE t_teststepbackupasync.cpp
|
|
35 |
SOURCE t_teststeprestoreasync.cpp
|
|
36 |
|
|
37 |
USERINCLUDE ../testserver/inc
|
|
38 |
USERINCLUDE ../teststeps/inc
|
|
39 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
40 |
LIBRARY estlib.lib
|
|
41 |
LIBRARY euser.lib
|
|
42 |
LIBRARY efsrv.lib
|
|
43 |
LIBRARY estor.lib
|
|
44 |
LIBRARY testexecuteutils.lib
|
|
45 |
LIBRARY testexecutelogclient.lib
|
|
46 |
LIBRARY sbeclient.lib
|
|
47 |
LIBRARY abclient.lib
|
|
48 |
|
|
49 |
//EPOCHEAPSIZE 1024 1024000
|
|
50 |
//EPOCSTACKSIZE 65536
|
|
51 |
|
|
52 |
SMPSAFE
|