1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/lowlevellibsandfws/pluginfw/Framework/MMPFiles/t_ServerStartupMgr.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 2005-2009 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 +// Unit tests for CServerStartupMgr
1.18 +//
1.19 +//
1.20 +
1.21 +MACRO __ECOM_SERVER_TESTABILITY__
1.22 +
1.23 +UID 0x101FB5A8 0x10009E2A
1.24 +
1.25 +TARGET t_serverstartupmgr.exe //RTEST
1.26 +TARGETTYPE exe
1.27 +
1.28 +SOURCEPATH ../../Framework/ServerStartupMgrTest
1.29 +SOURCE t_ServerStartupMgr.cpp StartupStateObserverObject.cpp
1.30 +
1.31 +// Have to explicitly build in the entire server side framework!!!
1.32 +// only because we are using the static IsSSA() method of CEcomServer
1.33 +SOURCEPATH ../../Framework/frame
1.34 +SOURCE EComServer.cpp EComServerSession.cpp resolvercache.cpp
1.35 +SOURCE ServerStartupManager.cpp
1.36 +SOURCE LoadManager.cpp
1.37 +SOURCE Registrar.cpp RegistryData.cpp
1.38 +SOURCE DefaultResolver.cpp RomOnlyResolver.cpp
1.39 +SOURCE Discoverer.cpp ImplementationInformation.cpp
1.40 +SOURCE BackupNotifier.cpp UnloadPolicy.cpp
1.41 +SOURCE EComEntry.cpp
1.42 +SOURCE DowngradePath.cpp
1.43 +SOURCE clientrequest.cpp
1.44 +SOURCE EComEntryBase.cpp
1.45 +SOURCE TestHarnessDomainMember.cpp
1.46 +SOURCE DriveInfo.cpp
1.47 +SOURCE EComPerformance.cpp
1.48 +SOURCE FileUtils.cpp
1.49 +SOURCE EComPatchDataConstantv2.cpp
1.50 +SOURCE RegistryResolveTransaction.cpp
1.51 +SOURCE ParseImplementationData.cpp
1.52 +
1.53 +SOURCEPATH ../EcomTestUtils
1.54 +SOURCE EcomTestIniFileUtils.cpp
1.55 +SOURCE EcomTestCompTestabilityUtils.cpp
1.56 +
1.57 +USERINCLUDE ../../Test_Bed/inc ../../Framework/frame ../../Framework/inc ../EcomTestUtils
1.58 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.59 +
1.60 +LIBRARY euser.lib efsrv.lib estor.lib bafl.lib domaincli.lib
1.61 +LIBRARY ecomtestutils.lib
1.62 +LIBRARY bsul.lib
1.63 +LIBRARY hal.lib
1.64 +
1.65 +VENDORID 0x70000001
1.66 +
1.67 +SMPSAFE