testfws/burtestserver/Group/burtestserver.mmp
changeset 4 b8d1455fddc0
equal deleted inserted replaced
2:73b88125830c 4:b8d1455fddc0
       
     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
       
    38 
       
    39 USERINCLUDE		..\TestServer\inc
       
    40 USERINCLUDE		..\TestSteps\inc
       
    41 //SYSTEMINCLUDE 	\epoc32\include
       
    42 //SYSTEMINCLUDE	\epoc32\include\test
       
    43 //SYSTEMINCLUDE	\epoc32\include\libc
       
    44 //SYSTEMINCLUDE	\epoc32\include\connect
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 
       
    47 LIBRARY			estlib.lib 
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			efsrv.lib
       
    50 LIBRARY			estor.lib
       
    51 LIBRARY			testexecuteutils.lib
       
    52 LIBRARY			testexecutelogclient.lib
       
    53 LIBRARY			sbeclient.lib
       
    54 LIBRARY			abclient.lib
       
    55 
       
    56 
       
    57 //EPOCHEAPSIZE 1024    1024000
       
    58 //EPOCSTACKSIZE 65536