From e29ee710f58bf879fac9c4a76118ea86157b6926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=BB=84=E5=90=8C=E5=AD=A6?= Date: Mon, 12 Sep 2022 06:38:12 +0000 Subject: [PATCH] =?UTF-8?q?=E3=80=90OpenHarmony=E5=BC=80=E6=BA=90=E8=B4=A1?= =?UTF-8?q?=E7=8C=AE=E8=80=85=E8=AE=A1=E5=88=922022=E3=80=91update=20zh-cn?= =?UTF-8?q?/device-dev/porting/porting-minichip-subsys-filesystem.md=20lin?= =?UTF-8?q?k=20https://gitee.com/openharmony/docs/issues/I5QM3V?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小黄同学 --- .../device-dev/porting/porting-minichip-subsys-filesystem.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zh-cn/device-dev/porting/porting-minichip-subsys-filesystem.md b/zh-cn/device-dev/porting/porting-minichip-subsys-filesystem.md index fc2d572e5d..5678f5706b 100644 --- a/zh-cn/device-dev/porting/porting-minichip-subsys-filesystem.md +++ b/zh-cn/device-dev/porting/porting-minichip-subsys-filesystem.md @@ -88,9 +88,7 @@ lite_component("file") { { "subsystem": "utils", "components": [ - { "component": "file", "features":[] }, - { "component": "kv_store", "features":[] }, - { "component": "os_dump", "features":[] } + { "component": "file", "features":[] } ] }, ``` -- GitLab