messagingfw/senduiservices/datautils/group/SenduiDataUtils.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 18 Jan 2010 20:36:02 +0200
changeset 0 8e480a14352b
permissions -rw-r--r--
Revision: 201001 Kit: 201003

/*
* Copyright (c) 2002-2004 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:   Project definition file for SendUI data utils.
*
*/



#include <platform_paths.hrh>

TARGET          senduidatautils.dll
TARGETTYPE      DLL
UID             0x1000008D 0x102072A3
VENDORID        VID_DEFAULT
VERSION 	10.0
CAPABILITY CAP_GENERAL_DLL
PAGED

SOURCEPATH      ../src
SOURCE          SendUiFileRightsEngine.cpp
SOURCE          SendUiOperationWait.cpp
SOURCE          SendUiDataUtils.cpp
SOURCE          CSendUiAttachment.cpp

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


LIBRARY         euser.lib
LIBRARY         efsrv.lib
LIBRARY         apgrfx.lib
LIBRARY         avkon.lib
LIBRARY         commonengine.lib
LIBRARY         apmime.lib              // TDataType
LIBRARY         ecom.lib
LIBRARY         msgs.lib
LIBRARY         estor.lib
LIBRARY         etext.lib
LIBRARY         msgcommonutils.lib      // FileProtectionResolver
LIBRARY         msgmedia.lib            // Msg Media Resolver
LIBRARY         sysutil.lib             // DiskSpaceBelowCriticalLevelL
#ifdef RD_MULTIPLE_DRIVE
LIBRARY         platformenv.lib
#endif

#if defined( ARMCC )
DEFFILE ../eabi/ 
#elif defined( WINSCW )
DEFFILE ../bwinscw/ 
#elif defined( WINS )
DEFFILE ../bwins/ 
#endif

/* End of File */