backupandrestore/backuptest/burtestserver/Group/burtestserver.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2004-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:
       
    14 // Using relative paths for sourcepath and user includes
       
    15 // 
       
    16 //
       
    17 
       
    18 
       
    19 // Target specification:
       
    20 TARGET	burtestserver.exe
       
    21 TARGETTYPE  EXE
       
    22     UID		0x1000007A 0x102050E4
       
    23 
       
    24 CAPABILITY ProtServ AllFiles WriteDeviceData ReadDeviceData
       
    25 
       
    26 // Source:
       
    27 SOURCEPATH		../TestServer/src
       
    28 SOURCE			t_burtestserver.cpp
       
    29 SOURCE			t_storagemanager.cpp
       
    30 SOURCE 			t_asyncbackuptransferhandler.cpp
       
    31 
       
    32 SOURCEPATH		../TestSteps/src
       
    33 SOURCE			t_burteststepbase.cpp
       
    34 SOURCE			t_teststepbackup.cpp
       
    35 SOURCE			t_teststeprestore.cpp
       
    36 SOURCE			t_teststepbackupasync.cpp
       
    37 SOURCE			t_teststeprestoreasync.cpp t_teststepbackup2.cpp
       
    38 
       
    39 USERINCLUDE		../TestServer/inc
       
    40 USERINCLUDE		../TestSteps/inc
       
    41 
       
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    43 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 
       
    46 LIBRARY			estlib.lib 
       
    47 LIBRARY			euser.lib
       
    48 LIBRARY			efsrv.lib
       
    49 LIBRARY			estor.lib
       
    50 LIBRARY			testexecuteutils.lib
       
    51 LIBRARY			testexecutelogclient.lib
       
    52 LIBRARY			sbeclient.lib
       
    53 LIBRARY			abclient.lib apgrfx.lib
       
    54 
       
    55 //EPOCHEAPSIZE 1024    1024000
       
    56 //EPOCSTACKSIZE 65536
       
    57 
       
    58 SMPSAFE