diff --git a/OpenHarmony-Overview.md b/OpenHarmony-Overview.md index 2b39fefcb9b1dc9bdc90982f18ffadd8d4e13fb9..3043fd76f3b1885f94484b21b626fa7efd167fe9 100644 --- a/OpenHarmony-Overview.md +++ b/OpenHarmony-Overview.md @@ -149,28 +149,28 @@ For details about the subsystems in the following table, see [https://gitee.com

X Test Suite (XTS) is a set of OpenHarmony certification test suites, including the currently supported application compatibility test suite (ACTS) and the device compatibility test suite (DCTS) that will be supported in the future.

-

README

+

README

Globalization

The globalization subsystem provides the bottom-layer resource backtracking and multi-language preference capabilities.

-

README

+

README

Utils

The Utils repository stores basic components of OpenHarmony. These basic components are used by OpenHarmony subsystems and upper-layer applications.

-

README

+

README

Kernel

The OpenHarmony kernel is a real-time OS kernel for IoT devices and is as lightweight as an RTOS and as easy-to-use as Linux. It provides basic kernel functions such as process and thread scheduling, memory management, the IPC mechanism, and timer management.

-

README

+

README

Distributed Scheduler

@@ -184,7 +184,7 @@ For details about the subsystems in the following table, see [https://gitee.com

Intelligent Soft Bus manages unified distributed communication between near-field devices and provides device discovery and data transmission APIs that apply to all links. It also provides functions such as service publishing, data transmission, and security assurance.

-

README

+

README

Startup

@@ -205,7 +205,7 @@ For details about the subsystems in the following table, see [https://gitee.com

The multimedia subsystem provides unified interfaces for you to develop media applications. With this subsystem, you can easily obtain media resources and stay focused on service development.

-

README

+

README

Security

@@ -233,28 +233,28 @@ For details about the subsystems in the following table, see [https://gitee.com

The AI subsystem is the part of OpenHarmony that provides native distributed AI capabilities. At the heart of the subsystem is a unified AI engine framework, which implements quick integration of AI algorithm plug-ins. The framework consists of the plug-in management, module management, and communication management modules, fulfilling lifecycle management and on-demand deployment of AI algorithms. Under this framework, AI algorithm APIs will be standardized to facilitate distributed calling of AI capabilities. In addition, unified inference APIs will be provided to adapt to different inference framework hierarchies.

-

README

+

README

Pan-sensor

The pan-sensor subsystem contains sensors and misc devices. A sensor is a device to detect events or changes in an environment and send messages about the events or changes to another electronic device. Misc devices, including vibrators and LED lights, are used to send signals externally. You can call APIs to control the vibration of vibrators and lighting-on and lighting-off of LED lights.

-

README

+

README

Power management

The power management subsystem provides capabilities such as querying the battery charging/discharging status and managing the system power. Currently, available capabilities include querying the battery level and keeping the device screen always on.

-

README

+

README

Update

The update subsystem provides Over the Air (OTA) updates. Currently, only full package updates are supported. A full package contains all the content of a new system.

-

README

+

README

Compilation and building