messagingappbase/sendui/mmsdirectupload/group/MmsDirectUpload.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:10:04 +0300
branchRCL_3
changeset 28 fbb813aef148
parent 0 72b543305e3a
permissions -rw-r--r--
Revision: 201017 Kit: 201019

/*
* 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:   This is project specification file for the MmsDirectUpload
*
*/



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

TARGET          MmsDirectUpload.dll
TARGETTYPE      PLUGIN
UID             0x10009D8D 0x101F87F4
VENDORID        VID_DEFAULT
VERSION 	10.0
CAPABILITY      CAP_ECOM_PLUGIN
PAGED

SOURCEPATH      ../Src
SOURCE          CMmsDirectUpload.cpp 
SOURCE          CMmsDirectUploadGroupProxy.cpp 
SOURCE          MDUCreateAndSend.cpp
SOURCE          MDUSyncCreateAndSend.cpp

SOURCEPATH      ../Group
START RESOURCE  101F87F4.rss
TARGET          MmsDirectUpload.rsc
END

START RESOURCE  MmsDirectUploadUi.rss
HEADER
TARGETPATH      RESOURCE_FILES_DIR
LANGUAGE_IDS
END

USERINCLUDE     ../Inc
USERINCLUDE     ../Group
USERINCLUDE     ../../Inc

SYSTEMINCLUDE   /epoc32/include/ECom
SYSTEMINCLUDE   ../../../../inc
APP_LAYER_SYSTEMINCLUDE


LIBRARY         euser.lib
LIBRARY         Sendui.lib              // TSendingCapabilities
LIBRARY         bafl.lib
LIBRARY         efsrv.lib
LIBRARY         cone.lib
LIBRARY         msgs.lib
LIBRARY         muiu.lib
LIBRARY         CommonEngine.lib        // StringLoader
LIBRARY         avkon.lib
LIBRARY         FeatMgr.lib             // Feature Manager
LIBRARY         eikctl.lib
LIBRARY         apgrfx.lib
LIBRARY         apmime.lib
LIBRARY         mtur.lib 
LIBRARY         uniutils.lib
LIBRARY         SenduiDataUtils.lib
LIBRARY         SendAs2.lib
LIBRARY         centralrepository.lib   // Central Repository
#ifdef RD_MULTIPLE_DRIVE
LIBRARY         PlatformEnv.lib
#endif