summaryrefslogtreecommitdiff
path: root/riff/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'riff/constants.h')
-rwxr-xr-xriff/constants.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/riff/constants.h b/riff/constants.h
new file mode 100755
index 0000000..28111af
--- /dev/null
+++ b/riff/constants.h
@@ -0,0 +1,29 @@
+/*
+ * constants.h
+ *
+ * Copyright (C) ST-Ericsson SA 2011
+ * Authors: Srimanta Panda <srimanta.panda@stericsson.com>,
+ * Ola Borgelin <ola.borgelin@stericsson.com>,
+ * Karin Hedlund <karin.hedlund@stericsson.com>,
+ * Markus Andersson <markus.m.andersson@stericsson.com> for ST-Ericsson.
+ * License terms: 3-clause BSD license
+ *
+ */
+
+/*
+ * @addtogroup Constants
+ * @{
+ */
+
+#pragma once
+
+namespace flash
+{
+// flash archive type defined by the loader.
+const char* const FLASH_ARCHIVE_TYPE = "x-empflash/flasharchive";
+
+// device id
+const char* const FLASH_DEVICE_TYPE = "/flash0";
+}
+
+/* @} */