omadm/lawmo/lawmoplugins/contactsplugin/group/contactsplugin.mmp
branchRCL_3
changeset 70 5d5344402085
parent 65 450d1facd418
child 73 5042b6604f6f
equal deleted inserted replaced
65:450d1facd418 70:5d5344402085
     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: Contacts plug-in mmp for LAWMO.
       
    15 *
       
    16 */ 
       
    17 #include <platform_paths.hrh>
       
    18 
       
    19 TARGET lawmocontactsplugin.dll
       
    20 TARGETTYPE PLUGIN
       
    21 
       
    22 // ECom Dll recognition UID followed by the unique UID for this dll
       
    23 UID 0x10009D8D 0x2002EA24
       
    24 VENDORID VID_DEFAULT
       
    25 CAPABILITY  CAP_ECOM_PLUGIN
       
    26 
       
    27 SOURCEPATH				../src
       
    28 SOURCE					contactsplugin.cpp
       
    29 SOURCE					contactspluginproxy.cpp
       
    30 SOURCE 					lawmocontactsasyncwipe.cpp
       
    31 
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 SYSTEMINCLUDE 		/epoc32/include/ecom
       
    34 
       
    35 USERINCLUDE 			../inc 
       
    36 USERINCLUDE 			../../../inc 
       
    37 
       
    38 SOURCEPATH				../data
       
    39 start resource contactsplugin.rss
       
    40 TARGET lawmocontactsplugin.rsc
       
    41 LANGUAGE_IDS
       
    42 end
       
    43 
       
    44 LIBRARY 	  euser.lib 
       
    45 LIBRARY			ecom.lib 
       
    46 LIBRARY			efsrv.lib
       
    47 
       
    48 // PbkEng.lib
       
    49 LIBRARY   PbkView.lib 
       
    50 LIBRARY		pbkeng.lib
       
    51 LIBRARY		cntmodel.lib 
       
    52 
       
    53 LIBRARY		ws32.lib // Closing Apps
       
    54 LIBRARY		apgrfx.lib // TApaTaskList
       
    55 
       
    56 LIBRARY   vpbkeng.lib
       
    57 LIBRARY   vpbksimstoreservice.lib
       
    58 LIBRARY		etel.lib	
       
    59 LIBRARY		etelmm.lib
       
    60 //DEBUGLIBRARY flogger.lib
       
    61 LIBRARY flogger.lib
       
    62 
       
    63