diff --git a/docs/Makefile b/docs/Makefile
index 84fac27d1d81c3114f18ac7e0946388ddb28e63d..63bc30681922369095fac8940a5efd741747ff49 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -6,7 +6,7 @@
 all:
 	sphinx-build -W -C \
 		-D html_theme=sphinx_rtd_theme \
-		-D project='OpenHarmony Build System and meta-ohos' \
+		-D project='AllScenariOS Build System and meta-ohos' \
 		-D copyright='Huawei Inc' \
 		. build
 
diff --git a/docs/blueprints/index.rst b/docs/blueprints/index.rst
index 9b2cf9467c0b79e8160b73ad2f2de43514c88408..3b11bb47abf53dd08266472113c4366d61833206 100644
--- a/docs/blueprints/index.rst
+++ b/docs/blueprints/index.rst
@@ -2,11 +2,11 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-OpenHarmony Blueprints
-######################
+AllScenariOS Blueprints
+#######################
 
 This section details the available blueprints provided as part of the
-OpenHarmony environment.
+AllScenariOS environment.
 
 .. toctree::
    :maxdepth: 1
diff --git a/docs/blueprints/smart-panel.rst b/docs/blueprints/smart-panel.rst
index eefd8fb509858821142ac3fc7b24b0dd6433b77a..14f447d7ea78e50252bd2c36608ce3d3675dc82d 100644
--- a/docs/blueprints/smart-panel.rst
+++ b/docs/blueprints/smart-panel.rst
@@ -29,7 +29,7 @@ How to build
 The Linux Gateway
 -----------------
 
-1. Refer to :ref:`Building OHOS image for Avenger96 <SupportedBoardAvenger96>` to learn how to set up a build environment, build and flash a base OpenHarmony Linux image.
+1. Refer to :ref:`Building OHOS image for Avenger96 <SupportedBoardAvenger96>` to learn how to set up a build environment, build and flash a base AllScenariOS Linux image.
 2. Build blueprint image by invoking following bitbake command
 
 .. code-block:: console
diff --git a/docs/build-flavours/build-flavours.rst b/docs/build-flavours/build-flavours.rst
index f3c3ab85ea10b818589e9329efd771151526af15..1cdb1bc5e222b6337256f5548e1c24454a28e723 100644
--- a/docs/build-flavours/build-flavours.rst
+++ b/docs/build-flavours/build-flavours.rst
@@ -5,9 +5,9 @@
 Overview of Build Flavours
 ##########################
 
-OpenHarmony can be hosted on top of variety of kernels. Currently supported
+AllScenariOS can be hosted on top of variety of kernels. Currently supported
 kernels are Linux, Zephyr and FreeRTOS (experimental). The build system
-requires build configuration that is specific to each kernel and OpenHarmony
+requires build configuration that is specific to each kernel and AllScenariOS
 provides all this configuration as build templates. See `Yocto documentation <https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#creating-a-custom-template-configuration-directory>`_
 for more info about the underlying mechanism.
 
diff --git a/docs/build-flavours/freertos-flavour.rst b/docs/build-flavours/freertos-flavour.rst
index add6005e03ad256da379afb7319d3de4c147fb8f..352c75889a7f45e482847ee9c16163748fa2e52c 100644
--- a/docs/build-flavours/freertos-flavour.rst
+++ b/docs/build-flavours/freertos-flavour.rst
@@ -5,7 +5,7 @@
 FreeRTOS Kernel Build Flavour
 #############################
 
-OpenHarmony FreeRTOS build flavour is based on *freertos* distribution (distro configuration).
+AllScenariOS FreeRTOS build flavour is based on *freertos* distribution (distro configuration).
 
 Supported images:
 
diff --git a/docs/build-flavours/index.rst b/docs/build-flavours/index.rst
index a4de7214ce5e15ffc042215d806743b46e7dfdac..9cfba1e67c100ca2ac4a6ea697ca5c703e19bae8 100644
--- a/docs/build-flavours/index.rst
+++ b/docs/build-flavours/index.rst
@@ -2,10 +2,10 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-OpenHarmony Build Flavours
-##########################
+AllScenariOS Build Flavours
+###########################
 
