pimappsupport/chinesecalendaralg/group/cconplugin.mmp
changeset 18 c198609911f9
child 89 b57382753122
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 // Copyright (c) 2000-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 // cconplugin.dll Bi-directional Chinese Lunar calendar to Gregorian calendar
       
    15 //
       
    16 
       
    17 TARGET cconplugin.dll
       
    18 TARGETTYPE plugin
       
    19 CAPABILITY   All -TCB
       
    20 UID	0x10009D8D 0x1028702C
       
    21 VENDORID 0x70000001
       
    22 
       
    23 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    24 
       
    25 USERINCLUDE ../pluginsrc
       
    26 
       
    27 SOURCEPATH ../pluginsrc
       
    28 
       
    29 SOURCE cconplugin.cpp
       
    30 SOURCE chinesecalendarconverterimpl.cpp
       
    31 SOURCE chinesecalendar.cpp
       
    32 SOURCE calcondata.cpp
       
    33 SOURCE gregoriancalendar.cpp
       
    34 SOURCE calendar.cpp
       
    35 
       
    36 LIBRARY euser.lib
       
    37 LIBRARY	ecom.lib
       
    38 
       
    39 SOURCEPATH .
       
    40 start resource 1028702c.rss
       
    41 	target cconplugin.rsc
       
    42 end
       
    43 SMPSAFE