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: sl@0: // General properties sl@0: TARGET libdbus.dll sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x20010153 sl@0: sl@0: // Allow global writeable static data sl@0: #ifndef WINSCW sl@0: EPOCALLOWDLLDATA sl@0: #endif sl@0: sl@0: CAPABILITY All -Tcb sl@0: VENDORID 0x101FB657 sl@0: sl@0: // Macros sl@0: MACRO DBUS_COMPILATION sl@0: MACRO DBUS_BUILD_TESTS sl@0: sl@0: // User include paths sl@0: USERINCLUDE ../dbus sl@0: USERINCLUDE ..\ sl@0: sl@0: // System include paths sl@0: // sl@0: // sl@0: // sl@0: // sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_DBUS_SYSTEMINCLUDE sl@0: sl@0: SOURCEPATH ../dbus sl@0: sl@0: // Source files sl@0: #ifdef WINSCW sl@0: SOURCE libdbus_wsd.cpp sl@0: #endif /*WINSCW*/ sl@0: sl@0: // from libdbus code sl@0: SOURCE dbus-address.c sl@0: SOURCE dbus-auth.c sl@0: SOURCE dbus-auth-script.c sl@0: SOURCE dbus-bus.c sl@0: SOURCE dbus-connection.c sl@0: SOURCE dbus-errors.c sl@0: SOURCE dbus-keyring.c sl@0: SOURCE dbus-marshal-header.c sl@0: SOURCE dbus-marshal-byteswap.c sl@0: SOURCE dbus-marshal-recursive.c sl@0: SOURCE dbus-marshal-validate.c sl@0: SOURCE dbus-message.c sl@0: SOURCE dbus-misc.c sl@0: SOURCE dbus-object-tree.c sl@0: SOURCE dbus-pending-call.c sl@0: SOURCE dbus-resources.c sl@0: SOURCE dbus-server.c sl@0: SOURCE dbus-server-debug-pipe.c sl@0: SOURCE dbus-server-socket.c sl@0: SOURCE dbus-server-unix.c sl@0: SOURCE dbus-sha.c sl@0: SOURCE dbus-signature.c sl@0: SOURCE dbus-timeout.c sl@0: SOURCE dbus-threads.c sl@0: SOURCE dbus-transport.c sl@0: SOURCE dbus-transport-socket.c sl@0: SOURCE dbus-transport-unix.c sl@0: SOURCE dbus-uuidgen.c sl@0: SOURCE dbus-watch.c sl@0: // from shared code sl@0: SOURCE dbus-dataslot.c sl@0: SOURCE dbus-hash.c sl@0: SOURCE dbus-internals.c sl@0: SOURCE dbus-list.c sl@0: SOURCE dbus-marshal-basic.c sl@0: SOURCE dbus-memory.c sl@0: SOURCE dbus-mempool.c sl@0: SOURCE dbus-string.c sl@0: SOURCE dbus-sysdeps.c sl@0: SOURCE dbus-sysdeps-pthread.c sl@0: SOURCE dbus-sysdeps-unix.c sl@0: SOURCE dbus-userdb.c sl@0: sl@0: // Library dependencies sl@0: LIBRARY euser.lib sl@0: LIBRARY libc.lib sl@0: LIBRARY libm.lib sl@0: LIBRARY libpthread.lib sl@0: sl@0: #ifdef WINSCW sl@0: LIBRARY ewsd.lib //wsd solution sl@0: #endif sl@0: sl@0: //file locking sl@0: LIBRARY efsrv.lib sl@0: SOURCE filecheck.cpp sl@0: sl@0: //MultiDrive support APIs sl@0: SOURCE dbus-sysdeps-unix-helper.cpp sl@0: sl@0: sl@0: SMPSAFE