1{
2  "name": "@ohos/drivers_peripheral_intelligent_voice",
3  "description": "intelligent_voice device driver",
4  "version": "4.0",
5  "license": "Apache License 2.0",
6  "publishAs": "code-segment",
7  "segment": {
8    "destPath": "drivers/peripheral/intelligent_voice"
9  },
10  "dirs": {},
11  "scripts": {},
12  "component": {
13    "name": "drivers_peripheral_intelligent_voice",
14    "subsystem": "hdf",
15    "features": ["drivers_peripheral_intelligent_voice_feature_community"],
16    "adapted_system_type": ["standard"],
17    "rom": "675KB",
18    "ram": "2048KB",
19    "deps": {
20      "components": [
21        "c_utils",
22        "drivers_interface_intelligent_voice",
23        "hdf_core",
24        "hilog",
25        "ipc"
26      ],
27      "third_party": [
28      ]
29    },
30    "build": {
31      "sub_component": [
32        "//drivers/peripheral/intelligent_voice:intell_voice_engine_entry",
33        "//drivers/peripheral/intelligent_voice:intell_voice_trigger_entry"
34      ],
35      "test": []
36    }
37  }
38}
39