fotaapplication/fmserver/group/fmsserver.mmp
branchRCL_3
changeset 25 b183ec05bd8c
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
       
     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: Implementation of fotaserver component
       
    15 * 	This is part of fotaapplication.
       
    16 *
       
    17 */
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "defaultcaps.hrh"
       
    21 
       
    22 //MACRO  _FOTA_DEBUG
       
    23 //MACRO  _FOTA_DEBUG_RDEBUG
       
    24 
       
    25 CAPABILITY    CAP_SERVER
       
    26 
       
    27 TARGET        fmsserver.exe
       
    28 TARGETTYPE    exe
       
    29 
       
    30 UID 0 0x200100C8
       
    31 VENDORID 			VID_DEFAULT
       
    32 
       
    33 SOURCEPATH    ../src
       
    34 SOURCE        fmsserver.cpp
       
    35 SOURCE		  fmsserversession.cpp
       
    36 SOURCE		  fmsinterruptaob.cpp
       
    37 
       
    38 USERINCLUDE   ../inc
       
    39 USERINCLUDE   ../../inc
       
    40 USERINCLUDE   ../../cenrep
       
    41 
       
    42 MW_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY       euser.lib
       
    45 LIBRARY       connmon.lib // for connection monitoring
       
    46 LIBRARY       sysutil.lib 
       
    47 LIBRARY       efsrv.lib 
       
    48 LIBRARY       flogger.lib
       
    49 LIBRARY       centralrepository.lib 
       
    50 LIBRARY       fotaengine.lib 
       
    51 LIBRARY       cmmanager.lib 
       
    52 LIBRARY       etelmm.lib 
       
    53 LIBRARY       etel.lib 
       
    54 LIBRARY		  schsvr.lib
       
    55 
       
    56 SMPSAFE