diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-16 14:31:47 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-03-16 14:31:47 +0900 |
commit | 13c82765cf45d985a3caf89177d03a8c49cef1bc (patch) | |
tree | 6a41307b3ea6ec22228db141ed4e5868b5e052ab /RULES | |
parent | a02ac42261875a82c201a413e059527c85def4f7 (diff) | |
download | building-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-- | RULES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |