profilesservices/FileList/tsrc/public/basic/group/T_CFLDFileList.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:20:44 +0100
branchRCL_3
changeset 25 7e0eff37aedb
parent 0 8c5d936e5675
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* 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 <platform_paths.hrh>
#include <data_caging_paths.hrh>

// 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