os/ossrv/ofdbus/dbus/tsrc/testapps/exes1/group/dbus_Maloc.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    21                                                      
    22 #include <platform_paths.hrh>              
    23 
    24 
    25 TARGET          dbus_Maloc.exe
    26 TARGETTYPE      exe
    27 UID             0x100039CE 0x1BBBBC04
    28 
    29 CAPABILITY      ALL -TCB
    30 
    31 SOURCEPATH      ../src
    32 SOURCE          dbus_Maloc.c
    33 
    34 USERINCLUDE     ../../common_inc 
    35 
    36 
    37 
    38 OS_LAYER_SYSTEMINCLUDE 
    39 OS_LAYER_LIBC_SYSTEMINCLUDE       
    40 OS_LAYER_DBUS_SYSTEMINCLUDE
    41 
    42 LIBRARY         euser.lib
    43 
    44 // Library dependencies
    45 #ifdef GCCE
    46 STATICLIBRARY  libcrt0_gcce.lib
    47 #else
    48 STATICLIBRARY  libcrt0.lib
    49 #endif
    50 LIBRARY        libc.lib 
    51 
    52 LIBRARY		libm.lib
    53 LIBRARY		libpthread.lib
    54 LIBRARY      	libdbus.lib
    55 LIBRARY 	libdbus-utils.lib
    56 
    57 LANG            SC
    58 
    59 
    60 // End of File
    61 
    62 SMPSAFE