os/ossrv/ofdbus/dbus/group/dbus.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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
sl@0
    25
// General properties
sl@0
    26
TARGET          libdbus.dll
sl@0
    27
TARGETTYPE      dll
sl@0
    28
UID             0x1000008d 0x20010153
sl@0
    29
sl@0
    30
// Allow global writeable static data
sl@0
    31
#ifndef WINSCW
sl@0
    32
EPOCALLOWDLLDATA
sl@0
    33
#endif
sl@0
    34
 
sl@0
    35
CAPABILITY All -Tcb
sl@0
    36
VENDORID 	0x101FB657
sl@0
    37
sl@0
    38
// Macros
sl@0
    39
MACRO           DBUS_COMPILATION
sl@0
    40
MACRO			DBUS_BUILD_TESTS
sl@0
    41
sl@0
    42
// User include paths
sl@0
    43
USERINCLUDE     ../dbus
sl@0
    44
USERINCLUDE     ..\
sl@0
    45
sl@0
    46
// System include paths
sl@0
    47
//
sl@0
    48
//
sl@0
    49
//
sl@0
    50
//  
sl@0
    51
sl@0
    52
OS_LAYER_SYSTEMINCLUDE 
sl@0
    53
OS_LAYER_LIBC_SYSTEMINCLUDE       
sl@0
    54
OS_LAYER_DBUS_SYSTEMINCLUDE       
sl@0
    55
sl@0
    56
SOURCEPATH 		../dbus
sl@0
    57
sl@0
    58
// Source files
sl@0
    59
#ifdef WINSCW
sl@0
    60
SOURCE	libdbus_wsd.cpp
sl@0
    61
#endif /*WINSCW*/
sl@0
    62
sl@0
    63
// from libdbus code
sl@0
    64
SOURCE dbus-address.c
sl@0
    65
SOURCE dbus-auth.c
sl@0
    66
SOURCE dbus-auth-script.c
sl@0
    67
SOURCE dbus-bus.c
sl@0
    68
SOURCE dbus-connection.c
sl@0
    69
SOURCE dbus-errors.c
sl@0
    70
SOURCE dbus-keyring.c
sl@0
    71
SOURCE dbus-marshal-header.c
sl@0
    72
SOURCE dbus-marshal-byteswap.c
sl@0
    73
SOURCE dbus-marshal-recursive.c
sl@0
    74
SOURCE dbus-marshal-validate.c
sl@0
    75
SOURCE dbus-message.c
sl@0
    76
SOURCE dbus-misc.c
sl@0
    77
SOURCE dbus-object-tree.c
sl@0
    78
SOURCE dbus-pending-call.c
sl@0
    79
SOURCE dbus-resources.c
sl@0
    80
SOURCE dbus-server.c
sl@0
    81
SOURCE dbus-server-debug-pipe.c
sl@0
    82
SOURCE dbus-server-socket.c
sl@0
    83
SOURCE dbus-server-unix.c
sl@0
    84
SOURCE dbus-sha.c
sl@0
    85
SOURCE dbus-signature.c
sl@0
    86
SOURCE dbus-timeout.c
sl@0
    87
SOURCE dbus-threads.c
sl@0
    88
SOURCE dbus-transport.c
sl@0
    89
SOURCE dbus-transport-socket.c
sl@0
    90
SOURCE dbus-transport-unix.c
sl@0
    91
SOURCE dbus-uuidgen.c
sl@0
    92
SOURCE dbus-watch.c
sl@0
    93
// from shared code
sl@0
    94
SOURCE dbus-dataslot.c
sl@0
    95
SOURCE dbus-hash.c
sl@0
    96
SOURCE dbus-internals.c
sl@0
    97
SOURCE dbus-list.c
sl@0
    98
SOURCE dbus-marshal-basic.c
sl@0
    99
SOURCE dbus-memory.c
sl@0
   100
SOURCE dbus-mempool.c
sl@0
   101
SOURCE dbus-string.c
sl@0
   102
SOURCE dbus-sysdeps.c
sl@0
   103
SOURCE dbus-sysdeps-pthread.c
sl@0
   104
SOURCE dbus-sysdeps-unix.c
sl@0
   105
SOURCE dbus-userdb.c
sl@0
   106
sl@0
   107
// Library dependencies
sl@0
   108
LIBRARY         euser.lib
sl@0
   109
LIBRARY         libc.lib
sl@0
   110
LIBRARY			libm.lib
sl@0
   111
LIBRARY			libpthread.lib
sl@0
   112
sl@0
   113
#ifdef WINSCW
sl@0
   114
LIBRARY		ewsd.lib //wsd solution
sl@0
   115
#endif
sl@0
   116
sl@0
   117
//file locking
sl@0
   118
LIBRARY 	efsrv.lib 
sl@0
   119
SOURCE filecheck.cpp
sl@0
   120
sl@0
   121
//MultiDrive support APIs
sl@0
   122
SOURCE dbus-sysdeps-unix-helper.cpp
sl@0
   123
sl@0
   124
sl@0
   125
SMPSAFE