voipplugins/sipconnectionprovider/ipvoicemailengine/group/ipvoicemailengine.mmp
changeset 0 a4daefaec16c
equal deleted inserted replaced
-1:000000000000 0:a4daefaec16c
       
     1 /*
       
     2 * Copyright (c) 2002-2008 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:  mmp-file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 TARGET             ipvoicemailengine.dll
       
    25 TARGETTYPE         DLL
       
    26 UID                0x1000008D     0x1020596F
       
    27 
       
    28 VENDORID           VID_DEFAULT
       
    29 CAPABILITY         CAP_GENERAL_DLL
       
    30 
       
    31 
       
    32 
       
    33 SOURCEPATH         ../src
       
    34 SOURCE             ipvmbxengine.cpp
       
    35 SOURCE             ipvmbxeventmonitor.cpp 
       
    36 SOURCE             ipvmbxbase.cpp
       
    37 SOURCE             ipvmbxinterface.cpp
       
    38 SOURCE             ipvmbxparsetype.cpp
       
    39 
       
    40 START RESOURCE ipvoicemailengine.rss
       
    41 HEADER
       
    42 TARGETPATH RESOURCE_FILES_DIR
       
    43 LANGUAGE_IDS
       
    44 END //RESOURCE
       
    45 
       
    46 USERINCLUDE        ../inc
       
    47 
       
    48 // Default system include paths for application layer modules.
       
    49 APP_LAYER_SYSTEMINCLUDE
       
    50 
       
    51 LIBRARY            euser.lib
       
    52 LIBRARY            etext.lib           // for CParaFormatLayer, CCharFormatLayer, CRichText
       
    53 LIBRARY            msgs.lib efsrv.lib gsmu.lib smcm.lib //Messaging SMS
       
    54 LIBRARY            mceclient.lib
       
    55 LIBRARY            serviceprovidersettings.lib
       
    56 LIBRARY            sipprofilecli.lib
       
    57 LIBRARY            charconv.lib 
       
    58 LIBRARY            commonengine.lib
       
    59