-OpenHarmony provides default build configuration for each supported type of
+AllScenariOS provides default build configuration for each supported type of
 kernels. Each set of such configuration is called a ``flavour``.
 
 .. toctree::
diff --git a/docs/build-flavours/linux-flavour.rst b/docs/build-flavours/linux-flavour.rst
index 2c1d0df375fa81ab6694767527ff74aa7254974f..28a185e3d7f4a4e299162b806f188005e078f662 100644
--- a/docs/build-flavours/linux-flavour.rst
+++ b/docs/build-flavours/linux-flavour.rst
@@ -5,7 +5,7 @@
 Linux Kernel Build Flavour
 ##########################
 
-OpenHarmony Linux build flavour is based on *openharmony-linux* distribution (distro configuration).
+AllScenariOS Linux build flavour is based on *openharmony-linux* distribution (distro configuration).
 
 Supported images:
 
diff --git a/docs/hardware-support/adding-hardware-support.rst b/docs/hardware-support/adding-hardware-support.rst
index 9985001f17d1217b805ec4887277e7aadb7fc8fe..b9757e293aae85aadaf32af78a69b03b0971319b 100644
--- a/docs/hardware-support/adding-hardware-support.rst
+++ b/docs/hardware-support/adding-hardware-support.rst
@@ -2,22 +2,22 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-Adding Hardware Support in OpenHarmony
-######################################
+Adding Hardware Support in AllScenariOS
+#######################################
 
 This section details the addition of new hardware to the supported set in
-OpenHarmony. It is intended as a checklist for adding new boards to OHOS build
+AllScenariOS. It is intended as a checklist for adding new boards to OHOS build
 system.
 
-Before starting get familiar with OpenHarmony Contribution Process.
+Before starting get familiar with AllScenariOS Contribution Process.
 
 .. contents:: 
    :depth: 2
 
-Select OpenHarmony Flavour
-**************************
+Select AllScenariOS Flavour
+***************************
 
-OpenHarmony uses a notion of kernel specific flavours:
+AllScenariOS uses a notion of kernel specific flavours:
 
 - Linux flavour
 - Zephyr flavour
@@ -47,7 +47,7 @@ directory) consist of the following files:
 
   * default flavour build configuration
 
-OpenHarmony build system uses ***repo*** tool for cloning required meta-layers
+AllScenariOS build system uses ***repo*** tool for cloning required meta-layers
 into appropriate build directory structure (see :ref:`Setting up a repo workspace <RepoWorkspace>`).
 To include a new layer, it has to be added in two places:
 
diff --git a/docs/hardware-support/boards/96b-Avenger.rst b/docs/hardware-support/boards/96b-Avenger.rst
index 103cabf4721a7dfb227fb0ce6d94230d8095cdcb..876c65cab87f0d622b47544a9f1d4ef56e0686ff 100644
--- a/docs/hardware-support/boards/96b-Avenger.rst
+++ b/docs/hardware-support/boards/96b-Avenger.rst
@@ -43,10 +43,10 @@ Supported images
     - Description
   * - openharmony-image-base
     - Approximate 100-200 MB
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
     - Approximate 100-200 MB
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 
 Building OHOS image
diff --git a/docs/hardware-support/boards/96b-nitrogen.rst b/docs/hardware-support/boards/96b-nitrogen.rst
index 3c468c8c312c241403d87b6c54ae83a886dd25ea..f57165d3f0826b5021ab8da92a9dd59d0b3b9e97 100644
--- a/docs/hardware-support/boards/96b-nitrogen.rst
+++ b/docs/hardware-support/boards/96b-nitrogen.rst
@@ -43,7 +43,7 @@ Supported image
 Building an application
 =======================
 
