diff -r fa1df4b99609 -r ebe688cedc25 messagingapp/msgnotifications/flashmsgnotifier/flashmsgnotifier.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingapp/msgnotifications/flashmsgnotifier/flashmsgnotifier.pro Tue Aug 31 15:11:31 2010 +0300 @@ -0,0 +1,58 @@ +# 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 = flashmsgnotifier +CONFIG += hb service + +QT += core + +INCLUDEPATH += . inc ../inc +INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE +INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE +INCLUDEPATH += ../msgnotifier/inc +INCLUDEPATH += ../../../inc + + +HEADERS += inc/flashmsgnotifier.h \ + inc/flashmsgnotifier_p.h + +SOURCES += src/main.cpp \ + src/flashmsgnotifier.cpp \ + src/flashmsgnotifier_p.cpp + +LIBS += -lxqservice \ + -lxqserviceutil \ + -lmsgs \ + -letext \ + -lsmcm \ + -lgsmu \ + -lxqutils \ + -lcsserverclientapi \ + -lxqsystemtoneservice + +SERVICE.FILE = service_conf.xml +SERVICE.OPTIONS = embeddable +SERVICE.OPTIONS += hidden + +# Capability +symbian { + TARGET.UID3 = 0x2001FE72 + TARGET.CAPABILITY = All -TCB +} + +TRANSLATIONS = messaging.ts + +# Build.inf rules +BLD_INF_RULES.prj_exports += \ + "$${LITERAL_HASH}include " \ + "rom/flashmsgnotifier.iby CORE_APP_LAYER_IBY_EXPORT_PATH(flashmsgnotifier.iby)" + \ No newline at end of file