os/ossrv/ofdbus/tsrc/nft/send_messages/group/send_messages.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          send_messages.exe
    26 TARGETTYPE      exe
    27 UID             0x100039CE 0x101FB3D5
    28 
    29 CAPABILITY      ALL -TCB
    30 
    31 SOURCEPATH      ../src
    32 SOURCE          send_messages.c
    33 
    34 USERINCLUDE     ../inc ../../../common_inc
    35 
    36 
    37 OS_LAYER_SYSTEMINCLUDE 
    38 OS_LAYER_LIBC_SYSTEMINCLUDE       
    39 OS_LAYER_DBUS_SYSTEMINCLUDE
    40 
    41 LIBRARY         euser.lib
    42 
    43 // Library dependencies
    44 #ifdef GCCE
    45 STATICLIBRARY  libcrt0_gcce.lib
    46 #else
    47 STATICLIBRARY  libcrt0.lib
    48 #endif
    49 LIBRARY        libc.lib 
    50 
    51 LIBRARY		libm.lib
    52 LIBRARY		libpthread.lib
    53 LIBRARY      	libdbus.lib
    54 LIBRARY 	libdbus-utils.lib
    55 
    56 LANG            SC
    57 
    58 
    59 // End of File
    60 
    61 SMPSAFE