• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/intelligent_voice_framework",
3    "description": "intelligent_voice framework",
4    "version": "4.0",
5    "license": "Apache License 2.0",
6    "publishAs": "code-segment",
7    "segment": {
8      "destPath": "foundation/ai/intelligent_voice_framework"
9    },
10    "component": {
11        "name": "intelligent_voice_framework",
12        "subsystem": "ai",
13        "syscap": [
14            "SystemCapability.AI.IntelligentVoice.Core"
15        ],
16        "adapted_system_type": ["standard"],
17        "rom": "675KB",
18        "ram": "7680KB",
19        "deps": {
20            "components": [
21                "ability_base",
22                "ability_runtime",
23                "access_token",
24                "c_utils",
25                "common_event_service",
26                "data_share",
27                "drivers_interface_intelligent_voice",
28                "eventhandler",
29                "hdf_core",
30                "hilog",
31                "ipc",
32                "kv_store",
33                "audio_framework",
34                "napi",
35                "relational_store",
36                "safwk",
37                "samgr",
38                "state_registry",
39                "core_service",
40                "call_manager",
41                "huks"
42            ],
43            "third_party": []
44        },
45        "features": [
46        ],
47        "build": {
48            "sub_component": [
49                "//foundation/ai/intelligent_voice_framework/services:intell_voice_server",
50                "//foundation/ai/intelligent_voice_framework/services:intell_voice_proxy",
51                "//foundation/ai/intelligent_voice_framework/services/etc:intell_voice_service.rc",
52                "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice",
53                "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js",
54                "//foundation/ai/intelligent_voice_framework/frameworks/native:intellvoice_native",
55                "//foundation/ai/intelligent_voice_framework/sa_profile:intell_voice_service_sa_profile"
56            ],
57            "inner_kits": [
58                {
59                  "type": "none",
60                  "name": "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js",
61                  "header": {
62                    "header_files": [
63                      "intell_voice_manager_napi.h",
64                      "intell_voice_engine_napi.h",
65                      "enroll_intell_voice_engine_napi.h"
66                    ],
67                    "header_base": [
68                      "//foundation/ai/intelligent_voice_framework/frameworks/js/napi/include"
69                    ]
70                  }
71                }
72            ],
73            "test": [
74              "//foundation/ai/intelligent_voice_framework/tests:intell_voice_unit_test",
75              "//foundation/ai/intelligent_voice_framework/tests:intell_voice_fuzz_test"
76            ]
77        }
78    }
79}
80