diff -r 8ee96d21d9bf -r 7e0eff37aedb profilesservices/FileList/tsrc/public/basic/group/T_CFLDFileList.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/profilesservices/FileList/tsrc/public/basic/group/T_CFLDFileList.mmp Wed Sep 01 12:20:44 2010 +0100 @@ -0,0 +1,80 @@ +/* +* Copyright (c) 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: +* This is project specification file for the FileList test cases. +* +*/ + +//////////////////////////////////////////////////////////// +// T_CFLDFileList.mmp +// +// To get the APP_LAYER_SYSTEMINCLUDE-definition +#include +#include + +// DEFINES +#define KEUnitUid3 0x1000af59 +#define KEUnitTestDllUid2 0x1000af5a + +// Build target +TARGET T_CFLDFileList.dll +TARGETTYPE DLL +TARGETPATH ../../../../wins/c/DigiaEUnit/Tests +UID KEUnitTestDllUid2 KEUnitUid3 + +LANG SC + +CAPABILITY ALL -TCB + +// Source files location +SOURCEPATH . + +// Source files +SOURCEPATH ../src +SOURCE T_CFLDDllMain.cpp +SOURCE T_CFLDController.cpp +SOURCE T_CFLDFileListContainer.cpp + +// Include paths +USERINCLUDE . +USERINCLUDE ../inc +USERINCLUDE ../../../../src +USERINCLUDE ../../../../inc +SYSTEMINCLUDE /epoc32/include/Digia/EUnit +APP_LAYER_SYSTEMINCLUDE + +START RESOURCE ../group/FLDTest.rss + HEADER + TARGETPATH RESOURCE_FILES_DIR +END + +// Dependencies to system components +LIBRARY EUnit.lib +LIBRARY EUnitutil.lib +LIBRARY FileList.lib +LIBRARY avkon.lib +LIBRARY bafl.lib +LIBRARY cone.lib +LIBRARY efsrv.lib +LIBRARY euser.lib +LIBRARY commonengine.lib +LIBRARY ws32.lib + +// dependencies for tested classes +LIBRARY eikcoctl.lib +LIBRARY eikcore.lib +LIBRARY CommonUI.lib // Document Handler +LIBRARY apmime.lib // TDataType +LIBRARY servicehandler.lib // CAiwGenericParamList +LIBRARY platformenv.lib