imstatuspaneindicatorplugin/group/imstatuspaneindicatorplugin.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 to the status pane.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include "../inc/imstatuspaneindicatorpluginuids.h"
       
    21 #include <data_caging_paths.hrh>
       
    22 
       
    23 
       
    24 #include <platform_paths.hrh>
       
    25 
       
    26 // Build target
       
    27 TARGET          imstatuspaneindicatorplugin.dll
       
    28 TARGETTYPE      PLUGIN
       
    29 UID             KECOMRECOGNITIONUID2 KIMSTATUSPANEINDICATORPLUGINUID3
       
    30 VENDORID        VID_DEFAULT
       
    31 CAPABILITY CAP_ECOM_PLUGIN
       
    32 VERSION      10.0
       
    33 
       
    34 //used to allow binary compression by making use of BYTEPAIR algorithm
       
    35 PAGED 
       
    36 
       
    37 // Source files location
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          imstatuspaneindicatorproxy.cpp 
       
    40 SOURCE			imstatuspaneindicator.cpp
       
    41 SOURCE			imstatuspaneindicatorpluginimplementation.cpp
       
    42 
       
    43 
       
    44 
       
    45 // Resources
       
    46 START RESOURCE ../rss/20026767.rss
       
    47 	TARGET imstatuspaneindicatorplugin.rsc
       
    48 	TARGETPATH ECOM_RESOURCE_DIR
       
    49 END
       
    50 
       
    51 START RESOURCE  ../rss/imstatuspaneindicatorpluginrss.rss
       
    52 DEPENDS aknfep.rsg
       
    53 HEADER
       
    54 TARGETPATH RESOURCE_FILES_DIR
       
    55 LANGUAGE_IDS
       
    56 END
       
    57 
       
    58 
       
    59 
       
    60 // Include paths
       
    61 USERINCLUDE     ../inc
       
    62 
       
    63 APP_LAYER_SYSTEMINCLUDE
       
    64 
       
    65 SYSTEMINCLUDE   /epoc32/include/ecom
       
    66 
       
    67 
       
    68 // Dependencies to system components
       
    69 LIBRARY     eikcore.lib
       
    70 LIBRARY     cone.lib
       
    71 LIBRARY     euser.lib
       
    72 LIBRARY     ecom.lib
       
    73 LIBRARY     avkon.lib
       
    74 LIBRARY     commonengine.lib    // stringloader
       
    75 LIBRARY     bafl.lib            // baflutils
       
    76 LIBRARY     efsrv.lib           // TParsePtrC
       
    77 LIBRARY     apgrfx.lib 
       
    78 LIBRARY     apparc.lib 
       
    79 
       
    80 //phone book
       
    81 LIBRARY		xSPViewServices.lib
       
    82 // imcvlauncher
       
    83 LIBRARY					imcvlauncher.lib
       
    84 // sp settings
       
    85 LIBRARY    		serviceprovidersettings.lib
       
    86 // End of File
       
    87