testconnuis/htiui/HtiServicePlugins/HtiPIMServicePlugin/group/HtiPIMServicePlugin.mmp
changeset 2 453d490c84a5
equal deleted inserted replaced
1:753e33780645 2:453d490c84a5
       
     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 #include "../../../symbian_version.hrh"
       
    21 
       
    22 TARGET          HtiPIMServicePlugin.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 
       
    25 // ECom Dll recognition UID followed by the unique UID for this dll
       
    26 UID             0x10009D8D 0x200212C3
       
    27 
       
    28 VENDORID        0x101FB657
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          proxy.cpp
       
    34 SOURCE          HtiPIMServicePlugin.cpp
       
    35 SOURCE          PIMHandler.cpp
       
    36 SOURCE          HtiSimDirHandler.cpp
       
    37 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    38 SOURCE          HtiBookmarkHandler.cpp 
       
    39 #endif
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 START RESOURCE  ../data/200212C3.rss
       
    45 TARGET          HtiPIMServicePlugin.rsc
       
    46 END
       
    47 
       
    48 LIBRARY         cmmanager.lib
       
    49 LIBRARY         apgrfx.lib
       
    50 LIBRARY         calinterimapi.lib
       
    51 LIBRARY         charconv.lib
       
    52 LIBRARY         ecom.lib
       
    53 LIBRARY         estor.lib
       
    54 LIBRARY         euser.lib
       
    55 LIBRARY         ws32.lib
       
    56 LIBRARY         flogger.lib
       
    57 LIBRARY         cntmodel.lib
       
    58 LIBRARY			etelmm.lib
       
    59 LIBRARY			etel.lib 
       
    60 
       
    61 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
       
    62 LIBRARY         favouritesengine.lib
       
    63 #endif
       
    64 
       
    65 SMPSAFE
       
    66 
       
    67 // End of file