os/ossrv/ofdbus/dbus/tsrc/group/dbus-launch.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/dbus/tsrc/group/dbus-launch.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,75 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +       
    1.22 +#include <platform_paths.hrh>
    1.23 + 
    1.24 +TARGET          dbus-launch.exe
    1.25 +TARGETTYPE      exe
    1.26 +CAPABILITY      NetworkServices
    1.27 +UID             0x100039CE 0x0126209C
    1.28 +
    1.29 +EPOCHEAPSIZE 4 67108864   // min. 4B  max 64MB
    1.30 +
    1.31 +// Macros
    1.32 +MACRO 			SYMBIAN
    1.33 +MACRO 			HAVE_CONFIG_H
    1.34 +//MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
    1.35 +MACRO			_DEBUG			//To enable debug and verbose mode
    1.36 +MACRO			TODO
    1.37 +
    1.38 +//START RESOURCE  dbus-daemon_reg.rss
    1.39 +//#ifdef WINSCW
    1.40 +//TARGETPATH 	    /private/10003a3f/apps
    1.41 +//#else
    1.42 +//TARGETPATH 	    /private/10003a3f/import/apps
    1.43 +//#endif
    1.44 +//END //RESOURCE
    1.45 +
    1.46 +SOURCEPATH 		../tools
    1.47 +
    1.48 +
    1.49 +// Source files
    1.50 +SOURCE dbus-launch.c
    1.51 +
    1.52 +// User include paths
    1.53 +USERINCLUDE     ../../bus ../../dbus ..
    1.54 +
    1.55 +// System include paths
    1.56 +
    1.57 + 
    1.58 +OS_LAYER_SYSTEMINCLUDE      
    1.59 +OS_LAYER_LIBC_SYSTEMINCLUDE 
    1.60 +OS_LAYER_DBUS_SYSTEMINCLUDE 
    1.61 + 
    1.62 +          
    1.63 +// Library dependencies
    1.64 +#ifdef GCCE
    1.65 +STATICLIBRARY  libcrt0_gcce.lib
    1.66 +#else
    1.67 +STATICLIBRARY  libcrt0.lib
    1.68 +#endif
    1.69 +LIBRARY        libc.lib 
    1.70 +LIBRARY        euser.lib  // Needed in order to use Symbian services
    1.71 +
    1.72 +LIBRARY		libm.lib
    1.73 +LIBRARY		libpthread.lib
    1.74 +LIBRARY         libdbus.lib
    1.75 +//LIBRARY         libxml2.lib
    1.76 +
    1.77 +
    1.78 +SMPSAFE