From 5e210a7422278efccd5a3caae727c8292c5850d0 Mon Sep 17 00:00:00 2001 From: Andreas Wellving Date: Wed, 22 Jan 2020 13:27:49 +0100 Subject: Add OSR for Automation Framework & Test Harness package AF&TH only includes the Enea proprietary license so far. Change-Id: I8a2f4368f20e916ce14c1eb21238f2f49bd2263b Signed-off-by: Andreas Wellving --- doc/Makefile | 2 +- .../doc/README | 3 + .../doc/about.xml | 13 ++++ .../doc/book.xml | 15 +++++ .../doc/licenses.xml | 70 ++++++++++++++++++++++ .../swcomp.mk | 10 ++++ 6 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 doc/book-enea-nfv-access-auto-fw-th-open-source/doc/README create mode 100644 doc/book-enea-nfv-access-auto-fw-th-open-source/doc/about.xml create mode 100644 doc/book-enea-nfv-access-auto-fw-th-open-source/doc/book.xml create mode 100644 doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml create mode 100644 doc/book-enea-nfv-access-auto-fw-th-open-source/swcomp.mk diff --git a/doc/Makefile b/doc/Makefile index 1a705d7..8f7a2ce 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -50,7 +50,7 @@ DOCBOOK_TO_BOOKDIR ?= yes DOCBOOK_CLEANTMP ?= yes #Components (books) in this subsystem. Now use all books found here -COMPONENTS := book-enea-nfv-access-auto-fw-th-user-guide book-enea-nfv-access-cmc-example-usecases book-enea-nfv-access-example-usecases book-enea-nfv-access-getting-started book-enea-nfv-access-open-source book-enea-nfv-access-release-info book-enea-nfv-access-system-test-specification book-enea-nfv-access-evalkit +COMPONENTS := book-enea-nfv-access-auto-fw-th-open-source book-enea-nfv-access-auto-fw-th-user-guide book-enea-nfv-access-cmc-example-usecases book-enea-nfv-access-example-usecases book-enea-nfv-access-getting-started book-enea-nfv-access-open-source book-enea-nfv-access-release-info book-enea-nfv-access-system-test-specification book-enea-nfv-access-evalkit # COMPONENTS += #book-enea-linux-eclipse-open-source #book-enea-nfv-access-dev-hardening-guide diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/README b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/README new file mode 100644 index 0000000..e546e6f --- /dev/null +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/README @@ -0,0 +1,3 @@ +The licenses.xml in the git repository of Enea NFV Access AFTH Open Source Report +is the frozen version belonging to the last official release of Enea NFV Access. + diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/about.xml b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/about.xml new file mode 100644 index 0000000..7ef8baa --- /dev/null +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/about.xml @@ -0,0 +1,13 @@ + + + + About this Report + + This document contains the open source and license information + pertaining to the Automation Framework and Test Harness provided with + Enea NFV Access . + diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/book.xml b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/book.xml new file mode 100644 index 0000000..483d220 --- /dev/null +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/book.xml @@ -0,0 +1,15 @@ + + +]> + + <trademark class="registered">Enea</trademark> NFV Access Automation Framework and Test Harness Open Source Report + Release Version + + + + + + diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml new file mode 100644 index 0000000..8ffa9cf --- /dev/null +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/doc/licenses.xml @@ -0,0 +1,70 @@ + + + + Packages and Licenses +
+ + Packages + + + + + + + + + + + + + + Package Name + Version + Description + License + + + + + + + Automation Framework and Test Harness + + Configuration and Automation Framework for uCPE Manager GUI + ENEA-SRC-R2 + + + + +
+
+ Open Source Licenses + + +
+
+ Proprietary Licenses +
+ENEA-SRC-R2 + + Copyright (C) 2019 by Enea. + All rights reserved. + + This Software is furnished under a software license agreement and + may be used only in accordance with the terms of such agreement. + Any other use or reproduction is prohibited. No title to and + ownership of the Software is hereby transferred. + + PROPRIETARY NOTICE + This Software consists of confidential information. + Trade secret law and copyright law protect this Software. + The above notice of copyright on this Software does not indicate + any actual or intended publication of such Software. +
+ +
+
diff --git a/doc/book-enea-nfv-access-auto-fw-th-open-source/swcomp.mk b/doc/book-enea-nfv-access-auto-fw-th-open-source/swcomp.mk new file mode 100644 index 0000000..1eba8f1 --- /dev/null +++ b/doc/book-enea-nfv-access-auto-fw-th-open-source/swcomp.mk @@ -0,0 +1,10 @@ +# Component build specification + +# Version of THIS book +BOOK_VER ?= $(REL_VER)-dev + +DOCBOOK_SRC := $(COMP)/swcomp.mk $(COMP)/doc/book.xml $(shell find $(COMP)/doc -type f \( -name "*.xml" -o -name "*.svg" -o -name "*.png" \) ! -name "book.xml" -print) + +BOOKPACKAGES := book-enea-nfv-access-auto-fw-th-open-source +BOOKDESC_$(BOOKPACKAGES) := "Enea NFV Access AF&TH Open Source Report" +BOOKDEFAULTCONDITION := $(DEFAULTCONDITIONS) -- cgit v1.2.3-54-g00ecf