os/ossrv/ofdbus/dbus/group/busdaemon.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 
    23 
    24 TARGET          dbusdaemon.exe
    25 TARGETTYPE      EXE
    26 UID             0x100039CE 0x20010155
    27 
    28 EPOCHEAPSIZE 	0x200000 0x1000000
    29 // min 2MB  max 16MB
    30 
    31 EPOCSTACKSIZE   0x10000
    32 
    33 CAPABILITY AllFiles NetworkServices LocalServices
    34 VENDORID 	0x101FB657
    35 
    36 // Macros
    37 MACRO			TODO
    38 MACRO     DBUS_COMPILATION
    39 
    40 //SOURCEPATH      ../dbus
    41 SOURCEPATH		../bus
    42 
    43 // Source files
    44 SOURCE activation.c
    45 SOURCE bus.c
    46 SOURCE config-parser.c
    47 SOURCE connection.c
    48 SOURCE desktop-file.c
    49 SOURCE dir-watch-default.c
    50 SOURCE dispatch.c 
    51 SOURCE driver.c
    52 SOURCE expirelist.c
    53 SOURCE policy.c
    54 SOURCE selinux.c
    55 SOURCE services.c
    56 SOURCE signals.c
    57 SOURCE utils.c
    58 SOURCE config-loader-libxml.c
    59 SOURCE bus-helper.cpp
    60 SOURCE main.c
    61 
    62 // User include paths
    63 USERINCLUDE     ../bus ../dbus ..
    64 
    65 
    66 // System include paths
    67 
    68 
    69 MW_LAYER_SYSTEMINCLUDE
    70 OS_LAYER_SYSTEMINCLUDE 
    71 OS_LAYER_LIBC_SYSTEMINCLUDE       
    72 OS_LAYER_DBUS_SYSTEMINCLUDE       
    73 SYSTEMINCLUDE /epoc32/include/stdapis/libxml2
    74 
    75 // Library dependencies
    76 
    77 #ifdef GCCE
    78 STATICLIBRARY  libcrt0_gcce.lib
    79 #else
    80 STATICLIBRARY  libcrt0.lib
    81 #endif
    82 
    83 
    84 LIBRARY			libc.lib 
    85 LIBRARY			libdbus.lib
    86 LIBRARY 		libdbus-utils.lib
    87 //LIBRARY       	libxml2.lib
    88 LIBRARY       	euser.lib  // Needed in order to use Symbian services
    89 LIBRARY			xmlengine.lib 
    90 //file locking
    91 LIBRARY efsrv.lib
    92 SOURCE  lockfile.cpp
    93 
    94 SMPSAFE