instantmsgindicatorplugin/group/instantmsgindicatorplugin.mmp
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
equal deleted inserted replaced
21:2b7283837edb 22:3104fc151679
     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:  plugin for getting the message infiormation form instantmessageingcache
       
    15 *
       
    16 */
       
    17 #include <data_caging_paths.hrh>
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 #include "../inc/instantmsgindicatoruids.h"
       
    23 
       
    24 TARGET		 instantmsgindicatorplugin.dll
       
    25 TARGETTYPE	 PLUGIN
       
    26 UID			 KECOMRECOGNITIONUID2 KINSTANTMSGINDICATORUID3
       
    27 CAPABILITY   CAP_ECOM_PLUGIN
       
    28 
       
    29 VERSION      10.0
       
    30 
       
    31 //used to allow binary compression by making use of BYTEPAIR algorithm
       
    32 PAGED 
       
    33 
       
    34 USERINCLUDE	 ../inc
       
    35 USERINCLUDE	 ../../instantmessagesalert/inc
       
    36 
       
    37 // Default system include paths for application layer modules.
       
    38 APP_LAYER_SYSTEMINCLUDE
       
    39 
       
    40 SYSTEMINCLUDE  /epoc32/include/ecom
       
    41 
       
    42 SOURCEPATH	  ../src
       
    43 
       
    44 SOURCE        instantmsgindicatorproxy.cpp
       
    45 SOURCE		  instantmsgindicatorpluginimplementation.cpp
       
    46 
       
    47 
       
    48 // Resources
       
    49 START RESOURCE  ../rss/20026766.rss
       
    50 TARGET			instantmsgindicatorplugin.rsc
       
    51 TARGETPATH      ECOM_RESOURCE_DIR
       
    52 END
       
    53 
       
    54 
       
    55 LIBRARY         aknskins.lib
       
    56 LIBRARY         egul.lib
       
    57 LIBRARY         fbscli.lib 
       
    58 LIBRARY         aknicon.lib
       
    59 
       
    60 LIBRARY			    efsrv.lib
       
    61 LIBRARY         commonengine.lib
       
    62 LIBRARY         bafl.lib
       
    63 LIBRARY         euser.lib
       
    64 LIBRARY         cone.lib
       
    65 LIBRARY         ecom.lib
       
    66 LIBRARY         apparc.lib
       
    67 LIBRARY         apgrfx.lib
       
    68 LIBRARY         calinterimapi.lib
       
    69 LIBRARY			aknnotify.lib
       
    70 LIBRARY			instantmessagesalert.lib
       
    71 
       
    72 // Eod of file
       
    73