messagingappbase/smartmessaging/vcalbc/group/VCalBC.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 VCalBC
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 #include <data_caging_paths.hrh>
       
    22 #include "../src/VCalLogDef.h"
       
    23 
       
    24 TARGET          VCalbc.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x10005F5F 0x101F4CD9
       
    27 VERSION 	10.0
       
    28 CAPABILITY CAP_GENERAL_DLL
       
    29 PAGED
       
    30 
       
    31 TARGETPATH      system/libs
       
    32 SOURCEPATH      ../src
       
    33 
       
    34 SOURCE          VCalendarBioControl.cpp
       
    35 SOURCE          VCalendarBioControlDll.cpp
       
    36 SOURCE          VCalBcDataFiller.cpp
       
    37 SOURCE			VCalLog.cpp
       
    38 
       
    39 START RESOURCE ../group/vcalbc.rss
       
    40 HEADER
       
    41 TARGETPATH  RESOURCE_FILES_DIR
       
    42 LANGUAGE_IDS
       
    43 END
       
    44 
       
    45 #ifdef __SMARTMSG_SMS_VCAL_RECEIVING
       
    46 START RESOURCE ../bif/vcalbif_sms.rss
       
    47 TARGETPATH BIOFILE_DIR
       
    48 LANGUAGE_IDS
       
    49 END
       
    50 #else
       
    51 START RESOURCE ../bif/vcalbif_sms_no.rss
       
    52 TARGETPATH BIOFILE_DIR
       
    53 LANGUAGE_IDS
       
    54 END
       
    55 #endif
       
    56 
       
    57 USERINCLUDE     ../inc ../group ../src
       
    58 
       
    59 SYSTEMINCLUDE   ../../../../inc
       
    60 
       
    61 APP_LAYER_SYSTEMINCLUDE
       
    62 
       
    63 SOURCEPATH ../group
       
    64 
       
    65 LIBRARY     ecom.lib
       
    66 LIBRARY     MsgEditorUtils.lib
       
    67 LIBRARY     euser.lib
       
    68 LIBRARY     cone.lib
       
    69 LIBRARY     eikcoctl.lib
       
    70 LIBRARY     estor.lib //for RFileReadStream
       
    71 LIBRARY     msgs.lib
       
    72 LIBRARY     commonengine.lib // StringLoader
       
    73 LIBRARY     richbio.lib
       
    74 LIBRARY     calenImp.lib
       
    75 LIBRARY     CalInterimAPI.lib 
       
    76 LIBRARY     SysUtil.lib
       
    77 LIBRARY     featmgr.lib
       
    78 LIBRARY     efsrv.lib
       
    79 LIBRARY     ws32.lib
       
    80 LIBRARY     ServiceHandler.lib
       
    81 
       
    82 #ifdef VCALBC_ENABLE_LOGGING
       
    83 #ifdef VCALBC_LOG_TO_FILE
       
    84 LIBRARY	flogger.lib
       
    85 #endif // VCALBC_LOG_TO_FILE
       
    86 #endif // VCALBC_ENABLE_LOGGING
       
    87 
       
    88 // end of file