syncmlfw/dm/hostserver/dmhostservers/bld/nsmldmhostserver4.mmp
changeset 0 b497e44ab2fc
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 specialized DM Host Server 4 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "data_caging_paths.hrh"
       
    20 #include "defaultcaps.hrh"
       
    21 #include  <platform_paths.hrh>
       
    22 
       
    23 // CAPABILITY
       
    24 EPOCHEAPSIZE	0x500 0x400000 	// minimum and maximum heap sizes 
       
    25 EPOCSTACKSIZE	0x3000
       
    26 VENDORID 	VID_DEFAULT
       
    27 UID             0 0x101F9A05
       
    28 TARGET          nsmldmhostserver4.exe
       
    29 TARGETTYPE      exe
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 SYSTEMINCLUDE   /epoc32/include/libc 
       
    33 
       
    34 USERINCLUDE    	../inc
       
    35 USERINCLUDE    	../../../dmutils/inc
       
    36 USERINCLUDE	../../dmhostserverbase/inc
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE		nsmldmhostserver4.cpp
       
    40 
       
    41 LIBRARY         euser.lib nsmldebug.lib nsmldmhostserver.lib
       
    42 
       
    43 SMPSAFE