-OpenHarmony OS Zephyr flavour is based on Zephyr kernel.
+AllScenariOS OS Zephyr flavour is based on Zephyr kernel.
 
 * Source the environment with proper template settings, flavour being zephyr and target machine being 96b-nitrogen:
 
diff --git a/docs/hardware-support/boards/index.rst b/docs/hardware-support/boards/index.rst
index 7ec39867decab6008de6d27bc90cc220c94fdb83..a6147007a0e40477241b7de5000a869c06a125e1 100644
--- a/docs/hardware-support/boards/index.rst
+++ b/docs/hardware-support/boards/index.rst
@@ -5,7 +5,7 @@
 Supported Boards
 ################
 
-This section details the boards supported as part of OpenHarmony.
+This section details the boards supported as part of AllScenariOS.
 
 .. toctree::
    :maxdepth: 1
diff --git a/docs/hardware-support/boards/seco-imx8mm-c61.rst b/docs/hardware-support/boards/seco-imx8mm-c61.rst
index 461f4da0bb3a6b188cce06e4776022b3f9986cf8..9d342ef628c0408a4ae61b5f1f41556a1e88ac66 100644
--- a/docs/hardware-support/boards/seco-imx8mm-c61.rst
+++ b/docs/hardware-support/boards/seco-imx8mm-c61.rst
@@ -41,7 +41,7 @@ Supported image
     - Description
   * - openharmony-image-base
     - Approximate 100-200 MB
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
 
 
 Building OHOS image
diff --git a/docs/hardware-support/boards/seco-intel-b68.rst b/docs/hardware-support/boards/seco-intel-b68.rst
index e2dc84c05fbdb3b6fb73be3434da2f4b58e728cf..6e4b87b8aaba214111c39cdd2eab870aad0289a1 100644
--- a/docs/hardware-support/boards/seco-intel-b68.rst
+++ b/docs/hardware-support/boards/seco-intel-b68.rst
@@ -40,10 +40,10 @@ Supported images
     - Description
   * - openharmony-image-base
     - Approximate 100-200 MB
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
     - Approximate 100-200 MB
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 
 Building OHOS image
diff --git a/docs/hardware-support/index.rst b/docs/hardware-support/index.rst
index 7c19d138306ed5587eb3fd9ef4509b520b26c156..39b2d85ee2d3beae4f4316d217cea142257d4e19 100644
--- a/docs/hardware-support/index.rst
+++ b/docs/hardware-support/index.rst
@@ -4,11 +4,11 @@
 
 .. _HardwareSupport:
 
-Hardware support in OpenHarmony
-###############################
+Hardware support in AllScenariOS
+################################
 
 This section details the hardware (including virtualized) supported as part of
-OpenHarmony.
+AllScenariOS.
 
 .. toctree::
    :maxdepth: 2
diff --git a/docs/hardware-support/virtual-boards/index.rst b/docs/hardware-support/virtual-boards/index.rst
index f1d55ccf31d13a25deaadca8b89e6f7d4c264f79..67fc42291839e826da2ee8706807f5adbffee15b 100644
--- a/docs/hardware-support/virtual-boards/index.rst
+++ b/docs/hardware-support/virtual-boards/index.rst
@@ -5,7 +5,7 @@
 Supported Virtual Targets
 #########################
 
-This section details the support for virtual targets in OpenHarmony.
+This section details the support for virtual targets in AllScenariOS.
 
 .. toctree::
    :maxdepth: 1
diff --git a/docs/hardware-support/virtual-boards/qemuarm.rst b/docs/hardware-support/virtual-boards/qemuarm.rst
index 712a04d765ce360e1323c7d558b4ecf2606121fc..b9c564be445f6a339c3ed7e36badbe7ee0ecb15d 100644
--- a/docs/hardware-support/virtual-boards/qemuarm.rst
+++ b/docs/hardware-support/virtual-boards/qemuarm.rst
@@ -11,7 +11,7 @@ Qemu ARM
 Overview
 ********
 
