messagingappbase/sendui/mmsdirectupload/group/MmsDirectUpload.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   This is project specification file for the MmsDirectUpload
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          MmsDirectUpload.dll
       
    24 TARGETTYPE      PLUGIN
       
    25 UID             0x10009D8D 0x101F87F4
       
    26 VENDORID        VID_DEFAULT
       
    27 VERSION 	10.0
       
    28 CAPABILITY      CAP_ECOM_PLUGIN
       
    29 PAGED
       
    30 
       
    31 SOURCEPATH      ../Src
       
    32 SOURCE          CMmsDirectUpload.cpp 
       
    33 SOURCE          CMmsDirectUploadGroupProxy.cpp 
       
    34 SOURCE          MDUCreateAndSend.cpp
       
    35 SOURCE          MDUSyncCreateAndSend.cpp
       
    36 
       
    37 SOURCEPATH      ../Group
       
    38 START RESOURCE  101F87F4.rss
       
    39 TARGET          MmsDirectUpload.rsc
       
    40 END
       
    41 
       
    42 START RESOURCE  MmsDirectUploadUi.rss
       
    43 HEADER
       
    44 TARGETPATH      RESOURCE_FILES_DIR
       
    45 LANGUAGE_IDS
       
    46 END
       
    47 
       
    48 USERINCLUDE     ../Inc
       
    49 USERINCLUDE     ../Group
       
    50 USERINCLUDE     ../../Inc
       
    51 
       
    52 SYSTEMINCLUDE   /epoc32/include/ECom
       
    53 SYSTEMINCLUDE   ../../../../inc
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 
       
    57 LIBRARY         euser.lib
       
    58 LIBRARY         Sendui.lib              // TSendingCapabilities
       
    59 LIBRARY         bafl.lib
       
    60 LIBRARY         efsrv.lib
       
    61 LIBRARY         cone.lib
       
    62 LIBRARY         msgs.lib
       
    63 LIBRARY         muiu.lib
       
    64 LIBRARY         CommonEngine.lib        // StringLoader
       
    65 LIBRARY         avkon.lib
       
    66 LIBRARY         FeatMgr.lib             // Feature Manager
       
    67 LIBRARY         eikctl.lib
       
    68 LIBRARY         apgrfx.lib
       
    69 LIBRARY         apmime.lib
       
    70 LIBRARY         mtur.lib 
       
    71 LIBRARY         uniutils.lib
       
    72 LIBRARY         SenduiDataUtils.lib
       
    73 LIBRARY         SendAs2.lib
       
    74 LIBRARY         centralrepository.lib   // Central Repository
       
    75 #ifdef RD_MULTIPLE_DRIVE
       
    76 LIBRARY         PlatformEnv.lib
       
    77 #endif