htiui/HtiServicePlugins/HtiPIMServicePlugin/group/HtiPIMServicePlugin.mmp
branchRCL_3
changeset 20 48060abbbeaf
parent 19 d40e813b23c0
child 21 b3cee849fa46
equal deleted inserted replaced
19:d40e813b23c0 20:48060abbbeaf
     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 PIM service
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          HtiPIMServicePlugin.dll
       
    22 TARGETTYPE      PLUGIN
       
    23 
       
    24 // ECom Dll recognition UID followed by the unique UID for this dll
       
    25 UID             0x10009D8D 0x200212C3
       
    26 
       
    27 VENDORID        0x101FB657
       
    28 
       
    29 CAPABILITY      ALL -TCB
       
    30 
       
    31 SOURCEPATH      ../src
       
    32 SOURCE          proxy.cpp
       
    33 SOURCE          HtiPIMServicePlugin.cpp
       
    34 SOURCE          PIMHandler.cpp
       
    35 SOURCE          HtiBookmarkHandler.cpp 
       
    36 SOURCE          HtiSimDirHandler.cpp
       
    37 
       
    38 USERINCLUDE     ../inc
       
    39 APP_LAYER_SYSTEMINCLUDE
       
    40 
       
    41 START RESOURCE  ../data/200212C3.rss
       
    42 TARGET          HtiPIMServicePlugin.rsc
       
    43 END
       
    44 
       
    45 LIBRARY         cmmanager.lib
       
    46 LIBRARY         apgrfx.lib
       
    47 LIBRARY         calinterimapi.lib
       
    48 LIBRARY         charconv.lib
       
    49 LIBRARY         ecom.lib
       
    50 LIBRARY         estor.lib
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         favouritesengine.lib
       
    53 LIBRARY         ws32.lib
       
    54 LIBRARY         flogger.lib
       
    55 LIBRARY         cntmodel.lib
       
    56 LIBRARY			etelmm.lib
       
    57 LIBRARY			etel.lib 
       
    58 SMPSAFE
       
    59 
       
    60 // End of file