calendarui/regionalplugins/lunarchinese/lunarchinese.pro
changeset 18 c198609911f9
child 23 fd30d51f876b
equal deleted inserted replaced
0:f979ecb2b13e 18:c198609911f9
       
     1 #
       
     2 # Copyright (c) 2009 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: Project file for LunarChinese plugin module.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 CONFIG += hb
       
    20 TARGET = calenlunarchineseplugin
       
    21 DEPENDPATH +=  ./inc ./src ./data
       
    22 INCLUDEPATH +=  ./inc 
       
    23 INCLUDEPATH += ../inc ../../inc
       
    24 INCLUDEPATH += /epoc32/include/ecom
       
    25 INCLUDEPATH += /orbit/include
       
    26 INCLUDEPATH += /epoc32/include/osextensions/stdapis/stlport \
       
    27 						   /sf/mw/hb/include/hbservices \
       
    28 						   /sf/mw/hb/include/hbservices/private \
       
    29 						   /sf/mw/hb/include/hbcore \
       
    30 						   /sf/mw/hb/hbcore/private
       
    31 
       
    32 
       
    33 
       
    34 BLD_INF_RULES.prj_exports += \
       
    35 "./data/solaritems  /epoc32/data/z/data/solaritems" 
       
    36 
       
    37 # MMP Rules
       
    38 mmpRules = \
       
    39 "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    40 #"$${LITERAL_HASH}include <../inc/CalenRegionalPluginUids.h>" \
       
    41 "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    42 "APP_LAYER_SYSTEMINCLUDE" \
       
    43 	\
       
    44 "SOURCEPATH      ./data" \
       
    45 "START RESOURCE hb_calenlunarchineseplugin.rss" \
       
    46 "TARGET hb_calenlunarchineseplugin.rsc" \
       
    47 "TARGETPATH ECOM_RESOURCE_DIR" \
       
    48 "LANGUAGE_IDS" \
       
    49 "END" \
       
    50 \
       
    51 "START RESOURCE  ./data/calenlunarchineseplugindata.rss" \
       
    52 "HEADER" \
       
    53 "TARGETPATH      RESOURCE_FILES_DIR" \
       
    54 "LANGUAGE_IDS" \
       
    55 "END"
       
    56 
       
    57 MMP_RULES +=mmpRules
       
    58 symbian: {
       
    59 
       
    60 TARGET.UID2 = 0x10009D8D #SYMBIAN_ECOM_PLUGIN_UID 
       
    61 TARGET.UID3 = 0x102823A8 #CALENLUNARCHINESEPLUGIN_DLL_UID 
       
    62 TARGET.CAPABILITY = CAP_ECOM_PLUGIN 
       
    63 
       
    64 }
       
    65 # Input
       
    66 HEADERS += ./inc/CalenLunarChinesePlugin.h 
       
    67 
       
    68 SOURCES +=  ./src/CalenLunarChinesePlugin.cpp \
       
    69             ./src/CalenLunarChinesePluginProxy.cpp 
       
    70           
       
    71 LIBS +=    -lcalinterimapi \
       
    72 			-lcone \
       
    73             -lecom \
       
    74             -leikcdlg \
       
    75             -leikctl \
       
    76             -leikcoctl \
       
    77             -leikcore \
       
    78             -leuser \
       
    79             -lgdi \
       
    80             -lbafl \
       
    81             -lplatformenv \
       
    82             -lefsrv \
       
    83             -lCommonEngine \
       
    84             -lccon \
       
    85             -lestor \
       
    86             -lcentralrepository \
       
    87             -lCdlEngine \
       
    88             -laknskins \
       
    89 	    -laknicon \
       
    90 	    -legul \
       
    91 	    -lflogger \	 
       
    92 		-lavkon \
       
    93             -lcalenregionalutil
       
    94 
       
    95 # End of file	--Don't remove this.