phonebookengines_old/contactsmodel/cntmatchlog/group/cntmatchlog.mmp
changeset 40 b46a585f6909
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // cntmatchlog.dll. Plugin contacts matching implementation for logeng
       
    15 // 
       
    16 //
       
    17 
       
    18 TARGET				cntmatchlog.dll
       
    19 TARGETTYPE			PLUGIN
       
    20 
       
    21 UID				0x10009d8d 0x2000862D
       
    22 VENDORID			0x70000001
       
    23 
       
    24 CAPABILITY 			ProtServ ReadUserData WriteUserData
       
    25 
       
    26 SOURCEPATH			../src
       
    27 SOURCE				CntMatchLog.cpp
       
    28 
       
    29 USERINCLUDE			../inc
       
    30 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 
       
    32 START RESOURCE		../src/2000862D.rss
       
    33 	TARGET 				cntmatchlog.rsc
       
    34 END
       
    35 
       
    36 LIBRARY				euser.lib
       
    37 LIBRARY				ecom.lib
       
    38 LIBRARY  			cntmodel.lib
       
    39 LIBRARY   			logcntmodel.lib
       
    40 
       
    41 SMPSAFE