phonebookengines/contactsmodel/cntphone/cntphone.mmp
changeset 24 0ba2181d7c28
parent 0 e686773b3f54
child 37 fd64c38c277d
equal deleted inserted replaced
0:e686773b3f54 24:0ba2181d7c28
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 /*
     2 // All rights reserved.
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // This component and the accompanying materials are made available
     3 * All rights reserved.
     4 // under the terms of "Eclipse Public License v1.0"
     4 * This component and the accompanying materials are made available
     5 // which accompanies this distribution, and is available
     5 * under the terms of "Eclipse Public License v1.0"
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 * which accompanies this distribution, and is available
     7 //
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // Initial Contributors:
     8 *
     9 // Nokia Corporation - initial contribution.
     9 * Initial Contributors:
    10 //
    10 * Nokia Corporation - initial contribution.
    11 // Contributors:
    11 *
    12 //
    12 * Contributors:
    13 // Description:
    13 *
    14 // cntphone.dll Contacts phone number parser
    14 * Description: 
    15 // 
    15 * cntphone.dll Contacts phone number parser
    16 //
    16 *
       
    17 */
       
    18 
    17 
    19 
    18 CAPABILITY   All -TCB
    20 CAPABILITY   All -TCB
    19 target cntphone.dll
    21 target cntphone.dll
    20 
    22 
    21   targettype plugin
    23   targettype plugin
    22 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
    24   SYSTEMINCLUDE	/epoc32/include/ecom
    23   UID			0x10009D8D 0x102035FB
    25   UID			0x10009D8D 0x102035FB
    24 
    26 
    25   start resource 102035FB.RSS
    27   start resource 102035FB.RSS
    26 	target cntphone.rsc
    28 	target cntphone.rsc
    27   end
    29   end
    30 
    32 
    31 VENDORID		0x70000001
    33 VENDORID		0x70000001
    32 sourcepath		.
    34 sourcepath		.
    33 userinclude		../cntphone
    35 userinclude		../cntphone
    34 userinclude		../inc
    36 userinclude		../inc
       
    37 systeminclude   /epoc32/include
    35 source          cntphone.cpp
    38 source          cntphone.cpp
    36 library         euser.lib
    39 library         euser.lib
    37 
    40 
    38 LIBRARY			ecom.lib
    41 LIBRARY			ecom.lib
    39 
    42