os/ossrv/ofdbus/dbus/tsrc/group/dbus-uuidgen.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-uuidgen.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,77 @@
     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 + 
    1.23 +#include <platform_paths.hrh>
    1.24 + 
    1.25 +TARGET          dbus-uuidgen.exe
    1.26 +TARGETTYPE      exe
    1.27 +CAPABILITY      NetworkServices
    1.28 +UID             0x100039CE 0x09BB5AF3
    1.29 +
    1.30 +EPOCHEAPSIZE 4 67108864   // min. 4B  max 64MB
    1.31 +
    1.32 +// Macros
    1.33 +MACRO 			SYMBIAN
    1.34 +MACRO 			HAVE_CONFIG_H
    1.35 +//MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
    1.36 +MACRO			_DEBUG			//To enable debug and verbose mode
    1.37 +MACRO			TODO
    1.38 +MACRO           DBUS_COMPILATION
    1.39 +
    1.40 +//START RESOURCE  dbus-daemon_reg.rss
    1.41 +//#ifdef WINSCW
    1.42 +//TARGETPATH 	    /private/10003a3f/apps
    1.43 +//#else
    1.44 +//TARGETPATH 	    /private/10003a3f/import/apps
    1.45 +//#endif
    1.46 +//END //RESOURCE
    1.47 +
    1.48 +SOURCEPATH 		../tools
    1.49 +
    1.50 +
    1.51 +// Source files
    1.52 +SOURCE dbus-uuidgen.c
    1.53 +
    1.54 +// User include paths
    1.55 +USERINCLUDE     ../../bus ../../dbus ..
    1.56 +
    1.57 +// System include paths
    1.58 +   
    1.59 +
    1.60 +OS_LAYER_SYSTEMINCLUDE      
    1.61 +OS_LAYER_LIBC_SYSTEMINCLUDE            
    1.62 +OS_LAYER_DBUS_SYSTEMINCLUDE            
    1.63 +
    1.64 +
    1.65 +// Library dependencies
    1.66 +#ifdef GCCE
    1.67 +STATICLIBRARY  libcrt0_gcce.lib
    1.68 +#else
    1.69 +STATICLIBRARY  libcrt0.lib
    1.70 +#endif
    1.71 +LIBRARY        libc.lib 
    1.72 +LIBRARY        euser.lib  // Needed in order to use Symbian services
    1.73 +
    1.74 +LIBRARY		libm.lib
    1.75 +LIBRARY		libpthread.lib
    1.76 +LIBRARY         libdbus.lib
    1.77 +//LIBRARY         libxml2.lib
    1.78 +
    1.79 +
    1.80 +SMPSAFE