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