1{ 2 "name": "@ohos/call_manager", 3 "version": "4.0", 4 "description": "telephony call manager service", 5 "publishAs": "code-segment", 6 "homePage": "https://gitee.com/openharmony", 7 "repository": "https://gitee.com/openharmony/telephony_call_manager", 8 "license": "Apache License 2.0", 9 "language": "", 10 "private": false, 11 "scripts": {}, 12 "envs": [], 13 "dirs": [], 14 "author": {}, 15 "contributors": [], 16 "segment": { 17 "destPath": "base/telephony/call_manager" 18 }, 19 "component": { 20 "name": "call_manager", 21 "subsystem": "telephony", 22 "syscap": [ 23 "SystemCapability.Telephony.CallManager", 24 "SystemCapability.Applications.Contacts" 25 ], 26 "features": [ 27 "call_manager_feature_hfp_async_enable", 28 "call_manager_feature_not_support_multicall" 29 ], 30 "adapted_system_type": [ 31 "standard" 32 ], 33 "rom": "1639KB", 34 "ram": "6MB", 35 "deps": { 36 "components": [ 37 "ability_base", 38 "ability_runtime", 39 "access_token", 40 "bluetooth", 41 "c_utils", 42 "cellular_data", 43 "common_event_service", 44 "core_service", 45 "data_share", 46 "distributed_notification_service", 47 "eventhandler", 48 "ffrt", 49 "graphic_2d", 50 "graphic_surface", 51 "hilog", 52 "hicollie", 53 "hisysevent", 54 "hitrace", 55 "init", 56 "ipc", 57 "audio_framework", 58 "camera_framework", 59 "napi", 60 "os_account", 61 "player_framework", 62 "power_manager", 63 "safwk", 64 "samgr", 65 "libuv", 66 "sms_mms", 67 "image_framework", 68 "miscdevice", 69 "location", 70 "dsoftbus", 71 "input", 72 "device_manager", 73 "openssl" 74 ], 75 "third_party": [ 76 "libphonenumber", 77 "json", 78 "cJSON" 79 ] 80 }, 81 "build": { 82 "group_type": { 83 "base_group": [ 84 ], 85 "fwk_group": [ 86 "//base/telephony/call_manager/frameworks/js:call" 87 ], 88 "service_group": [ 89 "//base/telephony/call_manager:tel_call_manager", 90 "//base/telephony/call_manager/sa_profile:call_manager_sa_profile", 91 "//base/telephony/call_manager/frameworks/cj:cj_telephony_call_ffi" 92 ] 93 }, 94 "inner_kits": [ 95 { 96 "header": { 97 "header_base" : "//base/telephony/call_manager/interfaces/innerkits/", 98 "header_files": [] 99 }, 100 "name":"//base/telephony/call_manager/frameworks/native:tel_call_manager_api" 101 } 102 ], 103 "test": [ 104 "//base/telephony/call_manager/test/unittest:unittest", 105 "//base/telephony/call_manager/test/fuzztest:fuzztest" 106 ] 107 } 108 } 109} 110