diff --git a/README.md b/README.md index 7045e0a..1f6c325 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Build a single repository in the root directory. # Select the development board. hb set # Build this repository. -hb build audio_manager_lite +hb build audio_lite ``` ## Constraints diff --git a/README_zh.md b/README_zh.md index b5d69ac..57d7808 100644 --- a/README_zh.md +++ b/README_zh.md @@ -31,7 +31,7 @@ foundation/multimedia/audio_lite # 开发板选择 hb set # 单仓构建和编译 -hb build audio_manager_lite +hb build audio_lite ``` ## 约束 diff --git a/bundle.json b/bundle.json index 620c831..ffc8521 100755 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/audio_manager_lite", + "name": "@ohos/audio_lite", "description": "Audio encoder and decoder for small system.", "version": "3.1", "license": "Apache License 2.0", @@ -10,11 +10,12 @@ "dirs": {}, "scripts": {}, "component": { - "name": "audio_manager_lite", + "name": "audio_lite", "subsystem": "multimedia", "syscap": [], "features": [], "adapted_system_type": [ + "mini", "small" ], "rom": "59KB",