mds_pub/content_listing_framework_api/tsrc/group/ContentListingFramework.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 31 Mar 2010 22:19:07 +0300
branchRCL_3
changeset 8 50de4d668bb6
permissions -rw-r--r--
Revision: 201011 Kit: 201013

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

#include <platform_paths.hrh>
#include <data_caging_paths.hrh>

// DEFINES
#define         KEUnitUid3 0x1000af59
#define         KEUnitTestDllUid2 0x1000af5a

// Build target
//TARGET          CLFApiMdlTest.dll
TARGET          ContentListingFrameworkTest.dll
TARGETTYPE      dll
UID             KEUnitTestDllUid2 KEUnitUid3

//CAPABILITY      ALL -TCB -DRM
CAPABILITY      ALL -TCB
VENDORID        VID_DEFAULT

DEFFILE         ContentListingFrameworkTest.def

SOURCEPATH      ../src
SOURCE          ContentListingFrameworkTest.cpp
SOURCE          ContentListingFrameworkTestBlocks.cpp

START RESOURCE  ContentListingFrameworkTest.rss
  HEADER
  TARGETPATH    RESOURCE_FILES_DIR
  LANGUAGE_IDS
END

SYSTEMINCLUDE     /epoc32/include/ecom
USERINCLUDE     ../inc

MW_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY         platformenv.lib
LIBRARY         ContentListingFramework.lib 
LIBRARY         estor.lib
LIBRARY         efsrv.lib
LIBRARY         bafl.lib