imservices/instantmessagingcache/tsrc/group/imcache_test.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 08:54:49 +0200
changeset 0 e6b17d312c8b
permissions -rw-r--r--
Revision: 200949 Kit: 200951

/*TYPE TESTCLASS*//*
* Copyright (c) 2002 - 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:  ?Description
*
*/


        // To get the OSEXT_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>
#include <data_caging_paths_strings.hrh>

TARGET          imcache_test.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E3

CAPABILITY      ALL -TCB

//TARGETPATH      ?target_path
DEFFILE         imcache_test.def

SOURCEPATH      ../src
SOURCE          imcache_test.cpp
SOURCE          imcache_testBlocks.cpp

USERINCLUDE     ../inc 
//USERINCLUDE     ../../../../imcacheclient/inc
//USERINCLUDE     ../../../../inc 

APP_LAYER_SYSTEMINCLUDE

SYSTEMINCLUDE   /epoc32/include/internal

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
// imcache
LIBRARY			imcacheclient.lib

LANG            SC



// End of File