emailservices/nmregister/nmregister.pro
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 03 May 2010 12:23:15 +0300
changeset 20 ecc8def7944a
child 23 2dc6caa42ec3
permissions -rw-r--r--
Revision: 201015 Kit: 201018

#
# Copyright (c) 2010 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:
#
#
 
TEMPLATE = lib
CONFIG += plugin hb mobility qtservice
QTSERVICE.DESCRIPTOR = resource/nmregister.xml
MOBILITY = serviceframework
TARGET = nmregister
QT += core
#RESOURCES += nmregister.qrc
LIBS += -lxqservice

symbian: {
TARGET.UID3=0x2002DD16
TARGET.VID = VID_DEFAULT
INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE
load(data_caging_paths)
pluginDep.sources = nmregister.dll
pluginDep.path = $$QT_PLUGINS_BASE_DIR
DEPLOYMENT += pluginDep

#addFiles.sources += ./resources/nmregister.xml
#addFiles.path = xmldata
#DEPLOYMENT += addFiles

BLD_INF_RULES.prj_exports += "resource/nmregister.xml 			z:/private/2002DD16/nmregister.xml"
BLD_INF_RULES.prj_exports += "rom/nmregister.iby		CORE_APP_LAYER_IBY_EXPORT_PATH(nmregister.iby)"
TARGET.EPOCALLOWDLLDATA = 1
}

TARGET.CAPABILITY = ALL -TCB
    
SOURCES += src/nmmailboxregisterinterface.cpp \
           src/nmmailboxregisterinterfaceplugin.cpp

HEADERS += inc/nmmailboxregisterinterface.h \
					 inc/nmmailboxregisterinterface_p.h \
					 inc/nmmailboxregisterinterfaceplugin.h

LIBS += -leuser
LIBS += -llibc

INCLUDEPATH += 

DEPENDPATH += .