sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include sl@0: sl@0: TARGET dbus-print-message.exe sl@0: TARGETTYPE exe sl@0: CAPABILITY NetworkServices sl@0: UID 0x100039CE 0x0D6B29A4 sl@0: sl@0: EPOCHEAPSIZE 4 67108864 // min. 4B max 64MB sl@0: sl@0: // Macros sl@0: MACRO SYMBIAN sl@0: MACRO HAVE_CONFIG_H sl@0: //MACRO DBUS_BUILD_TESTS //To enable tests uncomment this line sl@0: MACRO _DEBUG //To enable debug and verbose mode sl@0: MACRO TODO sl@0: sl@0: SOURCEPATH ../data sl@0: //START RESOURCE dbus-daemon_reg.rss sl@0: //#ifdef WINSCW sl@0: //TARGETPATH /private/10003a3f/apps sl@0: //#else sl@0: //TARGETPATH /private/10003a3f/import/apps sl@0: //#endif sl@0: //END //RESOURCE sl@0: sl@0: SOURCEPATH ../tools sl@0: sl@0: sl@0: // Source files sl@0: SOURCE dbus-print-message.c sl@0: sl@0: // User include paths sl@0: USERINCLUDE ../../bus ../../dbus .. sl@0: sl@0: // System include paths sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_DBUS_SYSTEMINCLUDE sl@0: sl@0: sl@0: // Library dependencies sl@0: #ifdef GCCE sl@0: STATICLIBRARY libcrt0_gcce.lib sl@0: #else sl@0: STATICLIBRARY libcrt0.lib sl@0: #endif sl@0: LIBRARY libc.lib sl@0: LIBRARY euser.lib // Needed in order to use Symbian services sl@0: sl@0: LIBRARY libm.lib sl@0: LIBRARY libpthread.lib sl@0: //LIBRARY libdbus.lib sl@0: sl@0: sl@0: SMPSAFE