diff -r c76a0b1755b9 -r 2be0b271d017 phoneapp/phoneuistates/tsrc/ut_cphoneidle/group/ut_cphoneidle.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phoneapp/phoneuistates/tsrc/ut_cphoneidle/group/ut_cphoneidle.mmp Mon Oct 04 00:16:48 2010 +0300 @@ -0,0 +1,89 @@ +/* +* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ + + +#include +#include + +TARGET ut_cphoneidle.dll +TARGETTYPE dll +UID 0x1000af5a 0x01700000 + +CAPABILITY ALL -TCB +VENDORID VID_DEFAULT + +// Code under testing. +SOURCEPATH ../../../../phoneuistates/src +SOURCE cphoneidle.cpp + +SOURCEPATH ../src +SOURCE cphoneidle_inherited.cpp + +// Sources required by the test suite +SOURCEPATH ../Src +SOURCE ut_cphoneidle_DllMain.cpp + +SOURCEPATH ../../common +SOURCE cphonestatemachinestub.cpp +SOURCE phoneuiutils.cpp +SOURCE stubs.cpp + +SOURCEPATH ../../../../internal/mocks/phoneuicontrol +SOURCE mock_CPhoneStateIdle.cpp +SOURCE mock_CPhoneState.cpp + + +SOURCEPATH ../../../../../internal/mocks/phoneapp/phoneuicontrol +SOURCE mock_cphonenumberentrymanager.cpp + +SOURCEPATH ../../../../internal/mocks/phoneuistates +SOURCE mock_cphonegeneralgsmmessageshandler.cpp + +SOURCEPATH ../../../../internal/mocks/phoneuiutils +SOURCE mock_tphonetouchbuttonconfig.cpp +SOURCE mock_cphonestorage.cpp + +SOURCEPATH ../Src +SOURCE ut_cphoneidle.cpp + +USERINCLUDE ../../common +USERINCLUDE ../../../../phoneuiview/inc +USERINCLUDE ../../../../phoneuicontrol/inc +USERINCLUDE ../../../../phoneuistates/inc +USERINCLUDE ../../../../phonemediatorcenter/inc +USERINCLUDE ../../../../phoneuiutils/inc +USERINCLUDE ../../../../phoneui2/srcdata +USERINCLUDE ../../../../phoneuiqtviewadapter/inc + + +APP_LAYER_SYSTEMINCLUDE +SYSTEMINCLUDE /epoc32/include/Digia/EUnit +SYSTEMINCLUDE ../../../../../inc // phone internal headers + + +LIBRARY EUnit.lib +LIBRARY EUnitUtil.lib +LIBRARY euser.lib +LIBRARY FeatMgr.lib // FeatureManager +LIBRARY avkon.lib // AknTextUtils +LIBRARY CommonEngine.lib //StringLoader +LIBRARY cone.lib +LIBRARY apgrfx.lib +LIBRARY symbianmock.lib +LIBRARY efsrv.lib + +