e97a8860创建于 2025年4月21日历史提交
{
  "name": "@ohos/drivers_peripheral_intelligent_voice",
  "description": "intelligent_voice device driver",
  "version": "4.0",
  "license": "Apache License 2.0",
  "publishAs": "code-segment",
  "segment": {
    "destPath": "drivers/peripheral/intelligent_voice"
  },
  "dirs": {},
  "scripts": {},
  "component": {
    "name": "drivers_peripheral_intelligent_voice",
    "subsystem": "hdf",
    "features": [
      "drivers_peripheral_intelligent_voice_feature_community",
      "drivers_peripheral_intelligent_voice_engine_enable",
      "drivers_peripheral_intelligent_voice_trigger_enable",
      "drivers_peripheral_intelligent_voice_only_second_stage"
    ],
    "adapted_system_type": ["standard"],
    "rom": "675KB",
    "ram": "2048KB",
    "deps": {
      "components": [
        "c_utils",
        "drivers_interface_intelligent_voice",
        "hdf_core",
        "hilog",
        "ipc"
      ],
      "third_party": [
      ]
    },
    "build": {
      "sub_component": [
        "//drivers/peripheral/intelligent_voice:intell_voice_engine_entry",
        "//drivers/peripheral/intelligent_voice:intell_voice_trigger_entry"
      ],
      "test": []
    }
  }
}