messagingapp/msgui/unifiededitor/tsrc/unittest_msgunieditorutils/unittest_msgunieditorutils.pro
changeset 76 60a8a215b0ec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/messagingapp/msgui/unifiededitor/tsrc/unittest_msgunieditorutils/unittest_msgunieditorutils.pro	Tue Oct 19 11:30:16 2010 +0530
@@ -0,0 +1,34 @@
+#
+# 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:
+#
+#
+
+TARGET = unittest_msgunieditorutils
+TARGET.UID3 = 0x20024340
+
+include(../tsrc.pri)
+
+BLD_INF_RULES.prj_testexports += "$${LITERAL_HASH}include <platform_paths.hrh>" \
+    "./data/JPEG_CIF.JPG		c:/data/testUniEditor/JPEG_CIF.JPG" \
+
+symbian: {
+	addJPEGCIF.sources = ./data/JPEG_CIF.JPG
+	addJPEGCIF.path = c:/data/testUniEditor
+	DEPLOYMENT += addJPEGCIF
+
+}
+# Input
+HEADERS += unittest_msgunieditorutils.h
+SOURCES += unittest_msgunieditorutils.cpp
\ No newline at end of file