os/persistentdata/featuremgmt/featuremgr/test/rtest/group/t_fmgrstartup.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/featuremgmt/featuremgr/test/rtest/group/t_fmgrstartup.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,59 @@
     1.4 +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +TARGET			t_fmgrstartup.exe
    1.20 +TARGETTYPE		exe
    1.21 +UID             0x10205054 0x10205054
    1.22 +
    1.23 +MACRO       EXTENDED_FEATURE_MANAGER_TEST
    1.24 +MACRO       FEATURE_MANAGER_STARTUP_TEST
    1.25 +
    1.26 +CAPABILITY      ProtServ ReadDeviceData AllFiles
    1.27 +
    1.28 +//CodeWarrior compilation options - disable the "illegal pragma" warning
    1.29 +OPTION CW -w noillpragmas
    1.30 +
    1.31 +USERINCLUDE 	.
    1.32 +USERINCLUDE		../../../inc
    1.33 +USERINCLUDE		../../../src/inc
    1.34 +USERINCLUDE		../../../src/serverexe
    1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.36 +
    1.37 +SOURCEPATH		../src
    1.38 +SOURCE			t_fmgrstartup.cpp
    1.39 +
    1.40 +SOURCEPATH		../../../src/serverexe
    1.41 +SOURCE			featmgrfeatureregistry.cpp
    1.42 +SOURCE			featmgrfeatureentry.cpp
    1.43 +SOURCE			featmgrsession.cpp
    1.44 +SOURCE			featmgrserver.cpp
    1.45 +SOURCE          burstate.cpp
    1.46 +SOURCE          swilistener.cpp 
    1.47 +SOURCE          featmgrpluginhandler.cpp
    1.48 +SOURCE          featmgrtimer.cpp
    1.49 +SOURCE          featmgrpatchdata.cpp
    1.50 +
    1.51 +SOURCEPATH      ../../../src/shared
    1.52 +SOURCE          featurecmn.cpp
    1.53 +
    1.54 +LIBRARY         efsrv.lib
    1.55 +LIBRARY         estor.lib
    1.56 +LIBRARY         euser.lib
    1.57 +LIBRARY         ecom.lib
    1.58 +LIBRARY	        bafl.lib
    1.59 +
    1.60 +VENDORID		0x70000001
    1.61 +
    1.62 +SMPSAFE
    1.63 \ No newline at end of file