calendarui/regionalplugins/KoreanLunar/group/CalenKoreanLunarPlugin.mmp
branchRCL_3
changeset 31 97232defd20e
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 #include <platform_paths.hrh>
       
    18 #include "..\inc\CalenLunarPluginUids.hrh"
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 
       
    22 // Target
       
    23 TARGET CalenKoreanLunarPlugin.dll
       
    24 TARGETTYPE PLUGIN
       
    25 UID SYMBIAN_ECOM_PLUGIN_UID CALENKOREANLUNARPLUGIN_DLL_UID
       
    26 
       
    27 // Includes
       
    28 USERINCLUDE ..\inc
       
    29 USERINCLUDE ..\..\..\cenrep
       
    30 
       
    31 //SYSTEMINCLUDE ..\..\interface
       
    32 SYSTEMINCLUDE ..\..\..\inc
       
    33 SYSTEMINCLUDE ..\..\calenregionalutil\inc
       
    34 
       
    35 APP_LAYER_SYSTEMINCLUDE
       
    36 
       
    37 SYSTEMINCLUDE \epoc32\include\ecom
       
    38 
       
    39 // Resources
       
    40 SOURCEPATH ..\data
       
    41 // Ecom Resource
       
    42 RESOURCE CalenKoreanLunarPlugin.rss
       
    43 // Normal resource
       
    44 START RESOURCE CalenKoreanLunarPluginData.rss
       
    45 HEADER
       
    46 TARGETPATH      RESOURCE_FILES_DIR
       
    47 LANGUAGE_IDS
       
    48 END
       
    49 
       
    50 
       
    51 // Sources
       
    52 
       
    53 SOURCEPATH ..\src
       
    54 SOURCE CalenLunarPluginProxy.cpp
       
    55 SOURCE CalenKoreanLunarPlugin.cpp
       
    56 SOURCE CalenLunarSettingItem.cpp
       
    57 SOURCE CalenLunarInfo.cpp
       
    58 SOURCE CalenLunarInfoProvider.cpp
       
    59 SOURCE CalenSolarTerms.cpp
       
    60 SOURCE CalenLunarLocalizedInfo.cpp
       
    61 SOURCE CalenLunarLocalizer.cpp
       
    62 SOURCE CalenExtraRowFormatter.cpp
       
    63 
       
    64 
       
    65 // Libraries
       
    66 LIBRARY bafl.lib
       
    67 LIBRARY ccon.lib
       
    68 LIBRARY ecom.lib
       
    69 LIBRARY efsrv.lib
       
    70 LIBRARY estor.lib
       
    71 LIBRARY euser.lib
       
    72 LIBRARY calencommonutils.lib
       
    73 LIBRARY aknskins.lib
       
    74 
       
    75 // Libraries for view extension
       
    76 LIBRARY avkon.lib
       
    77 LIBRARY cone.lib
       
    78 LIBRARY gdi.lib
       
    79 LIBRARY eikcoctl.lib
       
    80 
       
    81 // Libraries for setting extension
       
    82 LIBRARY commonengine.lib
       
    83 LIBRARY centralrepository.lib
       
    84 
       
    85 LIBRARY         calinterimapi.lib
       
    86 
       
    87 
       
    88 // Misc
       
    89 CAPABILITY CAP_ECOM_PLUGIN
       
    90 VENDORID VID_DEFAULT