From d4932cb961643cdfcc44400b1e57eaaf6edcdb3e Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Sat, 7 May 2022 11:52:34 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/readme/compilation-and-building.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en/readme/compilation-and-building.md b/en/readme/compilation-and-building.md index 4c2a88a73e..e4493c817b 100644 --- a/en/readme/compilation-and-building.md +++ b/en/readme/compilation-and-building.md @@ -17,15 +17,15 @@ It is considered best practice to learn the following basic concepts before you - Subsystem - OpenHarmony is designed with a layered architecture, which consists of the kernel layer, system service layer, framework layer, and application layer from the bottom up. System functions are developed by the level of system, subsystem, and module. In a multi-device deployment scenario, you can customize subsystems and modules as required. A subsystem is a logical concept and is a flexible combination of modules. + OpenHarmony is designed with a layered architecture, which consists of the kernel layer, system service layer, framework layer, and application layer from the bottom up. System functions are developed by the level of system, subsystem, and component. In a multi-device deployment scenario, you can customize subsystems and components as required. A subsystem is a logical concept and is a flexible combination of components. -- Module +- Component - A module is a reusable software unit that contains source code, configuration files, resource files, and build scripts. A module can be built independently, integrated in binary mode, and then tested independently. + A component is a reusable software unit that contains source code, configuration files, resource files, and build scripts. A component can be built independently, integrated in binary mode, and then tested independently. - GN - Generate Ninja (GN) is a system used to generate build files for Ninja. + GN is a system used to generate build files for Ninja. - Ninja @@ -54,4 +54,4 @@ See the readme of the **build** repository. [build\_lite](https://gitee.com/openharmony/build_lite) -build +[build](https://gitee.com/openharmony/build) -- GitLab