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 0f12d0219895c462dfabf80211a3d80d0f19e575..3738ab388e81d4ba8129afa5dee32522326ea865 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",