connectivitymodules/SeCon/servers/syncserver/group/sconsyncserver.mmp
branchRCL_3
changeset 20 4a793f564d72
parent 18 453dfc402455
equal deleted inserted replaced
19:0aa8cc770c8a 20:4a793f564d72
       
     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:  sconsyncserver mmp file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 
       
    23 TARGET          sconsyncserver.exe
       
    24 TARGETTYPE      exe
       
    25 
       
    26 // Same capabilities than in DS Ui application
       
    27 CAPABILITY      LocalServices ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices UserEnvironment ProtServ SwEvent NetworkControl Location
       
    28 
       
    29 UID             0x0 0x2001A964
       
    30 VENDORID        VID_DEFAULT
       
    31 
       
    32 EPOCSTACKSIZE   0x2000
       
    33 EPOCHEAPSIZE	0x500 0x800000 	// minimum and maximum heap sizes
       
    34 
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          sconsyncserver.cpp
       
    37 SOURCE          sconsyncsession.cpp
       
    38 SOURCE          sconsyncrelationship.cpp
       
    39 SOURCE          sconasynchandler.cpp
       
    40 SOURCE          cscontimeout.cpp
       
    41 
       
    42 // common components (dataproviderinfo)
       
    43 SOURCEPATH      ../../../clients/syncclient/src
       
    44 USERINCLUDE     ../../../clients/syncclient/inc
       
    45 SOURCE          scondataproviderinfo.cpp
       
    46 
       
    47 USERINCLUDE     ..\inc
       
    48 
       
    49 // Default system include paths for middleware layer modules.
       
    50 MW_LAYER_SYSTEMINCLUDE
       
    51 
       
    52 DEBUGLIBRARY    flogger.lib
       
    53 LIBRARY         euser.lib
       
    54 LIBRARY         efsrv.lib
       
    55 LIBRARY         bafl.lib
       
    56 LIBRARY         ecom.lib
       
    57 LIBRARY         estor.lib // CDictionaryFileStore
       
    58 LIBRARY         smldataprovider.lib
       
    59 LIBRARY         nsmlchangefinder.lib
       
    60 LIBRARY         smlstoreformat.lib
       
    61 LIBRARY         charconv.lib