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 "cJSON", 46 "data_share", 47 "distributed_notification_service", 48 "eventhandler", 49 "ffrt", 50 "graphic_2d", 51 "graphic_surface", 52 "hilog", 53 "hicollie", 54 "hisysevent", 55 "hitrace", 56 "init", 57 "ipc", 58 "audio_framework", 59 "camera_framework", 60 "napi", 61 "os_account", 62 "player_framework", 63 "power_manager", 64 "safwk", 65 "samgr", 66 "libuv", 67 "sms_mms", 68 "image_framework", 69 "miscdevice", 70 "location", 71 "dsoftbus", 72 "input", 73 "device_manager", 74 "openssl", 75 "libphonenumber", 76 "screenlock_mgr" 77 ], 78 "third_party": [ 79 "libphonenumber", 80 "json" 81 ] 82 }, 83 "build": { 84 "group_type": { 85 "base_group": [ 86 ], 87 "fwk_group": [ 88 "//base/telephony/call_manager/frameworks/js:call" 89 ], 90 "service_group": [ 91 "//base/telephony/call_manager:tel_call_manager", 92 "//base/telephony/call_manager/sa_profile:call_manager_sa_profile" 93 ] 94 }, 95 "inner_kits": [ 96 { 97 "header": { 98 "header_base" : "//base/telephony/call_manager/interfaces/innerkits/", 99 "header_files": [] 100 }, 101 "name":"//base/telephony/call_manager/frameworks/native:tel_call_manager_api" 102 }, 103 { 104 "header": { 105 "header_base" : "//base/telephony/call_manager/frameworks/cj/src", 106 "header_files": [] 107 }, 108 "name":"//base/telephony/call_manager/frameworks/cj:cj_telephony_call_ffi" 109 } 110 ], 111 "test": [ 112 "//base/telephony/call_manager/test/unittest:unittest", 113 "//base/telephony/call_manager/test/fuzztest:fuzztest" 114 ] 115 } 116 } 117} 118