os/ossrv/ofdbus/dbus/tsrc/testapps/method/group/method.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 TARGET          method.exe
    25 TARGETTYPE      exe
    26 UID             0x100039CE 0x101FB3E2
    27 
    28 CAPABILITY      ALL -TCB
    29 
    30 SOURCEPATH      ../src
    31 SOURCE          method.c
    32 
    33 
    34 //RESOURCE        resource_file
    35 //RESOURCE        resource_file2
    36 
    37 USERINCLUDE     ../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