wvuing/imindicatorplugin/group/imindicatorpluginng.mmp
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 /*
       
     2 * Copyright (c) 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:  This is project specification file for handling UIP taps in IM
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 CAPABILITY CAP_ECOM_PLUGIN
       
    20 
       
    21 #include "../../inc/ChatNGCommonUIDs.h"
       
    22 #include <data_caging_paths.hrh>
       
    23 
       
    24 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    25 #include <platform_paths.hrh>
       
    26 
       
    27 // Build target
       
    28 TARGET          imindicatorpluginng.dll
       
    29 TARGETTYPE      PLUGIN
       
    30 UID             KECOMRECOGNITIONUID2 KIMINDICATORPLUGINUID3
       
    31 VENDORID        VID_DEFAULT
       
    32 
       
    33 
       
    34 // Source files location
       
    35 SOURCEPATH      ../src
       
    36 SOURCE          cimindicatorpluginimplementation.cpp
       
    37 SOURCE          caminimalresourcereader.cpp
       
    38 SOURCE          dllmain.cpp
       
    39 
       
    40 
       
    41 // Resources
       
    42 START RESOURCE  ../rss/102823BD.rss
       
    43 TARGET			ImIndicatorPluginng.rsc
       
    44 END
       
    45 
       
    46 START RESOURCE  ../rss/imindicatorng.rss
       
    47 HEADER
       
    48 TARGETPATH RESOURCE_FILES_DIR
       
    49 LANGUAGE_IDS
       
    50 END
       
    51 
       
    52 
       
    53 
       
    54 // Include paths
       
    55 USERINCLUDE     ../rss
       
    56 USERINCLUDE     ../inc
       
    57 USERINCLUDE     ../group
       
    58 USERINCLUDE     ../../inc
       
    59 USERINCLUDE     ../../group
       
    60 USERINCLUDE     ../../wvuiave/appinc
       
    61 USERINCLUDE 	../../loc
       
    62 
       
    63 SYSTEMINCLUDE   ../../../inc	//ADO-specific include directory
       
    64 
       
    65 APP_LAYER_SYSTEMINCLUDE
       
    66 
       
    67 SYSTEMINCLUDE   /epoc32/include/ecom
       
    68 
       
    69 #include "../../Inc/impsbuilddefinitions.h"
       
    70 #ifdef _ENABLE_DEBUG_PRINT
       
    71     MACRO   CHAT_ENABLE_DEBUG_PRINT
       
    72     #ifdef _ENABLE_FILE_DEBUG
       
    73         MACRO   CHAT_DEBUG_OUTPUT_TO_FILE
       
    74         LIBRARY		flogger.lib
       
    75     #endif
       
    76 #endif
       
    77 
       
    78 // Dependencies to system components
       
    79 LIBRARY     eikcore.lib
       
    80 LIBRARY     cone.lib
       
    81 LIBRARY     euser.lib
       
    82 LIBRARY     ecom.lib
       
    83 LIBRARY     avkon.lib
       
    84 LIBRARY     commonengine.lib    // stringloader
       
    85 LIBRARY     bafl.lib            // baflutils
       
    86 LIBRARY     efsrv.lib           // TParsePtrC
       
    87 
       
    88 
       
    89 
       
    90 // End of File
       
    91