syncmlfw/ds/hostserver/dshostservers/bld/nsmldshostserver2.mmp
changeset 0 b497e44ab2fc
child 25 b183ec05bd8c
equal deleted inserted replaced
-1:000000000000 0:b497e44ab2fc
       
     1 /*
       
     2 * Copyright (c) 2005 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:  mmp file for DS Host Server Null 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "defaultcaps.hrh"
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 // This server has read and write capabilities for device and user data
       
    23 CAPABILITY		ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices
       
    24 EPOCHEAPSIZE	0x500 0x400000	// minimum and maximum heap sizes
       
    25 VENDORID		VID_DEFAULT
       
    26 UID				0 0x101F99FE
       
    27 TARGET			nsmldshostserver2.exe
       
    28 TARGETTYPE		exe
       
    29 
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE   /epoc32/include/libc
       
    33 
       
    34 USERINCLUDE	    ../inc
       
    35 USERINCLUDE	    ../../../../common/inc
       
    36 USERINCLUDE	    ../../../../common/debug/inc
       
    37 USERINCLUDE	    ../../dshostclient/inc
       
    38 USERINCLUDE	    ../../dshostserverbase/inc
       
    39 
       
    40 SOURCEPATH	    ../src
       
    41 SOURCE		    nsmldshostserver2.cpp
       
    42 
       
    43 LIBRARY		    euser.lib eikcore.lib apparc.lib apgrfx.lib
       
    44 LIBRARY		    nsmldebug.lib efsrv.lib edbms.lib estor.lib
       
    45 LIBRARY		    nsmldshostserver.lib
       
    46 
       
    47