ofdbus/dbus/tsrc/testapps/dbus_test_cases/group/test_service_activation.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 
       
    18 
       
    19  
       
    20  #include <platform_paths.hrh>
       
    21 TARGET          test_service_activation.exe
       
    22 TARGETTYPE      exe
       
    23 CAPABILITY      NetworkServices
       
    24 UID             0x100039CE 0x05B9468F
       
    25 
       
    26 EPOCHEAPSIZE  	0x200000 0x01000000   // min. 4B  max 64MB
       
    27 
       
    28 // Macros
       
    29 MACRO 			SYMBIAN
       
    30 MACRO 			HAVE_CONFIG_H
       
    31 //MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
       
    32 MACRO			_DEBUG			//To enable debug and verbose mode
       
    33 MACRO			TODO
       
    34 MACRO 			VERBOSE
       
    35 
       
    36 
       
    37 
       
    38 SOURCEPATH 		..
       
    39 
       
    40 
       
    41 // Source files
       
    42 SOURCE test_service_activation.c
       
    43 
       
    44 
       
    45 // User include paths
       
    46 USERINCLUDE     ../../../.. ../../../../dbus
       
    47 USERINCLUDE     ../../common_inc
       
    48 
       
    49 // System include paths
       
    50 
       
    51 
       
    52 
       
    53 OS_LAYER_SYSTEMINCLUDE 
       
    54 OS_LAYER_LIBC_SYSTEMINCLUDE       
       
    55 OS_LAYER_DBUS_SYSTEMINCLUDE 
       
    56 
       
    57 // Library dependencies
       
    58 #ifdef GCCE
       
    59 STATICLIBRARY  libcrt0_gcce.lib
       
    60 #else
       
    61 STATICLIBRARY  libcrt0.lib
       
    62 #endif
       
    63 LIBRARY        libc.lib 
       
    64 LIBRARY        euser.lib  // Needed in order to use Symbian services
       
    65 LIBRARY      libdbus.lib
       
    66 
       
    67 
       
    68 
       
    69 
       
    70 SMPSAFE