backupandrestore/backuptest/ABTester/group/abtestclient3.mmp
changeset 0 d0791faffa3f
equal deleted inserted replaced
-1:000000000000 0:d0791faffa3f
       
     1 // Copyright (c) 2005-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 //
       
    15 
       
    16 /**
       
    17 @file
       
    18 
       
    19 @SYMPurpose ABTESTCLIENT.EXE Connect BAL Server
       
    20 */
       
    21 
       
    22 #include "abtester.mmh"
       
    23 
       
    24 TARGET abtestclient3.exe
       
    25 #ifdef EKA2
       
    26 	TARGETTYPE EXE
       
    27 #else
       
    28 	TARGETTYPE EPOCEXE
       
    29 #endif
       
    30 UID 0 0x0AB7E58A	// Assigned UID
       
    31 VENDORID 0x70000001
       
    32 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    33 USERINCLUDE ../inc
       
    34 SOURCEPATH ../src
       
    35 SOURCE abdataowner.cpp
       
    36 SOURCE abtesterlog.cpp
       
    37 LIBRARY euser.lib abclient.lib
       
    38 
       
    39 #ifdef __ABT_DISABLE_RELEASE_LOGGING
       
    40 
       
    41     // Flogger will not be linked do this binary in UREL builds
       
    42     DEBUGLIBRARY flogger.lib
       
    43 
       
    44 #else
       
    45 
       
    46     // Flogger always statically linked to this binary.
       
    47     LIBRARY flogger.lib
       
    48 
       
    49 #endif
       
    50 
       
    51 CAPABILITY All -TCB
       
    52 
       
    53 SMPSAFE