os/ossrv/ofdbus/dbus-glib/group/dbus_glib.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 TARGET          libdbus-glib.dll
    25 TARGETTYPE      dll
    26 UID             0x1000008d 0x20010156
    27 
    28 #ifndef WINSCW
    29 EPOCALLOWDLLDATA
    30 #endif
    31 
    32 LANG            SC
    33 CAPABILITY All -Tcb
    34 VENDORID 	0x101FB657
    35 
    36 
    37 EPOCHEAPSIZE 4 67108864   // min. 4B  max 64MB
    38 
    39 
    40 // Macros
    41 MACRO 			SYMBIAN
    42 MACRO 			HAVE_CONFIG_H
    43 MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
    44 MACRO			_DEBUG			//To enable debug and verbose mode
    45 MACRO           DBUS_COMPILATION
    46 DEFFILE			libdbus-glib.def
    47 
    48 //SOURCEPATH      ../data
    49 
    50 SOURCEPATH 		../dbus
    51 
    52 
    53 
    54 //DBUS_GLIB_INTERNALS 
    55 SOURCE	dbus-gtype-specialized.c	        
    56 SOURCE	dbus-gutils.c				
    57 SOURCE	dbus-gsignature.c			
    58 SOURCE	dbus-gvalue-utils.c			
    59 
    60 //libdbus_glib_1_la_SOURCES
    61 
    62 SOURCE	dbus-glib.c				
    63 SOURCE	dbus-gmain.c			
    64 SOURCE	dbus-gmarshal.c		
    65 SOURCE	dbus-gobject.c		
    66 SOURCE	dbus-gproxy.c			
    67 SOURCE	dbus-gvalue.c			
    68 SOURCE	dbus-gthread.c
    69 #ifdef WINSCW
    70 SOURCE  libdbus_glib_wsd.cpp		
    71 #endif
    72 
    73 
    74 // User include paths
    75 USERINCLUDE     ../dbus ..
    76 //USERINCLUDE     ../../dbus-1.0.2/dbus
    77 //USERINCLUDE     ../../dbus-1.0.2\
    78 
    79 // System include paths
    80 
    81 
    82 OS_LAYER_SYSTEMINCLUDE 
    83 OS_LAYER_LIBC_SYSTEMINCLUDE 
    84 OS_LAYER_GLIB_SYSTEMINCLUDE      
    85 OS_LAYER_DBUS_SYSTEMINCLUDE      
    86 
    87 // Library dependencies
    88 
    89 LIBRARY        libc.lib 
    90 LIBRARY        euser.lib  // Needed in order to use Symbian services
    91 
    92 LIBRARY		libm.lib
    93 LIBRARY		libpthread.lib
    94 LIBRARY			libglib.lib
    95 LIBRARY			libgmodule.lib
    96 
    97 LIBRARY			libgobject.lib
    98 LIBRARY			libgthread.lib
    99 LIBRARY         libdbus.lib
   100 
   101 
   102 #ifdef WINSCW
   103 //wsd solution
   104 LIBRARY		ewsd.lib
   105 #endif
   106 
   107 SMPSAFE