os/ossrv/ofdbus/dbus/tsrc/group/dbus-cleanup-sockets.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 TARGET          dbus-cleanup-sockets.exe
    23 TARGETTYPE      exe
    24 CAPABILITY      NetworkServices
    25 UID             0x100039CE 0x0F6A55C4
    26 
    27 EPOCHEAPSIZE 4 67108864   // min. 4B  max 64MB
    28 
    29 // Macros
    30 MACRO 			SYMBIAN
    31 MACRO 			HAVE_CONFIG_H
    32 //MACRO			DBUS_BUILD_TESTS //To enable tests uncomment this line
    33 MACRO			_DEBUG			//To enable debug and verbose mode
    34 MACRO			TODO
    35 
    36 //START RESOURCE  dbus-daemon_reg.rss
    37 //#ifdef WINSCW
    38 //TARGETPATH 	    /private/10003a3f/apps
    39 //#else
    40 //TARGETPATH 	    /private/10003a3f/import/apps
    41 //#endif
    42 //END //RESOURCE
    43 
    44 SOURCEPATH 		../tools
    45 
    46 
    47 // Source files
    48 SOURCE dbus-cleanup-sockets.c
    49 
    50 // User include paths
    51 USERINCLUDE     ../../bus ../../dbus ..
    52 
    53 // System include paths
    54        
    55 
    56 OS_LAYER_SYSTEMINCLUDE      
    57 OS_LAYER_LIBC_SYSTEMINCLUDE 
    58 OS_LAYER_DBUS_SYSTEMINCLUDE 
    59            
    60 
    61 // Library dependencies
    62 #ifdef GCCE
    63 STATICLIBRARY  libcrt0_gcce.lib
    64 #else
    65 STATICLIBRARY  libcrt0.lib
    66 #endif
    67 LIBRARY        libc.lib 
    68 LIBRARY        euser.lib  // Needed in order to use Symbian services
    69 
    70 LIBRARY		libm.lib
    71 LIBRARY		libpthread.lib
    72 LIBRARY         libdbus.lib
    73 //LIBRARY         libxml2.lib
    74 
    75 
    76 SMPSAFE