os/ossrv/ofdbus/dbus/group/busdaemon.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ofdbus/dbus/group/busdaemon.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,94 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +#include <platform_paths.hrh>
    1.24 +
    1.25 +
    1.26 +
    1.27 +TARGET          dbusdaemon.exe
    1.28 +TARGETTYPE      EXE
    1.29 +UID             0x100039CE 0x20010155
    1.30 +
    1.31 +EPOCHEAPSIZE 	0x200000 0x1000000
    1.32 +// min 2MB  max 16MB
    1.33 +
    1.34 +EPOCSTACKSIZE   0x10000
    1.35 +
    1.36 +CAPABILITY AllFiles NetworkServices LocalServices
    1.37 +VENDORID 	0x101FB657
    1.38 +
    1.39 +// Macros
    1.40 +MACRO			TODO
    1.41 +MACRO     DBUS_COMPILATION
    1.42 +
    1.43 +//SOURCEPATH      ../dbus
    1.44 +SOURCEPATH		../bus
    1.45 +
    1.46 +// Source files
    1.47 +SOURCE activation.c
    1.48 +SOURCE bus.c
    1.49 +SOURCE config-parser.c
    1.50 +SOURCE connection.c
    1.51 +SOURCE desktop-file.c
    1.52 +SOURCE dir-watch-default.c
    1.53 +SOURCE dispatch.c 
    1.54 +SOURCE driver.c
    1.55 +SOURCE expirelist.c
    1.56 +SOURCE policy.c
    1.57 +SOURCE selinux.c
    1.58 +SOURCE services.c
    1.59 +SOURCE signals.c
    1.60 +SOURCE utils.c
    1.61 +SOURCE config-loader-libxml.c
    1.62 +SOURCE bus-helper.cpp
    1.63 +SOURCE main.c
    1.64 +
    1.65 +// User include paths
    1.66 +USERINCLUDE     ../bus ../dbus ..
    1.67 +
    1.68 +
    1.69 +// System include paths
    1.70 +
    1.71 +
    1.72 +MW_LAYER_SYSTEMINCLUDE
    1.73 +OS_LAYER_SYSTEMINCLUDE 
    1.74 +OS_LAYER_LIBC_SYSTEMINCLUDE       
    1.75 +OS_LAYER_DBUS_SYSTEMINCLUDE       
    1.76 +SYSTEMINCLUDE /epoc32/include/stdapis/libxml2
    1.77 +
    1.78 +// Library dependencies
    1.79 +
    1.80 +#ifdef GCCE
    1.81 +STATICLIBRARY  libcrt0_gcce.lib
    1.82 +#else
    1.83 +STATICLIBRARY  libcrt0.lib
    1.84 +#endif
    1.85 +
    1.86 +
    1.87 +LIBRARY			libc.lib 
    1.88 +LIBRARY			libdbus.lib
    1.89 +LIBRARY 		libdbus-utils.lib
    1.90 +//LIBRARY       	libxml2.lib
    1.91 +LIBRARY       	euser.lib  // Needed in order to use Symbian services
    1.92 +LIBRARY			xmlengine.lib 
    1.93 +//file locking
    1.94 +LIBRARY efsrv.lib
    1.95 +SOURCE  lockfile.cpp
    1.96 +
    1.97 +SMPSAFE