ofdbus/dbus/tsrc/group/dbus-launch.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 #include <platform_paths.hrh>
       
    20  
       
    21 TARGET          dbus-launch.exe
       
    22 TARGETTYPE      exe
       
    23 CAPABILITY      NetworkServices
       
    24 UID             0x100039CE 0x0126209C
       
    25 
       
    26 EPOCHEAPSIZE 4 67108864   // min. 4B  max 64MB
       
    27 
       
    28 // Macros
       
    29 MACRO 			SYMBIAN
       
    30 MACRO 			HAVE_CONFIG_H
       
    31 //MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
       
    32 MACRO			_DEBUG			//To enable debug and verbose mode
       
    33 MACRO			TODO
       
    34 
       
    35 //START RESOURCE  dbus-daemon_reg.rss
       
    36 //#ifdef WINSCW
       
    37 //TARGETPATH 	    /private/10003a3f/apps
       
    38 //#else
       
    39 //TARGETPATH 	    /private/10003a3f/import/apps
       
    40 //#endif
       
    41 //END //RESOURCE
       
    42 
       
    43 SOURCEPATH 		../tools
       
    44 
       
    45 
       
    46 // Source files
       
    47 SOURCE dbus-launch.c
       
    48 
       
    49 // User include paths
       
    50 USERINCLUDE     ../../bus ../../dbus ..
       
    51 
       
    52 // System include paths
       
    53 
       
    54  
       
    55 OS_LAYER_SYSTEMINCLUDE      
       
    56 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    57 OS_LAYER_DBUS_SYSTEMINCLUDE 
       
    58  
       
    59           
       
    60 // Library dependencies
       
    61 #ifdef GCCE
       
    62 STATICLIBRARY  libcrt0_gcce.lib
       
    63 #else
       
    64 STATICLIBRARY  libcrt0.lib
       
    65 #endif
       
    66 LIBRARY        libc.lib 
       
    67 LIBRARY        euser.lib  // Needed in order to use Symbian services
       
    68 
       
    69 LIBRARY		libm.lib
       
    70 LIBRARY		libpthread.lib
       
    71 LIBRARY         libdbus.lib
       
    72 //LIBRARY         libxml2.lib
       
    73 
       
    74 
       
    75 SMPSAFE