From 6628c5c1eaa57e8903b7b837eea9302946534f61 Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 6 Jul 2023 09:25:33 +0000 Subject: [PATCH] update zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md. Signed-off-by: li-yan339 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 与ljr确认,ACE改为ArkUI,子系统名改为arkui。 Signed-off-by: liyan --- .../porting/porting-stm32mp15xx-on-smallsystem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md index 0f12d02198..3738ab388e 100644 --- a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md +++ b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md @@ -547,13 +547,13 @@ vendor `graphic`配置文件见 `//vendor/bearpi/bearpi_hm_micro/graphic_config/product_graphic_lite_config.h`。 -#### ACE开发框架子系统适配 +#### ArkUI开发框架子系统适配 -进行`ACE`开发框架子系统适配需要添加`ace_engine_lite`部件,直接在`config.json`配置即可。 +进行ArkUI开发框架子系统适配需要添加`ace_engine_lite`部件,直接在`config.json`配置即可。 ``` { - "subsystem": "ace", + "subsystem": "arkui", "components": [ { "component": "ace_engine_lite", -- GitLab