From a58122225ba9860bf75c772646b6f099959c86dc Mon Sep 17 00:00:00 2001 From: heyinshen Date: Thu, 16 Jun 2022 17:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E8=AE=A4=E8=AF=81=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: heyinshen --- .../device-dev/porting/porting-stm32mp15xx-on-smallsystem.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f846152996..a412977cf2 100644 --- a/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md +++ b/zh-cn/device-dev/porting/porting-stm32mp15xx-on-smallsystem.md @@ -496,7 +496,7 @@ vendor #### 安全子系统适配 -进行安全子系统适配需要添加`permission_lite`、`appverify`、`deviceauth_standard`、`huks`四个部件,直接在`config.json`配置即可。 +进行安全子系统适配需要添加`permission_lite`、`appverify`、`device_auth`、`huks`四个部件,直接在`config.json`配置即可。 ``` { @@ -504,7 +504,7 @@ vendor "components": [ { "component": "permission_lite", "features":[] }, { "component": "appverify", "features":[] }, - { "component": "deviceauth_standard", "features":[] }, + { "component": "device_auth", "features":[] }, { "component": "huks", "features": [ "huks_config_file = \"hks_config_small.h\"" -- GitLab