messagingfw/senduiservices/datautils/group/SenduiDataUtils.mmp
branchRCL_3
changeset 22 d2c4c66342f3
parent 21 e5b3a2155e1a
child 23 d51193d814ea
equal deleted inserted replaced
21:e5b3a2155e1a 22:d2c4c66342f3
     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:   Project definition file for SendUI data utils.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          senduidatautils.dll
       
    23 TARGETTYPE      DLL
       
    24 UID             0x1000008D 0x102072A3
       
    25 VENDORID        VID_DEFAULT
       
    26 VERSION 	10.0
       
    27 CAPABILITY CAP_GENERAL_DLL
       
    28 PAGED
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          SendUiFileRightsEngine.cpp
       
    32 SOURCE          SendUiOperationWait.cpp
       
    33 SOURCE          SendUiDataUtils.cpp
       
    34 SOURCE          CSendUiAttachment.cpp
       
    35 
       
    36 USERINCLUDE     ../inc
       
    37 SYSTEMINCLUDE   /epoc32/include/ecom 
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 
       
    41 LIBRARY         euser.lib
       
    42 LIBRARY         efsrv.lib
       
    43 LIBRARY         apgrfx.lib
       
    44 LIBRARY         avkon.lib
       
    45 LIBRARY         commonengine.lib
       
    46 LIBRARY         apmime.lib              // TDataType
       
    47 LIBRARY         ecom.lib
       
    48 LIBRARY         msgs.lib
       
    49 LIBRARY         estor.lib
       
    50 LIBRARY         etext.lib
       
    51 LIBRARY         msgcommonutils.lib      // FileProtectionResolver
       
    52 LIBRARY         msgmedia.lib            // Msg Media Resolver
       
    53 LIBRARY         sysutil.lib             // DiskSpaceBelowCriticalLevelL
       
    54 #ifdef RD_MULTIPLE_DRIVE
       
    55 LIBRARY         platformenv.lib
       
    56 #endif
       
    57 
       
    58 #if defined( ARMCC )
       
    59 DEFFILE ../eabi/ 
       
    60 #elif defined( WINSCW )
       
    61 DEFFILE ../bwinscw/ 
       
    62 #elif defined( WINS )
       
    63 DEFFILE ../bwins/ 
       
    64 #endif
       
    65 
       
    66 /* End of File */