summaryrefslogtreecommitdiff
path: root/RULES
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-16 14:31:47 +0900
committerMyungJoo Ham <myungjoo.ham@samsung.com>2017-03-16 14:31:47 +0900
commit13c82765cf45d985a3caf89177d03a8c49cef1bc (patch)
tree6a41307b3ea6ec22228db141ed4e5868b5e052ab /RULES
parenta02ac42261875a82c201a413e059527c85def4f7 (diff)
downloadbuilding-blocks-13c82765cf45d985a3caf89177d03a8c49cef1bc.tar.gz
building-blocks-13c82765cf45d985a3caf89177d03a8c49cef1bc.tar.bz2
building-blocks-13c82765cf45d985a3caf89177d03a8c49cef1bc.zip
RULE: added rules and a prototype rule checker.
Change-Id: I401ff877697370699b2449a7b84d88cb87559df7 Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'RULES')
-rw-r--r--RULES14
1 files changed, 14 insertions, 0 deletions
diff --git a/RULES b/RULES
index 6f5424b..b042e22 100644
--- a/RULES
+++ b/RULES
@@ -77,3 +77,17 @@
4-4. To comitters: add proper maintainers as the reviewers in gerrit.
+
+
+
+===========================================================================
+ 5. Other Coding Rules
+===========================================================================
+
+5-1. A domain cannot add "BuildRequires"
+ Global relations cannot be added by an individual domain.
+
+5.2. A domain cannot add "Recommends", "Provides", "Enhances", "Supplements"
+ We do not have any semantics for building blocks with such relations.
+ When we have definitions for such semantics and have them implemented in
+ TIC, we can allow then.