os/persistentdata/featuremgmt/featuremgr/test/rtest/group/t_fmgrstartup.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2009-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 TARGET			t_fmgrstartup.exe
    17 TARGETTYPE		exe
    18 UID             0x10205054 0x10205054
    19 
    20 MACRO       EXTENDED_FEATURE_MANAGER_TEST
    21 MACRO       FEATURE_MANAGER_STARTUP_TEST
    22 
    23 CAPABILITY      ProtServ ReadDeviceData AllFiles
    24 
    25 //CodeWarrior compilation options - disable the "illegal pragma" warning
    26 OPTION CW -w noillpragmas
    27 
    28 USERINCLUDE 	.
    29 USERINCLUDE		../../../inc
    30 USERINCLUDE		../../../src/inc
    31 USERINCLUDE		../../../src/serverexe
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 
    34 SOURCEPATH		../src
    35 SOURCE			t_fmgrstartup.cpp
    36 
    37 SOURCEPATH		../../../src/serverexe
    38 SOURCE			featmgrfeatureregistry.cpp
    39 SOURCE			featmgrfeatureentry.cpp
    40 SOURCE			featmgrsession.cpp
    41 SOURCE			featmgrserver.cpp
    42 SOURCE          burstate.cpp
    43 SOURCE          swilistener.cpp 
    44 SOURCE          featmgrpluginhandler.cpp
    45 SOURCE          featmgrtimer.cpp
    46 SOURCE          featmgrpatchdata.cpp
    47 
    48 SOURCEPATH      ../../../src/shared
    49 SOURCE          featurecmn.cpp
    50 
    51 LIBRARY         efsrv.lib
    52 LIBRARY         estor.lib
    53 LIBRARY         euser.lib
    54 LIBRARY         ecom.lib
    55 LIBRARY	        bafl.lib
    56 
    57 VENDORID		0x70000001
    58 
    59 SMPSAFE