gsprofilesrv_pub/profiles_engine_wrapper_api/tsrc/BC/ProfilesEngineWrapperAPI/group/ProEngWrapAPI.mmp
author hgs
Fri, 25 Jun 2010 17:09:30 +0800
changeset 40 6465d5bb863a
parent 0 8c5d936e5675
child 68 13e71d907dc3
permissions -rw-r--r--
201025

/*
* Copyright (c) 2002-2009 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:  BC test mmp for profile engine wrapper
*
*/


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

TARGET          ProEngWrapAPI.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E3

CAPABILITY      ALL -TCB

DEFFILE         ProEngWrapAPI.def

USERINCLUDE     ../inc 
MW_LAYER_SYSTEMINCLUDE

SOURCEPATH      ../src

SOURCE          ProEngWrapAPI.cpp
SOURCE          ProEngWrapAPIBlocks.cpp CSchedulerUtility.cpp


LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         stiftestengine.lib
LIBRARY         bafl.lib efsrv.lib
LIBRARY         apparc.lib cone.lib eikcore.lib eikcoctl.lib avkon.lib eikctl.lib
LIBRARY         commonengine.lib
LIBRARY         profileengine.lib


LANG            SC


// End of File