ofdbus/dbus/tsrc/testapps/method/group/method.mmp
changeset 31 ce057bb09d0b
parent 0 e4d67989cc36
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     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