os/ossrv/ofdbus/tsrc/nft/send_messages1/group/send_messages1.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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_messages1.exe
    26 TARGETTYPE      exe
    27 UID             0x100039CE 0x101FB3D6
    28 
    29 CAPABILITY      ALL -TCB
    30 
    31 SOURCEPATH      ../src
    32 SOURCE          send_messages1.c
    33 
    34 
    35 USERINCLUDE     ../inc ../../../common_inc
    36 
    37 
    38 
    39 OS_LAYER_SYSTEMINCLUDE 
    40 OS_LAYER_LIBC_SYSTEMINCLUDE       
    41 OS_LAYER_DBUS_SYSTEMINCLUDE
    42 
    43 LIBRARY         euser.lib
    44 
    45 // Library dependencies
    46 #ifdef GCCE
    47 STATICLIBRARY  libcrt0_gcce.lib
    48 #else
    49 STATICLIBRARY  libcrt0.lib
    50 #endif
    51 LIBRARY        libc.lib 
    52 
    53 LIBRARY		libm.lib
    54 LIBRARY		libpthread.lib
    55 LIBRARY      	libdbus.lib
    56 LIBRARY 	libdbus-utils.lib
    57 
    58 LANG            SC
    59 
    60 // End of File
    61 
    62 SMPSAFE