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