calendarui/regionalplugins/lunarchinese/lunarchinese.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:30:32 +0300
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 45 b6db4fd4947b
child 49 5de72ea7a065
permissions -rw-r--r--
Revision: 201015 Kit: 201018

#
# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
# All rights reserved.
# This component and the accompanying materials are made available
# under the terms of "Eclipse Public License v1.0"
# which accompanies this distribution, and is available
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
#
# Initial Contributors:
# Nokia Corporation - initial contribution.
#
# Contributors:
#
# Description: Project file for LunarChinese plugin module.
#

TEMPLATE = lib
CONFIG += hb
TARGET = calenlunarchineseplugin

DEPENDPATH +=  ./inc ./src
INCLUDEPATH +=  ./inc 
INCLUDEPATH += ../inc ../../inc


# Input
HEADERS += ./inc/CalenLunarChinesePlugin.h 

SOURCES +=  ./src/CalenLunarChinesePlugin.cpp \
            ./src/CalenLunarChinesePluginProxy.cpp 
          
LIBS +=    -lcalinterimapi \
			-lcone \
            -lecom \
            -leikcdlg \
            -leikctl \
            -leikcoctl \
            -leikcore \
            -leuser \
            -lgdi \
            -lbafl \
            -lplatformenv \
            -lefsrv \
            -lCommonEngine \
            -lccon \
            -lestor \
            -lcentralrepository \
            -lCdlEngine \
            -laknskins \
	    -laknicon \
	    -legul \
	    -lflogger \	 
		-lavkon \
            -lcalenregionalutil

symbian: {

INCLUDEPATH += /epoc32/include/ecom \
				../loc

TARGET.UID2 = 0x10009D8D #SYMBIAN_ECOM_PLUGIN_UID 
TARGET.UID3 = 0x2002EA3C #CALENLUNARCHINESEPLUGIN_DLL_UID 
TARGET.CAPABILITY = CAP_ECOM_PLUGIN
TARGET.EPOCALLOWDLLDATA = 1

BLD_INF_RULES.prj_exports += \
"./data/solaritems  /epoc32/data/z/private/10005901/solaritems" \
"./data/solaritems  /epoc32/release/winscw/udeb/z/private/10005901/solaritems" \
"./data/solaritems  /epoc32/release/winscw/urel/z/private/10005901/solaritems" 

# MMP Rules
mmpRules = \
"$${LITERAL_HASH}include <platform_paths.hrh>" \
#"$${LITERAL_HASH}include <../inc/CalenRegionalPluginUids.h>" \
"$${LITERAL_HASH}include <data_caging_paths.hrh>" \
"APP_LAYER_SYSTEMINCLUDE" \
 \
"SOURCEPATH      ./data" \
"START RESOURCE 2002EA3C.rss" \
"TARGET calenlunarchineseplugin.rsc" \
"TARGETPATH ECOM_RESOURCE_DIR" \
"LANGUAGE_IDS" \
"END" \
\
"START RESOURCE  calenlunarchineseplugindata.rss" \
"HEADER" \
"TARGETPATH      RESOURCE_FILES_DIR" \
"LANGUAGE_IDS" \
"END"  \
\
"TARGETTYPE plugin"


MMP_RULES +=mmpRules

MMP_RULES -= "OPTION_REPLACE ARMCC --export_all_vtbl -D__QT_NOEFFECTMACRO_DONOTUSE"

}


# End of file	--Don't remove this.