messagingappbase/smartmessaging/wmlbc/group/WMLBC.mmp
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     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 WMLBC
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../inc/WmlLogDef.h"
       
    23 
       
    24 TARGET          WMLBC.dll
       
    25 TARGETPATH      system/libs
       
    26 TARGETTYPE      dll
       
    27 UID     	0x10005F5F 0x101F4CDB
       
    28 VERSION 	10.0
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 PAGED
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 SOURCE			WmlBMSubItem30.cpp 
       
    35 SOURCE			WmlBMUtils30.cpp
       
    36 
       
    37 SOURCE			WmlPanics.cpp
       
    38 SOURCE          WmlBioControl.cpp
       
    39 SOURCE			WmlItemEngine.cpp 
       
    40 SOURCE			WmlSubItemBase.cpp 
       
    41 
       
    42 SOURCE          WmlFieldParser.cpp
       
    43 SOURCE			WmlState.cpp
       
    44 
       
    45 SOURCE			WmlLog.cpp
       
    46 
       
    47 
       
    48 
       
    49 START RESOURCE ../group/WMLBC.rss
       
    50 HEADER
       
    51 TARGETPATH RESOURCE_FILES_DIR
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 #ifdef __SMARTMSG_SMS_BOOKMARK_RECEIVING
       
    56 START RESOURCE ../bif/WMLBif.rss
       
    57 TARGETPATH BIOFILE_DIR
       
    58 LANGUAGE_IDS
       
    59 END
       
    60 #else
       
    61 START RESOURCE ../bif/WMLBif_sms_no.rss
       
    62 TARGETPATH BIOFILE_DIR
       
    63 LANGUAGE_IDS
       
    64 END
       
    65 #endif
       
    66 
       
    67 
       
    68 
       
    69 USERINCLUDE     ../inc ../group
       
    70 
       
    71 SYSTEMINCLUDE   ../../../../inc
       
    72 APP_LAYER_SYSTEMINCLUDE
       
    73 
       
    74 LIBRARY        MsgEditorUtils.lib
       
    75 LIBRARY        euser.lib
       
    76 LIBRARY        cone.lib
       
    77 
       
    78 // CKON libraries
       
    79 
       
    80 LIBRARY			eikcoctl.lib
       
    81 LIBRARY			biut.lib			//CParsedField
       
    82 LIBRARY			msgs.lib			//Messaging Centre interface
       
    83 LIBRARY			avkon.lib
       
    84 LIBRARY			estor.lib
       
    85 LIBRARY			favouritesengine.lib
       
    86 LIBRARY			commonengine.lib		// StringLoader
       
    87 LIBRARY			richBio.lib			// Richtext component
       
    88 LIBRARY			FeatMgr.lib
       
    89 LIBRARY			SysUtil.lib
       
    90 LIBRARY         ws32.lib
       
    91 
       
    92 #ifdef WMLBC_ENABLE_LOGGING
       
    93 #ifdef WMLBC_LOG_TO_FILE
       
    94 DEBUGLIBRARY	flogger.lib		// Only in debug builds
       
    95 #endif // WMLBC_LOG_TO_FILE
       
    96 #endif // WMLBC_ENABLE_LOGGING
       
    97 
       
    98 // End of file