os/persistentdata/featuremgmt/featuremgr/group/featmgrserver.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifdef __FEATMGR_TESTCFG__
    17 TARGET          test_featmgrserver.exe
    18 CAPABILITY      AllFiles ProtServ ReadDeviceData
    19 #else
    20 TARGET          featmgrserver.exe
    21 CAPABILITY      ProtServ ReadDeviceData
    22 #endif // __FEATMGR_TESTCFG__
    23 
    24 // Since this is an exe with no alternate implementations,
    25 // just use same UID for both UID2 and UID3
    26 UID             0x10205054 0x10205054
    27 
    28 TARGETTYPE      exe
    29 VENDORID        0x70000001
    30 
    31 
    32 //CodeWarrior compilation options - disable the "illegal pragma" warning
    33 OPTION CW -w noillpragmas
    34 
    35 SOURCEPATH      ../src/serverexe
    36 
    37 SOURCE          featmgrpluginhandler.cpp
    38 SOURCE          featmgrsession.cpp
    39 SOURCE          featmgrserver.cpp
    40 SOURCE          featmgrtimer.cpp
    41 SOURCE          featmgrfeatureregistry.cpp
    42 SOURCE          featmgrfeatureentry.cpp
    43 SOURCE          featmgrpatchdata.cpp
    44 SOURCE          burstate.cpp
    45 SOURCE          swilistener.cpp 
    46 SOURCE          featmgrstartup.cpp 
    47 
    48 SOURCEPATH      ../src/shared
    49 SOURCE          featurecmn.cpp
    50 
    51 USERINCLUDE     ../src/inc
    52 USERINCLUDE     ../inc
    53 USERINCLUDE     ../src/serverexe
    54 
    55 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    56 
    57 LIBRARY         efsrv.lib
    58 LIBRARY         estor.lib
    59 LIBRARY         euser.lib
    60 LIBRARY         ecom.lib
    61 LIBRARY	        bafl.lib     // required for MBackupOperationObserver
    62 
    63 SMPSAFE