os/ossrv/ofdbus/dbus/tsrc/testapps/exes1/group/dbus_signal.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 //#if defined(__S60_)                                          
    22 //        // To get the OS_LAYER_SYSTEMINCLUDE-definition   
    23 //        #include <platform_paths.hrh>    
    24 //#endif                                                       
    25 #include <platform_paths.hrh>              
    26 
    27 
    28 TARGET          dbus_signal.exe
    29 TARGETTYPE      exe
    30 UID             0x100039CE 0x1BBBBB18
    31 
    32 CAPABILITY      ALL -TCB
    33 
    34 SOURCEPATH      ../src
    35 SOURCE          dbus_signal.c
    36 
    37 USERINCLUDE     ../../common_inc 
    38 
    39 
    40 
    41 OS_LAYER_SYSTEMINCLUDE 
    42 OS_LAYER_LIBC_SYSTEMINCLUDE       
    43 OS_LAYER_DBUS_SYSTEMINCLUDE
    44 
    45 LIBRARY         euser.lib
    46 
    47 // Library dependencies
    48 #ifdef GCCE
    49 STATICLIBRARY  libcrt0_gcce.lib
    50 #else
    51 STATICLIBRARY  libcrt0.lib
    52 #endif
    53 LIBRARY        libc.lib 
    54 
    55 LIBRARY		libm.lib
    56 LIBRARY		libpthread.lib
    57 LIBRARY      	libdbus.lib
    58 LIBRARY 	libdbus-utils.lib
    59 
    60 LANG            SC
    61 
    62 
    63 // End of File
    64 
    65 SMPSAFE