From 2e36860215b4151676d06a89323a17d7d9fe6a2f Mon Sep 17 00:00:00 2001 From: Alexander Dydychkin Date: Mon, 23 Apr 2018 10:56:07 +0300 Subject: [PATCH] Conf naming rules moved to .md file + some minore changes (#7) Conf naming rules moved to .md file + some minor changes --- README.md | 25 +++++++++++++++++++++++++ README.txt | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 README.txt diff --git a/README.md b/README.md index 5705cf6..6ff994a 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,30 @@ Product configurations of IntelĀ® Media SDK. Repository contains only product configuration to build IntelĀ® Media SDK. + +# Configuration files naming rules +Pattern: +`conf___[].py` + +Product types: +- android +- linux +- embedded +- windows + +Source locations: +- closed (Gerrit, Intel Inside) +- private (Github, Intel Inside) +- public (Github, Intel Outside) + +Additional tags may be various. + +Example: + +- `conf_linux_closed_open.py` - means that configuration file for linux build from Intel inside gerrit repositories without private code + +- `conf_embedded_private_api_latest.py` - means that configuration file for linux embedded build from Github private repository with latest API. + + # License This project is licensed under MIT license. See [LICENSE](./LICENSE) for details. diff --git a/README.txt b/README.txt deleted file mode 100644 index 680f105..0000000 --- a/README.txt +++ /dev/null @@ -1,25 +0,0 @@ -Configuration files naming rules: - -conf___[].py - -product types: -- android -- linux -- embedded -- windows - -source locations: - - closed (Gerrit, Intel Inside) - - private (Github, Intel Inside) - - public (Github, Intel Outside) - -additional tags may be various. - -Example: - -- conf_linux_closed_open.py - means configuration file for linux build from Intel inside gerrit repositories without private code - -- conf_embedded_private_api_latest.py - means configuration file for linux embedded build from Github private repository with latest API. - \ No newline at end of file