htiui/HtiServicePlugins/HtiMessagesServicePlugin/group/HtiMessagesServicePlugin.mmp
changeset 0 d6fe6244b863
child 3 2703485a934c
equal deleted inserted replaced
-1:000000000000 0:d6fe6244b863
       
     1 /*
       
     2 * Copyright (c) 2009 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:  ECOM implementation of HtiMessagesServicePlugin service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiMessagesServicePlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 UID             0x10009D8D 0x200212C5
       
    25 
       
    26 VENDORID        0x101FB657
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 SOURCE          proxy.cpp
       
    32 SOURCE          HtiMessagesServicePlugin.cpp
       
    33 SOURCE          MessageMgmntHandler.cpp
       
    34 SOURCE          HtiIAPHandler.cpp
       
    35 SOURCE          HtiMailboxHandler.cpp
       
    36 SOURCE          HtiMsgSettingsHandler.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE  ../data/200212C5.rss
       
    42 TARGET          HtiMessagesServicePlugin.rsc
       
    43 END
       
    44 
       
    45 LIBRARY         apgrfx.lib
       
    46 LIBRARY         apmime.lib
       
    47 LIBRARY         bafl.lib
       
    48 LIBRARY         centralRepository.lib
       
    49 LIBRARY         charconv.lib
       
    50 LIBRARY         cmmanager.lib
       
    51 LIBRARY         connmon.lib
       
    52 LIBRARY         ecom.lib
       
    53 LIBRARY         efsrv.lib
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         gsmu.lib
       
    56 LIBRARY         imcm.lib
       
    57 LIBRARY         mmscli.lib
       
    58 LIBRARY         msgs.lib
       
    59 LIBRARY         smcm.lib
       
    60 LIBRARY         etel.lib
       
    61 LIBRARY         etelmm.lib
       
    62 LIBRARY         etext.lib
       
    63 LIBRARY         imumutils.lib
       
    64 LIBRARY         mmsserversettings.lib
       
    65 LIBRARY         flogger.lib
       
    66 
       
    67 SMPSAFE
       
    68 
       
    69 // End of file