-OpenHarmony supports running the software stack into an virtual environment using Qemu.
+AllScenariOS supports running the software stack into an virtual environment using Qemu.
 
 Building OHOS image
 ===================
@@ -31,9 +31,9 @@ Supported images
   * - Image  Name
     - Description
   * - openharmony-image-base
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 Build steps
 -----------
diff --git a/docs/hardware-support/virtual-boards/qemuarm64.rst b/docs/hardware-support/virtual-boards/qemuarm64.rst
index d5fc66cefc2047e06eca3ac848286c4edf4a8d9b..8ef0d0f416b86b9088a15f004b18b33fd914d879 100644
--- a/docs/hardware-support/virtual-boards/qemuarm64.rst
+++ b/docs/hardware-support/virtual-boards/qemuarm64.rst
@@ -11,7 +11,7 @@ Qemu ARM64
 Overview
 ********
 
-OpenHarmony supports running the software stack into an virtual environment using Qemu.
+AllScenariOS supports running the software stack into an virtual environment using Qemu.
 
 Building OHOS image
 ===================
@@ -31,9 +31,9 @@ Supported images
   * - Image  Name
     - Description
   * - openharmony-image-base
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 Build steps
 -----------
diff --git a/docs/hardware-support/virtual-boards/qemux86-64.rst b/docs/hardware-support/virtual-boards/qemux86-64.rst
index 1ab389f786ef5d3222c4ad82fd1797d4b5dc3038..9ce41d4458c454e9f68a4500abf05b047d0a144f 100644
--- a/docs/hardware-support/virtual-boards/qemux86-64.rst
+++ b/docs/hardware-support/virtual-boards/qemux86-64.rst
@@ -11,7 +11,7 @@ Qemu X86-64
 Overview
 ********
 
-OpenHarmony supports running the software stack into an virtual environment using Qemu.
+AllScenariOS supports running the software stack into an virtual environment using Qemu.
 
 Building OHOS image
 ===================
@@ -31,9 +31,9 @@ Supported images
   * - Image  Name
     - Description
   * - openharmony-image-base
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 Build steps
 -----------
diff --git a/docs/hardware-support/virtual-boards/qemux86.rst b/docs/hardware-support/virtual-boards/qemux86.rst
index fd8725793637d1d3f77d3a76c26de5a13c127b49..e4f9ee7cff23b27a4d8e382ab0af4b1407a7b975 100644
--- a/docs/hardware-support/virtual-boards/qemux86.rst
+++ b/docs/hardware-support/virtual-boards/qemux86.rst
@@ -11,7 +11,7 @@ Qemu X86
 Overview
 ********
 
-OpenHarmony supports running the software stack into an virtual environment using Qemu.
+AllScenariOS supports running the software stack into an virtual environment using Qemu.
 
 Building OHOS image
 ===================
@@ -31,9 +31,9 @@ Supported images
   * - Image  Name
     - Description
   * - openharmony-image-base
-    - OpenHarmony image including the base OS software stack
+    - AllScenariOS image including the base OS software stack
   * - openharmony-image-extra
-    - OpenHarmony Wayland image including the base OS software stack
+    - AllScenariOS Wayland image including the base OS software stack
 
 Build steps
 -----------
diff --git a/docs/openharmony-quick-build.rst b/docs/openharmony-quick-build.rst
index 9acbd28882b3f6b917201498417d3b65659f85a2..678ef7139aba37d3972dc7a5852a4d9ece55e2b7 100644
--- a/docs/openharmony-quick-build.rst
+++ b/docs/openharmony-quick-build.rst
@@ -2,17 +2,17 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-.. _OpenHarmonyQuickBuild:
+.. _AllScenariOSQuickBuild:
 
-OpenHarmony - Quick Build
-#########################
+AllScenariOS - Quick Build
+##########################
 
