1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ofdbus/dbus-glib/group/dbus_glib.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,107 @@
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 +
1.26 +
1.27 +TARGET libdbus-glib.dll
1.28 +TARGETTYPE dll
1.29 +UID 0x1000008d 0x20010156
1.30 +
1.31 +#ifndef WINSCW
1.32 +EPOCALLOWDLLDATA
1.33 +#endif
1.34 +
1.35 +LANG SC
1.36 +CAPABILITY All -Tcb
1.37 +VENDORID 0x101FB657
1.38 +
1.39 +
1.40 +EPOCHEAPSIZE 4 67108864 // min. 4B max 64MB
1.41 +
1.42 +
1.43 +// Macros
1.44 +MACRO SYMBIAN
1.45 +MACRO HAVE_CONFIG_H
1.46 +MACRO DBUS_BUILD_TESTS //To enable tests uncomment this line
1.47 +MACRO _DEBUG //To enable debug and verbose mode
1.48 +MACRO DBUS_COMPILATION
1.49 +DEFFILE libdbus-glib.def
1.50 +
1.51 +//SOURCEPATH ../data
1.52 +
1.53 +SOURCEPATH ../dbus
1.54 +
1.55 +
1.56 +
1.57 +//DBUS_GLIB_INTERNALS
1.58 +SOURCE dbus-gtype-specialized.c
1.59 +SOURCE dbus-gutils.c
1.60 +SOURCE dbus-gsignature.c
1.61 +SOURCE dbus-gvalue-utils.c
1.62 +
1.63 +//libdbus_glib_1_la_SOURCES
1.64 +
1.65 +SOURCE dbus-glib.c
1.66 +SOURCE dbus-gmain.c
1.67 +SOURCE dbus-gmarshal.c
1.68 +SOURCE dbus-gobject.c
1.69 +SOURCE dbus-gproxy.c
1.70 +SOURCE dbus-gvalue.c
1.71 +SOURCE dbus-gthread.c
1.72 +#ifdef WINSCW
1.73 +SOURCE libdbus_glib_wsd.cpp
1.74 +#endif
1.75 +
1.76 +
1.77 +// User include paths
1.78 +USERINCLUDE ../dbus ..
1.79 +//USERINCLUDE ../../dbus-1.0.2/dbus
1.80 +//USERINCLUDE ../../dbus-1.0.2\
1.81 +
1.82 +// System include paths
1.83 +
1.84 +
1.85 +OS_LAYER_SYSTEMINCLUDE
1.86 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.87 +OS_LAYER_GLIB_SYSTEMINCLUDE
1.88 +OS_LAYER_DBUS_SYSTEMINCLUDE
1.89 +
1.90 +// Library dependencies
1.91 +
1.92 +LIBRARY libc.lib
1.93 +LIBRARY euser.lib // Needed in order to use Symbian services
1.94 +
1.95 +LIBRARY libm.lib
1.96 +LIBRARY libpthread.lib
1.97 +LIBRARY libglib.lib
1.98 +LIBRARY libgmodule.lib
1.99 +
1.100 +LIBRARY libgobject.lib
1.101 +LIBRARY libgthread.lib
1.102 +LIBRARY libdbus.lib
1.103 +
1.104 +
1.105 +#ifdef WINSCW
1.106 +//wsd solution
1.107 +LIBRARY ewsd.lib
1.108 +#endif
1.109 +
1.110 +SMPSAFE