• 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            ],
39            "third_party": []
40        },
41        "features": [
42        ],
43        "build": {
44            "sub_component": [
45                "//foundation/ai/intelligent_voice_framework/services:intell_voice_server",
46                "//foundation/ai/intelligent_voice_framework/services:intell_voice_proxy",
47                "//foundation/ai/intelligent_voice_framework/services/etc:intell_voice_service.rc",
48                "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice",
49                "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js",
50                "//foundation/ai/intelligent_voice_framework/frameworks/native:intellvoice_native",
51                "//foundation/ai/intelligent_voice_framework/sa_profile:intell_voice_service_sa_profile"
52            ],
53            "inner_kits": [
54                {
55                  "type": "none",
56                  "name": "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js",
57                  "header": {
58                    "header_files": [
59                      "intell_voice_manager_napi.h",
60                      "intell_voice_engine_napi.h",
61                      "enroll_intell_voice_engine_napi.h"
62                    ],
63                    "header_base": [
64                      "//foundation/ai/intelligent_voice_framework/frameworks/js/napi/include"
65                    ]
66                  }
67                }
68            ],
69            "test": [
70              "//foundation/ai/intelligent_voice_framework/tests:intell_voice_unit_test",
71              "//foundation/ai/intelligent_voice_framework/tests:intell_voice_fuzz_test"
72            ]
73        }
74    }
75}
76