pimappsupport/chinesecalendaralg/group/cconplugin.mmp
branchRCL_3
changeset 12 38571fd2a704
child 65 12af337248b1
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
       
     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 USERINCLUDE ../pluginsrc
       
    25 
       
    26 SOURCEPATH ../pluginsrc
       
    27 
       
    28 SOURCE cconplugin.cpp
       
    29 SOURCE chinesecalendarconverterimpl.cpp
       
    30 SOURCE chinesecalendar.cpp
       
    31 SOURCE calcondata.cpp
       
    32 SOURCE gregoriancalendar.cpp
       
    33 SOURCE calendar.cpp
       
    34 
       
    35 LIBRARY euser.lib
       
    36 LIBRARY	ecom.lib
       
    37 
       
    38 SOURCEPATH .
       
    39 start resource 1028702c.rss
       
    40 	target cconplugin.rsc
       
    41 end
       
    42 SMPSAFE