-This section will guide you to building your first OpenHarmony image targeting
+This section will guide you to building your first AllScenariOS image targeting
 a supported reference hardware. It will also provide the steps for flashing and
 booting such an image.
 
 The steps below will focus on a Qemu-based target. If you want to get a feeling
-of OpenHarmony on a real hardware, checkout the :ref:`Avenger96 support page
+of AllScenariOS on a real hardware, checkout the :ref:`Avenger96 support page
 <SupportedBoardAvenger96>`.
 
 .. contents:: 
@@ -69,8 +69,8 @@ Initialize the build directory and run a build:
     $ TEMPLATECONF=../sources/meta-ohos/flavours/linux . ./sources/poky/oe-init-build-env build-ohos-linux
     $ MACHINE=qemux86-64 bitbake openharmony-image-base
 
-Booting a Qemu X86-64 target with a OpenHarmony image
-*****************************************************
+Booting a Qemu X86-64 target with a AllScenariOS image
+******************************************************
 
 Once the build is done, you can run a Qemu X86-64 instance as it follows:
 
diff --git a/docs/repo-workspace.rst b/docs/repo-workspace.rst
index 18cfd3b7f2a2e3e036014a9e6a2916fc9f2edc88..06841d6582dadacddbefeff067a3928742771902 100644
--- a/docs/repo-workspace.rst
+++ b/docs/repo-workspace.rst
@@ -7,9 +7,9 @@
 Repo Workspace
 ##############
 
-OpenHarmony uses `repo <https://android.googlesource.com/tools/repo>`_ to
+AllScenariOS uses `repo <https://android.googlesource.com/tools/repo>`_ to
 provide full workspace setup that includes all the repositories needed for
-building OpenHarmony and developing on top.
+building AllScenariOS and developing on top.
 
 .. contents:: 
     :depth: 2
@@ -17,10 +17,10 @@ building OpenHarmony and developing on top.
 The Repo Tool
 *************
 
-In order to setup a sources workspace of OpenHarmony, the ``git-repo`` tool is
+In order to setup a sources workspace of AllScenariOS, the ``git-repo`` tool is
 required on the host.
 
-OpenHarmony provides a patched version of the repo tool for ``Ubuntu 20.04``
+AllScenariOS provides a patched version of the repo tool for ``Ubuntu 20.04``
 at `launchpad PPA <https://launchpad.net/~openharmony/+archive/ubuntu/tools>`_,
 for ``rpm``/``dnf`` based distributions at
 `copr <https://copr.fedorainfracloud.org/coprs/openharmony/tools/>`_, and for
@@ -72,7 +72,7 @@ Then install the ``repo`` package with pacman.
 
 On OpenMandriva:
 ----------------
-OpenMandriva has already added OpenHarmony's version of ``repo`` to its official
+OpenMandriva has already added AllScenariOS's version of ``repo`` to its official
 repositories. If you're on OpenMandriva, simply ``dnf install repo``.
 
 
@@ -91,7 +91,7 @@ Setting up the Workspace
 ************************
 
 Once the repo tool is installed, you can initialize and populate the workspace.
-This will bring in all the needed sources for building OpenHarmony:
+This will bring in all the needed sources for building AllScenariOS:
 
 .. code-block:: console
 
diff --git a/docs/yocto-build-system/assets/ohos-build-arch.puml b/docs/yocto-build-system/assets/ohos-build-arch.puml
index 33094667fd3f283846da2ef0210a893803ffdb8c..732392cc3bb149902cec4ddb5182e7efe3932f7e 100644
--- a/docs/yocto-build-system/assets/ohos-build-arch.puml
+++ b/docs/yocto-build-system/assets/ohos-build-arch.puml
@@ -6,7 +6,7 @@
 !include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
 
 Person(dev, "Developer", "Anyone willing to build the OHOS based image")
