diff -r 6a20128ce557 -r ebfee66fde93 messagingapp/msgnotifications/msgerrornotifier/msgerrornotifier.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingapp/msgnotifications/msgerrornotifier/msgerrornotifier.pro Fri Jun 04 10:25:39 2010 +0100 @@ -0,0 +1,39 @@ +# 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: Message Error Notifier Exe Pro File + +TEMPLATE = app +TARGET = msgerrornotifier +CONFIG += hb service + +INCLUDEPATH += . inc ../inc +INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE +INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE + +HEADERS += inc/msgerrornotifier.h \ + inc/msgerrornotifiersvc.h + +SOURCES += src/main.cpp \ + src/msgerrornotifier.cpp \ + src/msgerrornotifiersvc.cpp + +LIBS += -lxqservice \ + -lxqserviceutil + +SERVICE.FILE = service_conf.xml +SERVICE.OPTIONS = embeddable +SERVICE.OPTIONS += hidden + +symbian:TARGET.UID3 = 0x2001FE74 + + +BLD_INF_RULES.prj_exports += "$${LITERAL_HASH}include " \ + ".\rom\msgerrornotifier.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgerrornotifier.iby)" + \ No newline at end of file