aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@digia.com>2014-03-27 07:13:46 +0200
committerIikka Eklund <iikka.eklund@digia.com>2014-04-10 12:43:56 +0200
commita9f25fb9078a42596ae3b2c3acc978543fb19392 (patch)
tree6a3ea473240a0a288db757a06e5a7c521424802c /packaging-tools/pkg_constants.py
parent683e6d71fa20b7e19c44a5e6dce99c602f2faf09 (diff)
Move some packaging constants into pkg_constants.py file
Change-Id: I6471ff4f90c7fd9d7e8fa354e9e41a3f6f38d32c Reviewed-by: Antti Kokko <antti.kokko@digia.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
index c667c6326..3a817d236 100644
--- a/packaging-tools/pkg_constants.py
+++ b/packaging-tools/pkg_constants.py
@@ -42,3 +42,5 @@
RTA_DESCRIPTION_FILE_DIR_NAME = 'rta_description_files'
RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'
+INSTALLER_OUTPUT_DIR_NAME = 'installer_output'
+IFW_BUILD_OUTPUT_DIR = 'build_artifacts'