!79 修改bundle.json文件中的component name

Merge pull request !79 from 黄建飞/master-0821-bundle
This commit is contained in:
openharmony_ci
2023-08-28 09:48:26 +00:00
committed by Gitee
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -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<a name="section722512541395"></a>
+1 -1
View File
@@ -31,7 +31,7 @@ foundation/multimedia/audio_lite
# 开发板选择
hb set
# 单仓构建和编译
hb build audio_manager_lite
hb build audio_lite
```
## 约束<a name="section722512541395"></a>
+3 -2
View File
@@ -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",