ofdbus/dbus/tsrc/testapps/dbus_test_cases/group/test_segfault.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_segfault.exe
       
    22 TARGETTYPE      exe
       
    23 CAPABILITY      NetworkServices
       
    24 UID             0x100039CE 0x0E44579D
       
    25 
       
    26 EPOCHEAPSIZE 4 67108864   // 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 
       
    35 SOURCEPATH 		..
       
    36 
       
    37 
       
    38 // Source files
       
    39 SOURCE test-segfault.c
       
    40 
       
    41 // User include paths
       
    42 USERINCLUDE     ../../../../dbus ../../../.. ..
       
    43 
       
    44 // System include paths
       
    45 
       
    46 
       
    47 OS_LAYER_SYSTEMINCLUDE 
       
    48 OS_LAYER_LIBC_SYSTEMINCLUDE       
       
    49 OS_LAYER_DBUS_SYSTEMINCLUDE
       
    50 
       
    51 // Library dependencies
       
    52 #ifdef GCCE
       
    53 STATICLIBRARY  libcrt0_gcce.lib
       
    54 #else
       
    55 STATICLIBRARY  libcrt0.lib
       
    56 #endif
       
    57 LIBRARY        libc.lib 
       
    58 LIBRARY        euser.lib  // Needed in order to use Symbian services
       
    59 
       
    60 
       
    61 LIBRARY         libdbus.lib
       
    62 
       
    63 SMPSAFE