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