From 2a12d5156d6bc70612f5e27548ec738356e494ef Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 6 Jan 2022 11:15:07 +0000 Subject: [PATCH] Signed-off-by: Annie_wang --- en/device-dev/subsystems/subsys-build-mini-lite.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/device-dev/subsystems/subsys-build-mini-lite.md b/en/device-dev/subsystems/subsys-build-mini-lite.md index 32e4a673fb..0e1005de72 100644 --- a/en/device-dev/subsystems/subsys-build-mini-lite.md +++ b/en/device-dev/subsystems/subsys-build-mini-lite.md @@ -338,8 +338,8 @@ The key directories and files are described as follows: ``` { "product_name": "ipcamera", # Product name - "version": "3.0", # config.json version, which is 3.0 - "type": "small", # System type, which can be mini, small, or standard + "version": "3.0", # config.json version, which is 3.0 + "type": "small", # System type, which can be mini, small, or standard "ohos_version": "OpenHarmony 1.0", # OS version "device_company": "hisilicon", # Chipset vendor "board": "hispark_taurus", # Name of the development board @@ -697,7 +697,7 @@ You can use the Compilation and Building subsystem to customize product solution ``` { "product_name": "wifiiot", # Product name - "version": "3.0", # config.json version, which is 3.0 + "version": "3.0", # config.json version, which is 3.0 "type": "small", # System type, which can be mini, small, or standard "ohos_version": "OpenHarmony 1.0", # OS version "device_company": "realtek", # Name of the chipset solution vendor -- GitLab