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 "jsoncpp", 43 "power_manager", 44 "ffrt" 45 ], 46 "third_party": [] 47 }, 48 "features": [ 49 ], 50 "build": { 51 "sub_component": [ 52 "//foundation/ai/intelligent_voice_framework/services:intell_voice_server", 53 "//foundation/ai/intelligent_voice_framework/services:intell_voice_proxy", 54 "//foundation/ai/intelligent_voice_framework/services/etc:intell_voice_service.rc", 55 "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice", 56 "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js", 57 "//foundation/ai/intelligent_voice_framework/frameworks/native:intellvoice_native", 58 "//foundation/ai/intelligent_voice_framework/sa_profile:intell_voice_service_sa_profile", 59 "//foundation/ai/intelligent_voice_framework/utils:intell_voice_utils" 60 ], 61 "inner_kits": [ 62 { 63 "type": "none", 64 "name": "//foundation/ai/intelligent_voice_framework/frameworks/js:intelligentvoice_js", 65 "header": { 66 "header_files": [ 67 "intell_voice_manager_napi.h", 68 "intell_voice_engine_napi.h", 69 "enroll_intell_voice_engine_napi.h" 70 ], 71 "header_base": [ 72 "//foundation/ai/intelligent_voice_framework/frameworks/js/napi/include" 73 ] 74 } 75 }, 76 { 77 "type": "none", 78 "name": "//foundation/ai/intelligent_voice_framework/frameworks/native:intellvoice_native", 79 "header": { 80 "header_files": [ 81 "intell_voice_manager.h", 82 "i_headset_wakeup.h", 83 "wakeup_intell_voice_engine.h" 84 ], 85 "header_base": "//foundation/ai/intelligent_voice_framework/interfaces/inner_api/native" 86 } 87 } 88 ], 89 "test": [ 90 "//foundation/ai/intelligent_voice_framework/tests:intell_voice_unit_test", 91 "//foundation/ai/intelligent_voice_framework/tests:intell_voice_fuzz_test" 92 ] 93 } 94 } 95} 96