emailuis/emailui/sendasmtm/sendashelper/group/fssendashelper.mmp
changeset 0 8466d47a6819
child 4 e7aa27f58ae1
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 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:  Project definition file for helper class implementation
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 #include "../../inc/fsmtmsuids.h"
       
    21 #include "../../../../../inc/emailversionnumbers.hrh" // KEmailBinaryVersionNumber
       
    22 
       
    23 TARGET               fssendashelper.dll
       
    24 TARGETTYPE           dll
       
    25 UID                  KUidSharedLibrary  KUidSendAsHelperDll
       
    26 CAPABILITY           CAP_GENERAL_DLL
       
    27 VENDORID             VID_DEFAULT
       
    28 
       
    29 VERSION       KEmailBinaryVersionNumber
       
    30 KEmailBinaryDemandPaging
       
    31 
       
    32 SOURCEPATH           ../src 
       
    33 SOURCE               cfssendashelper.cpp
       
    34 
       
    35 
       
    36 USERINCLUDE          ../inc 
       
    37 USERINCLUDE          ../../fsmtms/inc 
       
    38 USERINCLUDE          ../../inc
       
    39 
       
    40 APP_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 USERINCLUDE ../../../../../inc
       
    43 SYSTEMINCLUDE        /epoc32/include/ecom
       
    44 
       
    45 
       
    46 LIBRARY              euser.lib
       
    47 LIBRARY              estor.lib 
       
    48 LIBRARY              cone.lib
       
    49 LIBRARY              bafl.lib
       
    50 LIBRARY              efsrv.lib   // RFile
       
    51 LIBRARY              centralrepository.lib   // CRepository
       
    52 LIBRARY              ecom.lib
       
    53 LIBRARY              eikcore.lib
       
    54 LIBRARY              eikcoctl.lib
       
    55 LIBRARY              avkon.lib
       
    56 LIBRARY              cmaillogger.lib
       
    57 LIBRARY              commonengine.lib
       
    58 LIBRARY              usbman.lib
       
    59 
       
    60 #if 1 // Make it 0 if FS UI, FS Framework, FS Generic components are  not built
       
    61 LIBRARY              FSMailFramework.lib
       
    62 LIBRARY              FSFWCommonLib.lib
       
    63 #endif