imstutils/xmppadapter/tsrc/xmppadapter_test/group/tstxmppadapter.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:18 +0200
changeset 0 5e5d6b214f4f
permissions -rw-r--r--
Revision: 201003 Kit: 201005

/*
* Copyright (c) 2008 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:   tstxmppadapter.mmp
*
*/


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

TARGET          tstxmppadapter.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E5

CAPABILITY      ALL -TCB


//TARGETPATH      ?target_path
//DEFFILE         tstxmppadapter.def

SOURCEPATH      ../src
SOURCE          tstxmppadapter.cpp
SOURCE          tstxmppadapterblocks.cpp

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

// its dependent upon other dll so need to hardcode once they fix we will also fix
USERINCLUDE       /sf/mw/remotemgmt/omaprovisioning/provisioning/ProvisioningEngine/Inc



APP_LAYER_SYSTEMINCLUDE
MW_LAYER_SYSTEMINCLUDE






LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY     	serviceprovidersettings.lib
LIBRARY			jabbersettings.lib	
LIBRARY         ServiceHandler.lib
LIBRARY         ProvisioningEngine.lib
LIBRARY         CommonEngine.lib
LIBRARY         bafl.lib
DEBUGLIBRARY    flogger.lib
LIBRARY         ecom.lib 
LIBRARY			apengine.lib



LANG            SC

// End of File