homescreenapp/hsapplication/installs_symbian.pri
changeset 35 f9ce957a272c
child 36 cdae8c6c3876
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/hsapplication/installs_symbian.pri	Fri Mar 19 09:27:44 2010 +0200
@@ -0,0 +1,32 @@
+#
+# 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:
+#
+
+deploy.path = z:
+
+exports1.path = /private/20022F35
+exports1.sources += resource_s60/homescreendb
+for(export1, exports1.sources):BLD_INF_RULES.prj_exports += "./$$export1 $$deploy.path$$exports1.path/$$basename(export1)"
+
+exports2.path = /private/20022f35/wallpapers
+exports2.sources += resource_s60/d_landscape.png
+exports2.sources += resource_s60/d_portrait.png
+for(export2, exports2.sources):BLD_INF_RULES.prj_exports += "./$$export2 $$deploy.path$$exports2.path/$$basename(export2)"
+
+exports3.path = /data/images/kqtihswallpapers
+exports3.sources += resource_s60/bg_1.png
+exports3.sources += resource_s60/bg_2.png
+exports3.sources += resource_s60/bg_3.png
+for(export3, exports3.sources):BLD_INF_RULES.prj_exports += "./$$export3 $$deploy.path$$exports3.path/$$basename(export3)"