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