omads/omadsextensions/dsutils/nsmldefaultagendahandler/bld/nsmldefaultagendahandler.mmp
branchRCL_3
changeset 52 4f0867e42d62
parent 1 95fdac6ccb5c
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:   
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 CAPABILITY      CAP_ECOM_PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 TARGET          nsmldefaultagendahandler.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x20029F16
       
    27 
       
    28 START  RESOURCE ../data/nsmldefaultagendahandler.rss
       
    29 TARGET           nsmldefaultagendahandler.rsc
       
    30 END
       
    31 
       
    32 START RESOURCE ../data/nsmldefaultagendahandler_1_2.rss
       
    33 HEADER
       
    34 TARGETPATH	RESOURCE_FILES_DIR
       
    35 LANGUAGE_IDS
       
    36 END 
       
    37 
       
    38 SOURCEPATH      ../src
       
    39 SOURCE          nsmldefaultagendahandlerutil.cpp
       
    40 SOURCE          nsmldefaultagendahandlerplugin.cpp
       
    41 
       
    42 USERINCLUDE     ../inc
       
    43 USERINCLUDE     ../loc
       
    44 
       
    45 SYSTEMINCLUDE /epoc32/include/ecom
       
    46 
       
    47 APP_LAYER_SYSTEMINCLUDE
       
    48 
       
    49 LIBRARY         euser.lib
       
    50 LIBRARY         eCom.lib
       
    51 LIBRARY         efsrv.lib 
       
    52 LIBRARY         estor.lib
       
    53 LIBRARY         flogger.lib
       
    54 LIBRARY         bafl.lib
       
    55 LIBRARY         charconv.lib 
       
    56 LIBRARY         centralrepository.lib
       
    57 LIBRARY         eikcore.lib 
       
    58 LIBRARY         cone.lib 
       
    59 LIBRARY         CommonEngine.lib 
       
    60 LIBRARY		    calinterimapi.lib 
       
    61 LIBRARY     	calencommonutils.lib
       
    62 LIBRARY     	nsmlfolderparser.lib
       
    63 LIBRARY 		gdi.lib
       
    64 LIBRARY			smlstoreformat.lib
       
    65 LIBRARY 		nsmlchangefinder.lib
       
    66 
       
    67 #if defined(ARMCC)
       
    68 DEFFILE		./def/eabinsmldefaultagendahandler.DEF
       
    69 #elif defined(WINSCW)
       
    70 DEFFILE		./def/bwinscwnsmldefaultagendahandler.DEF
       
    71 #endif