os/ossrv/ofdbus/dbus/group/dbus-utils.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
sl@0
    19
sl@0
    20
#include <platform_paths.hrh>
sl@0
    21
sl@0
    22
sl@0
    23
sl@0
    24
// General properties
sl@0
    25
TARGET          libdbus-utils.dll
sl@0
    26
TARGETTYPE      dll
sl@0
    27
UID 0x1000008d 0x20010154
sl@0
    28
sl@0
    29
#ifndef WINSCW
sl@0
    30
EPOCALLOWDLLDATA
sl@0
    31
#endif
sl@0
    32
sl@0
    33
LANG            SC
sl@0
    34
CAPABILITY All -Tcb
sl@0
    35
VENDORID 	0x101FB657
sl@0
    36
sl@0
    37
// Macros
sl@0
    38
MACRO 			SYMBIAN
sl@0
    39
MACRO 			HAVE_CONFIG_H
sl@0
    40
MACRO			HAVE_ERRNO_H
sl@0
    41
MACRO           DBUS_COMPILATION
sl@0
    42
MACRO           DBUS_ENABLE_VERBOSE_MODE
sl@0
    43
MACRO			DBUS_BUILD_TESTS
sl@0
    44
//MACRO           DBUS_STATIC_LIBARARY_BUILD
sl@0
    45
SOURCEPATH 		../dbus
sl@0
    46
sl@0
    47
sl@0
    48
// Source files  for libconvience
sl@0
    49
// from Makefile
sl@0
    50
SOURCE dbus-auth-util.c
sl@0
    51
SOURCE dbus-mainloop.c
sl@0
    52
SOURCE dbus-marshal-byteswap-util.c
sl@0
    53
SOURCE dbus-marshal-recursive-util.c
sl@0
    54
SOURCE dbus-marshal-validate-util.c
sl@0
    55
SOURCE dbus-message-factory.c
sl@0
    56
SOURCE dbus-message-util.c
sl@0
    57
SOURCE dbus-shell.c
sl@0
    58
SOURCE dbus-spawn.c
sl@0
    59
SOURCE dbus-string-util.c
sl@0
    60
SOURCE dbus-sysdeps-util.c
sl@0
    61
SOURCE dbus-sysdeps-util-unix.c
sl@0
    62
SOURCE dbus-userdb-util.c
sl@0
    63
sl@0
    64
SOURCE	libdbus_convenience_wsd.cpp
sl@0
    65
// User include paths
sl@0
    66
USERINCLUDE     ../dbus
sl@0
    67
USERINCLUDE     ..\
sl@0
    68
sl@0
    69
sl@0
    70
                                      
sl@0
    71
// System include paths
sl@0
    72
OS_LAYER_SYSTEMINCLUDE
sl@0
    73
OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0
    74
OS_LAYER_DBUS_SYSTEMINCLUDE
sl@0
    75
sl@0
    76
sl@0
    77
sl@0
    78
LIBRARY libdbus.lib
sl@0
    79
LIBRARY libc.lib
sl@0
    80
LIBRARY libpthread.lib
sl@0
    81
LIBRARY euser.lib
sl@0
    82
#ifdef WINSCW
sl@0
    83
LIBRARY ewsd.lib
sl@0
    84
#endif
sl@0
    85
sl@0
    86
sl@0
    87
sl@0
    88
sl@0
    89
sl@0
    90
sl@0
    91
//No Libraries needed as it is built statically
sl@0
    92
sl@0
    93
sl@0
    94
SMPSAFE