messagingapp/msgnotifications/msgerrornotifier/msgerrornotifier.pro
changeset 25 84d9eb65b26f
child 34 84197e66a4bd
child 37 518b245aa84c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingapp/msgnotifications/msgerrornotifier/msgerrornotifier.pro	Mon May 03 12:29:07 2010 +0300
@@ -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 <platform_paths.hrh>" \
+                             ".\rom\msgerrornotifier.iby CORE_APP_LAYER_IBY_EXPORT_PATH(msgerrornotifier.iby)"
+                             
\ No newline at end of file