phonebookengines_old/contactsmodel/cntvcard/CNTVCARD.MMP
changeset 40 b46a585f6909
equal deleted inserted replaced
37:fd64c38c277d 40:b46a585f6909
       
     1 // Copyright (c) 1997-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 // cntvcard.dll Contacts vCard parser
       
    15 // 
       
    16 //
       
    17 
       
    18 CAPABILITY   All -TCB
       
    19 target cntvcard.dll
       
    20 targettype plugin
       
    21 UID		0x10009D8D 0x102035F8
       
    22 
       
    23 start resource 102035F8.RSS
       
    24 target cntvcard.rsc
       
    25 end
       
    26 
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH	.
       
    30 
       
    31 userinclude     ../cntvcard ../src
       
    32 userinclude		../inc
       
    33 USERINCLUDE     ../../../../organizer/pimappsupport/vcardandvcal/inc
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 source cntvcardstd.cpp cntvcardconverter.cpp
       
    38 source cntvcardimport.cpp cntvcardexport.cpp
       
    39 
       
    40 library         euser.lib  versit.lib  vcard.lib bafl.lib  cntmodel.lib conarc.lib estor.lib
       
    41 
       
    42 LIBRARY			ecom.lib
       
    43 
       
    44 START WINS
       
    45 //	baseaddress	0x43000000
       
    46 END
       
    47 
       
    48 START MARM
       
    49 END
       
    50 	
       
    51 SMPSAFE