summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-31 14:12:21 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-31 14:12:21 -0500
commitcc628c2ca4597b01856009e53baf10145f6b1b93 (patch)
treec88a368140f44dd5b33874418e38156e9c755db0 /devel
parentccccb7904e1d90237916b2b96898e58f01087690 (diff)
downloadhorizon-cc628c2ca4597b01856009e53baf10145f6b1b93.tar.gz
horizon-cc628c2ca4597b01856009e53baf10145f6b1b93.tar.bz2
horizon-cc628c2ca4597b01856009e53baf10145f6b1b93.tar.xz
horizon-cc628c2ca4597b01856009e53baf10145f6b1b93.zip
req: Add some prerequisites and firmware SQAs
Diffstat (limited to 'devel')
-rw-r--r--devel/requirements/3_functional.xml14
-rw-r--r--devel/requirements/5_nonfunctional.xml8
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/requirements/3_functional.xml b/devel/requirements/3_functional.xml
index 7433e63..d211edc 100644
--- a/devel/requirements/3_functional.xml
+++ b/devel/requirements/3_functional.xml
@@ -10,6 +10,13 @@
<title>Description / Priority</title>
<para>A User must determine what natural language they are most comfortable with using for installing Adélie Linux. The system shall allow the User to select their preferred natural language from a list of the languages to which the system has been translated. Priority: Medium.</para>
</section>
+ <section id="ui_language_pre">
+ <title>Prerequisites</title>
+ <formalpara id="UI.Language.Prerequisites">
+ <title>UI.Language.Prerequisites</title>
+ <para>The system must have more than one language translation available for use.</para>
+ </formalpara>
+ </section>
<section id="ui_language_req">
<title>Functional Requirements</title>
<formalpara id="UI.Language.List">
@@ -110,6 +117,13 @@
<title>Description / Priority</title>
<para/>
</section>
+ <section id="ui_firmware_pre">
+ <title>Prerequisites</title>
+ <formalpara id="UI.Firmware.Prerequisites">
+ <title>UI.Firmware.Prerequisites</title>
+ <para>The system must have firmware support compiled in.</para>
+ </formalpara>
+ </section>
<section id="ui_firmware_req">
<title>Functional Requirements</title>
<formalpara>
diff --git a/devel/requirements/5_nonfunctional.xml b/devel/requirements/5_nonfunctional.xml
index c323aa4..e8b2c82 100644
--- a/devel/requirements/5_nonfunctional.xml
+++ b/devel/requirements/5_nonfunctional.xml
@@ -20,5 +20,13 @@
<title>SQA.Flexibility.ScriptFormat</title>
<para>A programmer with two years of C++ experience shall be able to change the on-disk format of HorizonScript with no more than two hours of labour.</para>
</formalpara>
+ <formalpara id="SQA.Flexibility.Firmware">
+ <title>SQA.Flexibility.Firmware</title>
+ <para>The firmware support described under the UI.Firmware.* requirements branch shall be disableable at compile-time.</para>
+ </formalpara>
+ <formalpara id="SQA.Flexibility.FirmwareConf">
+ <title>SQA.Flexibility.FirmwareConf</title>
+ <para>The firmware support described under the UI.Firmware.* requirements branch shall be disableable at run-time via a configuration setting.</para>
+ </formalpara>
</section>
</chapter>