messagingappbase/smartmessaging/msgeditorutils/group/MsgEditorUtils.mmp
changeset 79 2981cb3aa489
parent 0 72b543305e3a
equal deleted inserted replaced
25:84d9eb65b26f 79:2981cb3aa489
       
     1 /*
       
     2 * Copyright (c) 2002-2006 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 project Message Editor Utils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../src/MsgEditorUtilsLogDef.h"
       
    23 
       
    24 TARGET          MsgEditorUtils.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008d 0x100007aa
       
    27 VERSION 	10.0
       
    28 deffile msgeditorutilsu_sec.def
       
    29 
       
    30 CAPABILITY CAP_GENERAL_DLL
       
    31 PAGED
       
    32 
       
    33 SOURCEPATH	../src
       
    34 SOURCE		MsgBioControl.cpp
       
    35 SOURCE		MsgBioBodyControl.cpp 
       
    36 SOURCE		MsgBioControlFactory.cpp
       
    37 SOURCE		MsgEditorUtilsDll.cpp
       
    38 SOURCE		MsgDetailWindow.cpp
       
    39 SOURCE		MsgNameValue.cpp
       
    40 SOURCE		MsgAsyncItemSaver.cpp
       
    41 SOURCE		MsgBioUtils.cpp
       
    42 SOURCE		MsgEditorUtilsLog.cpp		
       
    43 
       
    44 START RESOURCE ../group/MsgEditorUtils.rss
       
    45 HEADER
       
    46 TARGETPATH  RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 USERINCLUDE     ../inc 
       
    51 USERINCLUDE     ../group
       
    52 
       
    53 SYSTEMINCLUDE   ../../../../inc
       
    54 APP_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 SOURCEPATH	../inc
       
    57 
       
    58 // EPOC32 libraries
       
    59 
       
    60 LIBRARY     euser.lib
       
    61 LIBRARY     cone.lib
       
    62 LIBRARY     efsrv.lib
       
    63 LIBRARY     eikcoctl.lib
       
    64 LIBRARY     msgeditorview.lib
       
    65 LIBRARY     biodb.lib
       
    66 LIBRARY     commonengine.lib 	// StringLoader
       
    67 LIBRARY     avkon.lib
       
    68 LIBRARY     bafl.lib 		//CDesCArray
       
    69 LIBRARY     richBio.lib 	// CRichBio
       
    70 
       
    71 LIBRARY	    InetProtUtil.lib	// Uri
       
    72 
       
    73 #ifdef MSGEDITORUTILS_ENABLE_LOGGING
       
    74 #ifdef MSGEDITORUTILS_LOG_TO_FILE
       
    75 LIBRARY	flogger.lib
       
    76 #endif // MSGEDITORUTILS_LOG_TO_FILE
       
    77 #endif // MSGEDITORUTILS_ENABLE_LOGGING