1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/ofdbus/dbus/group/dbus.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,125 @@
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 +
1.28 +// General properties
1.29 +TARGET libdbus.dll
1.30 +TARGETTYPE dll
1.31 +UID 0x1000008d 0x20010153
1.32 +
1.33 +// Allow global writeable static data
1.34 +#ifndef WINSCW
1.35 +EPOCALLOWDLLDATA
1.36 +#endif
1.37 +
1.38 +CAPABILITY All -Tcb
1.39 +VENDORID 0x101FB657
1.40 +
1.41 +// Macros
1.42 +MACRO DBUS_COMPILATION
1.43 +MACRO DBUS_BUILD_TESTS
1.44 +
1.45 +// User include paths
1.46 +USERINCLUDE ../dbus
1.47 +USERINCLUDE ..\
1.48 +
1.49 +// System include paths
1.50 +//
1.51 +//
1.52 +//
1.53 +//
1.54 +
1.55 +OS_LAYER_SYSTEMINCLUDE
1.56 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.57 +OS_LAYER_DBUS_SYSTEMINCLUDE
1.58 +
1.59 +SOURCEPATH ../dbus
1.60 +
1.61 +// Source files
1.62 +#ifdef WINSCW
1.63 +SOURCE libdbus_wsd.cpp
1.64 +#endif /*WINSCW*/
1.65 +
1.66 +// from libdbus code
1.67 +SOURCE dbus-address.c
1.68 +SOURCE dbus-auth.c
1.69 +SOURCE dbus-auth-script.c
1.70 +SOURCE dbus-bus.c
1.71 +SOURCE dbus-connection.c
1.72 +SOURCE dbus-errors.c
1.73 +SOURCE dbus-keyring.c
1.74 +SOURCE dbus-marshal-header.c
1.75 +SOURCE dbus-marshal-byteswap.c
1.76 +SOURCE dbus-marshal-recursive.c
1.77 +SOURCE dbus-marshal-validate.c
1.78 +SOURCE dbus-message.c
1.79 +SOURCE dbus-misc.c
1.80 +SOURCE dbus-object-tree.c
1.81 +SOURCE dbus-pending-call.c
1.82 +SOURCE dbus-resources.c
1.83 +SOURCE dbus-server.c
1.84 +SOURCE dbus-server-debug-pipe.c
1.85 +SOURCE dbus-server-socket.c
1.86 +SOURCE dbus-server-unix.c
1.87 +SOURCE dbus-sha.c
1.88 +SOURCE dbus-signature.c
1.89 +SOURCE dbus-timeout.c
1.90 +SOURCE dbus-threads.c
1.91 +SOURCE dbus-transport.c
1.92 +SOURCE dbus-transport-socket.c
1.93 +SOURCE dbus-transport-unix.c
1.94 +SOURCE dbus-uuidgen.c
1.95 +SOURCE dbus-watch.c
1.96 +// from shared code
1.97 +SOURCE dbus-dataslot.c
1.98 +SOURCE dbus-hash.c
1.99 +SOURCE dbus-internals.c
1.100 +SOURCE dbus-list.c
1.101 +SOURCE dbus-marshal-basic.c
1.102 +SOURCE dbus-memory.c
1.103 +SOURCE dbus-mempool.c
1.104 +SOURCE dbus-string.c
1.105 +SOURCE dbus-sysdeps.c
1.106 +SOURCE dbus-sysdeps-pthread.c
1.107 +SOURCE dbus-sysdeps-unix.c
1.108 +SOURCE dbus-userdb.c
1.109 +
1.110 +// Library dependencies
1.111 +LIBRARY euser.lib
1.112 +LIBRARY libc.lib
1.113 +LIBRARY libm.lib
1.114 +LIBRARY libpthread.lib
1.115 +
1.116 +#ifdef WINSCW
1.117 +LIBRARY ewsd.lib //wsd solution
1.118 +#endif
1.119 +
1.120 +//file locking
1.121 +LIBRARY efsrv.lib
1.122 +SOURCE filecheck.cpp
1.123 +
1.124 +//MultiDrive support APIs
1.125 +SOURCE dbus-sysdeps-unix-helper.cpp
1.126 +
1.127 +
1.128 +SMPSAFE