• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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": [
16      "drivers_peripheral_intelligent_voice_feature_community",
17      "drivers_peripheral_intelligent_voice_engine_enable",
18      "drivers_peripheral_intelligent_voice_trigger_enable"
19    ],
20    "adapted_system_type": ["standard"],
21    "rom": "675KB",
22    "ram": "2048KB",
23    "deps": {
24      "components": [
25        "c_utils",
26        "drivers_interface_intelligent_voice",
27        "hdf_core",
28        "hilog",
29        "ipc"
30      ],
31      "third_party": [
32      ]
33    },
34    "build": {
35      "sub_component": [
36        "//drivers/peripheral/intelligent_voice:intell_voice_engine_entry",
37        "//drivers/peripheral/intelligent_voice:intell_voice_trigger_entry"
38      ],
39      "test": []
40    }
41  }
42}
43