sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include sl@0: sl@0: sl@0: sl@0: TARGET libdbus-glib.dll sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x20010156 sl@0: sl@0: #ifndef WINSCW sl@0: EPOCALLOWDLLDATA sl@0: #endif sl@0: sl@0: LANG SC sl@0: CAPABILITY All -Tcb sl@0: VENDORID 0x101FB657 sl@0: sl@0: sl@0: EPOCHEAPSIZE 4 67108864 // min. 4B max 64MB sl@0: sl@0: sl@0: // Macros sl@0: MACRO SYMBIAN sl@0: MACRO HAVE_CONFIG_H sl@0: MACRO DBUS_BUILD_TESTS //To enable tests uncomment this line sl@0: MACRO _DEBUG //To enable debug and verbose mode sl@0: MACRO DBUS_COMPILATION sl@0: DEFFILE libdbus-glib.def sl@0: sl@0: //SOURCEPATH ../data sl@0: sl@0: SOURCEPATH ../dbus sl@0: sl@0: sl@0: sl@0: //DBUS_GLIB_INTERNALS sl@0: SOURCE dbus-gtype-specialized.c sl@0: SOURCE dbus-gutils.c sl@0: SOURCE dbus-gsignature.c sl@0: SOURCE dbus-gvalue-utils.c sl@0: sl@0: //libdbus_glib_1_la_SOURCES sl@0: sl@0: SOURCE dbus-glib.c sl@0: SOURCE dbus-gmain.c sl@0: SOURCE dbus-gmarshal.c sl@0: SOURCE dbus-gobject.c sl@0: SOURCE dbus-gproxy.c sl@0: SOURCE dbus-gvalue.c sl@0: SOURCE dbus-gthread.c sl@0: #ifdef WINSCW sl@0: SOURCE libdbus_glib_wsd.cpp sl@0: #endif sl@0: sl@0: sl@0: // User include paths sl@0: USERINCLUDE ../dbus .. sl@0: //USERINCLUDE ../../dbus-1.0.2/dbus sl@0: //USERINCLUDE ../../dbus-1.0.2\ sl@0: sl@0: // System include paths sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_GLIB_SYSTEMINCLUDE sl@0: OS_LAYER_DBUS_SYSTEMINCLUDE sl@0: sl@0: // Library dependencies sl@0: sl@0: LIBRARY libc.lib sl@0: LIBRARY euser.lib // Needed in order to use Symbian services sl@0: sl@0: LIBRARY libm.lib sl@0: LIBRARY libpthread.lib sl@0: LIBRARY libglib.lib sl@0: LIBRARY libgmodule.lib sl@0: sl@0: LIBRARY libgobject.lib sl@0: LIBRARY libgthread.lib sl@0: LIBRARY libdbus.lib sl@0: sl@0: sl@0: #ifdef WINSCW sl@0: //wsd solution sl@0: LIBRARY ewsd.lib sl@0: #endif sl@0: sl@0: SMPSAFE