ofdbus/dbus/tsrc/testapps/dbus_test_cases/group/dbus_daemon_test_main.mmp
author hgs
Tue, 20 Jul 2010 16:35:53 +0530
changeset 44 97b0fb8a2cc2
parent 0 e4d67989cc36
child 57 2efc27d87e1c
permissions -rw-r--r--
201025

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/


 
 #include <platform_paths.hrh>
 
// General properties
TARGET          dbus_daemon_test_main.exe
TARGETTYPE      exe
CAPABILITY      NetworkServices NetworkControl
UID             0x100039CE 0x0AA11348

EPOCSTACKSIZE 10000
EPOCHEAPSIZE	0x10000 0x20000

// Macros
MACRO 					SYMBIAN
MACRO 					HAVE_CONFIG_H
MACRO						HAVE_ERRNO_H
MACRO           DBUS_COMPILATION
MACRO           FIX_ME
MACRO           DBUS_ENABLE_VERBOSE_MODE
MACRO						DBUS_BUILD_TESTS
MACRO           DBUS_STATIC_LIBARARY_BUILD

SOURCEPATH 		../../../../bus



// Source files
SOURCE activation.c
SOURCE bus.c
SOURCE config-parser.c
SOURCE connection.c
SOURCE desktop-file.c
SOURCE dir-watch-default.c
SOURCE dispatch.c 
SOURCE driver.c
SOURCE expirelist.c
SOURCE policy.c
SOURCE selinux.c
SOURCE services.c
SOURCE signals.c
SOURCE test.c
SOURCE utils.c
SOURCE config-loader-libxml.c
SOURCE test-main.c


// User include paths
USERINCLUDE     ../../../../dbus
USERINCLUDE     ../../../../bus
USERINCLUDE     ../../../..
USERINCLUDE     ..
USERINCLUDE     ../../common_inc


// System include paths

MW_LAYER_SYSTEMINCLUDE

OS_LAYER_SYSTEMINCLUDE 
OS_LAYER_LIBC_SYSTEMINCLUDE       
OS_LAYER_DBUS_SYSTEMINCLUDE
SYSTEMINCLUDE /epoc32/include/stdapis/libxml2

// Library dependencies
LIBRARY         euser.lib
LIBRARY         libc.lib
LIBRARY			libm.lib
LIBRARY			libpthread.lib
//LIBRARY			libxml2.lib
LIBRARY		xmlengine.lib	xmlengineutils.lib
#ifdef GCCE
STATICLIBRARY  libcrt0_gcce.lib
#else
STATICLIBRARY  libcrt0.lib
#endif
LIBRARY			libdbus.lib
LIBRARY 		libdbus-utils.lib

SMPSAFE