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: // General properties sl@0: TARGET libdbus-utils.dll sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x20010154 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: // Macros sl@0: MACRO SYMBIAN sl@0: MACRO HAVE_CONFIG_H sl@0: MACRO HAVE_ERRNO_H sl@0: MACRO DBUS_COMPILATION sl@0: MACRO DBUS_ENABLE_VERBOSE_MODE sl@0: MACRO DBUS_BUILD_TESTS sl@0: //MACRO DBUS_STATIC_LIBARARY_BUILD sl@0: SOURCEPATH ../dbus sl@0: sl@0: sl@0: // Source files for libconvience sl@0: // from Makefile sl@0: SOURCE dbus-auth-util.c sl@0: SOURCE dbus-mainloop.c sl@0: SOURCE dbus-marshal-byteswap-util.c sl@0: SOURCE dbus-marshal-recursive-util.c sl@0: SOURCE dbus-marshal-validate-util.c sl@0: SOURCE dbus-message-factory.c sl@0: SOURCE dbus-message-util.c sl@0: SOURCE dbus-shell.c sl@0: SOURCE dbus-spawn.c sl@0: SOURCE dbus-string-util.c sl@0: SOURCE dbus-sysdeps-util.c sl@0: SOURCE dbus-sysdeps-util-unix.c sl@0: SOURCE dbus-userdb-util.c sl@0: sl@0: SOURCE libdbus_convenience_wsd.cpp sl@0: // User include paths sl@0: USERINCLUDE ../dbus sl@0: USERINCLUDE ..\ sl@0: sl@0: sl@0: sl@0: // System include paths sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_DBUS_SYSTEMINCLUDE sl@0: sl@0: sl@0: sl@0: LIBRARY libdbus.lib sl@0: LIBRARY libc.lib sl@0: LIBRARY libpthread.lib sl@0: LIBRARY euser.lib sl@0: #ifdef WINSCW sl@0: LIBRARY ewsd.lib sl@0: #endif sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: sl@0: //No Libraries needed as it is built statically sl@0: sl@0: sl@0: SMPSAFE