-System(meta_ohos, "meta-ohos", "OpenHarmony OS umbrella bitbake meta-layer")
+System(meta_ohos, "meta-ohos", "AllScenariOS OS umbrella bitbake meta-layer")
 Boundary(poky, "poky") {
     System_Ext(bitbake, "bitbake", "build process orchestrator")
     System_Ext(linux_yocto, "linux-yocto", "Yocto Project LTS linux kernel")
diff --git a/docs/yocto-build-system/index.rst b/docs/yocto-build-system/index.rst
index 8bea38de9334aebbba509969772f5c564927cc06..c8bd49a174e478ba877c7e06178080d87c04b315 100644
--- a/docs/yocto-build-system/index.rst
+++ b/docs/yocto-build-system/index.rst
@@ -2,12 +2,12 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-OpenHarmony, a Yocto-based Build System
-#######################################
+AllScenariOS, a Yocto-based Build System
+########################################
 
-OpenHarmony build system, the foundation of the build infrastructure, is based
+AllScenariOS build system, the foundation of the build infrastructure, is based
 on `Poky, the Yocto Project open source reference embedded distribution <https://www.yoctoproject.org/software-overview/>`_.
-This section details both generic and OpenHarmony specific aspects of the build system.
+This section details both generic and AllScenariOS specific aspects of the build system.
 
 .. toctree::
    :maxdepth: 1
diff --git a/docs/yocto-build-system/ohos-build-arch.rst b/docs/yocto-build-system/ohos-build-arch.rst
index b2fe3a3c6e11d982dd06f51ddae89f13580002e5..d3460d4375ef4952085d7c85aac50ff541e47eed 100644
--- a/docs/yocto-build-system/ohos-build-arch.rst
+++ b/docs/yocto-build-system/ohos-build-arch.rst
@@ -2,8 +2,8 @@
 ..
 .. SPDX-License-Identifier: CC-BY-4.0
 
-OpenHarmony Build Architecture
-##############################
+AllScenariOS Build Architecture
+###############################
 
 ``meta-ohos`` architecture is documented using `c4 model <https://c4model.com/>`_.
 
@@ -13,11 +13,11 @@ OpenHarmony Build Architecture
 Overview
 ********
 
-OpenHarmony build infrastructure designed to run atop variety of OS kernels
+AllScenariOS build infrastructure designed to run atop variety of OS kernels
 ranging from RTOSs to Linux.
 
 ``meta-ohos`` is a *umbrella* of meta layers containing build meta-data
-required for compiling OpenHarmony images. The architecture supports plugging
+required for compiling AllScenariOS images. The architecture supports plugging
 various kernels.
 
 .. image:: assets/meta-ohos-arch.png
diff --git a/docs/yocto-build-system/yocto-project.rst b/docs/yocto-build-system/yocto-project.rst
index 007ff903591c45e9b6e864acff76c639c72b0eb0..07aa0662b846c8eea450a8b90fd1380fbfae827d 100644
--- a/docs/yocto-build-system/yocto-project.rst
+++ b/docs/yocto-build-system/yocto-project.rst
@@ -5,7 +5,7 @@
 Poky/Yocto Project
 ##################
 
-OpenHarmony aims to use standard opensource tools to create a build environment
+AllScenariOS aims to use standard opensource tools to create a build environment
 that is both familiar to users in the domain but also flexible enough for the
 requirements of the project. With this in mind, the project build
 infrastructure is based on the OpenEmbedded build system, more specifically
@@ -29,10 +29,10 @@ in the build system.
 See `terms  for reference <https://www.yoctoproject.org/software-overview/>`_
 for more information.
 
-OpenHarmony Build Layers
-------------------------
+AllScenariOS Build Layers
+-------------------------
 
-OpenHarmony bases its build setup on Poky, the Yocto Project open source
+AllScenariOS bases its build setup on Poky, the Yocto Project open source
 reference embedded distribution. The main hub of layers, is `meta-ohos <https://git.ostc-eu.org/OSTC/meta-ohos/>`_,
 a collection of layers with different scopes for defining the project's
 requirements and capabilities.