os/ossrv/ofdbus/dbus/group/dbus-utils.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/dbus/group/dbus-utils.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,94 @@
     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 +// General properties
    1.28 +TARGET          libdbus-utils.dll
    1.29 +TARGETTYPE      dll
    1.30 +UID 0x1000008d 0x20010154
    1.31 +
    1.32 +#ifndef WINSCW
    1.33 +EPOCALLOWDLLDATA
    1.34 +#endif
    1.35 +
    1.36 +LANG            SC
    1.37 +CAPABILITY All -Tcb
    1.38 +VENDORID 	0x101FB657
    1.39 +
    1.40 +// Macros
    1.41 +MACRO 			SYMBIAN
    1.42 +MACRO 			HAVE_CONFIG_H
    1.43 +MACRO			HAVE_ERRNO_H
    1.44 +MACRO           DBUS_COMPILATION
    1.45 +MACRO           DBUS_ENABLE_VERBOSE_MODE
    1.46 +MACRO			DBUS_BUILD_TESTS
    1.47 +//MACRO           DBUS_STATIC_LIBARARY_BUILD
    1.48 +SOURCEPATH 		../dbus
    1.49 +
    1.50 +
    1.51 +// Source files  for libconvience
    1.52 +// from Makefile
    1.53 +SOURCE dbus-auth-util.c
    1.54 +SOURCE dbus-mainloop.c
    1.55 +SOURCE dbus-marshal-byteswap-util.c
    1.56 +SOURCE dbus-marshal-recursive-util.c
    1.57 +SOURCE dbus-marshal-validate-util.c
    1.58 +SOURCE dbus-message-factory.c
    1.59 +SOURCE dbus-message-util.c
    1.60 +SOURCE dbus-shell.c
    1.61 +SOURCE dbus-spawn.c
    1.62 +SOURCE dbus-string-util.c
    1.63 +SOURCE dbus-sysdeps-util.c
    1.64 +SOURCE dbus-sysdeps-util-unix.c
    1.65 +SOURCE dbus-userdb-util.c
    1.66 +
    1.67 +SOURCE	libdbus_convenience_wsd.cpp
    1.68 +// User include paths
    1.69 +USERINCLUDE     ../dbus
    1.70 +USERINCLUDE     ..\
    1.71 +
    1.72 +
    1.73 +                                      
    1.74 +// System include paths
    1.75 +OS_LAYER_SYSTEMINCLUDE
    1.76 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.77 +OS_LAYER_DBUS_SYSTEMINCLUDE
    1.78 +
    1.79 +
    1.80 +
    1.81 +LIBRARY libdbus.lib
    1.82 +LIBRARY libc.lib
    1.83 +LIBRARY libpthread.lib
    1.84 +LIBRARY euser.lib
    1.85 +#ifdef WINSCW
    1.86 +LIBRARY ewsd.lib
    1.87 +#endif
    1.88 +
    1.89 +
    1.90 +
    1.91 +
    1.92 +
    1.93 +
    1.94 +//No Libraries needed as it is built statically
    1.95 +
    1.96 +
    1.97 +SMPSAFE