calendarui/regionalplugins/Thai/thai.pro
changeset 18 c198609911f9
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 Thai plugin module.
       
    15 #
       
    16 
       
    17 
       
    18 TEMPLATE = lib
       
    19 CONFIG += hb
       
    20 TARGET = calenthaiplugin
       
    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 							 /epoc32/include/stdapis \
       
    28 							 /epoc32/include/stdapis/sys \
       
    29 							 /epoc32/include/osextensions/stdapis \
       
    30 							 /epoc32/include/osextensions/stdapis/sys \
       
    31 						   /sf/mw/hb/include/hbservices \
       
    32 						   /sf/mw/hb/include/hbservices/private \
       
    33 						   /sf/mw/hb/include/hbcore \
       
    34 						   /sf/mw/hb/hbcore/private
       
    35 
       
    36 # MMP Rules
       
    37 mmpRules = \
       
    38 "$${LITERAL_HASH}include <platform_paths.hrh>" \
       
    39 #"$${LITERAL_HASH}include <../inc/CalenThaiPluginUids.h>" \
       
    40 "$${LITERAL_HASH}include <data_caging_paths.hrh>" \
       
    41 "APP_LAYER_SYSTEMINCLUDE" \
       
    42 	\
       
    43 "SOURCEPATH      ./data" \
       
    44 "START RESOURCE hb_CalenThaiPlugin.rss" \
       
    45 "TARGET hb_CalenThaiPlugin.rsc" \
       
    46 "TARGETPATH ECOM_RESOURCE_DIR" \
       
    47 "LANGUAGE_IDS" \
       
    48 "END"
       
    49 
       
    50 MMP_RULES +=mmpRules
       
    51 symbian: {
       
    52 
       
    53 TARGET.UID2 = 0x10009D8D #SYMBIAN_ECOM_PLUGIN_UID 
       
    54 TARGET.UID3 = 0x102823A9 #CALENLUNARCHINESEPLUGIN_DLL_UID 
       
    55 TARGET.CAPABILITY = CAP_ECOM_PLUGIN 
       
    56 
       
    57 }
       
    58 # Input
       
    59 #HEADERS += ./inc/CalenLunarChinesePlugin.h 
       
    60 
       
    61 SOURCES +=  ./src/calenthaiplugin.cpp \
       
    62             ./src/calenthaipluginproxy.cpp 
       
    63            
       
    64 LIBS +=    -lcalinterimapi \
       
    65 			-lcone \
       
    66             -lecom \
       
    67             -leikcdlg \
       
    68             -leikctl \
       
    69             -leikcoctl \
       
    70             -leikcore \
       
    71             -leuser \
       
    72             -lgdi \
       
    73             -lbafl \
       
    74             -lplatformenv \
       
    75             -lefsrv \
       
    76             -lCommonEngine \
       
    77             -lccon \
       
    78             -lestor \
       
    79             -lcentralrepository \
       
    80             -lCdlEngine \
       
    81             -laknskins \
       
    82 	    -laknicon \
       
    83 	    -legul \
       
    84 	    -lflogger \	 
       
    85 		-lavkon \
       
    86 		-lqtmain.lib
       
    87 
       
    88 # End of file	--Don't remove this.