1{ 2 "name":"@ohos/cast_engine", 3 "description":"supply cast engine service", 4 "version":"3.1", 5 "license":"", 6 "publishAs":"binary", 7 "dirs":{}, 8 "scripts":{}, 9 "component":{ 10 "name":"cast_engine", 11 "subsystem":"castplus", 12 "syscap":[ 13 "" 14 ], 15 "features":[], 16 "adapted_system_type":[ 17 "standard" 18 ], 19 "rom":"5M", 20 "ram":"50M", 21 "hisysevent_config": [ 22 "//foundation/CastEngine/castengine_cast_framework/hisysevent.yaml" 23 ], 24 "deps":{ 25 "components":[ 26 "hilog", 27 "hisysevent", 28 "hitrace", 29 "access_token", 30 "audio_framework", 31 "av_codec", 32 "ipc", 33 "init", 34 "input", 35 "safwk", 36 "samgr", 37 "c_utils", 38 "dsoftbus", 39 "device_manager", 40 "common_event_service", 41 "bundle_framework", 42 "ability_base", 43 "ability_runtime", 44 "ace_engine", 45 "napi", 46 "graphic_2d", 47 "graphic_surface", 48 "window_manager", 49 "player_framework", 50 "image_framework", 51 "wifi", 52 "device_auth", 53 "eventhandler" 54 ], 55 "third_party":[ 56 "glib", 57 "json", 58 "jsoncpp", 59 "openssl", 60 "bounds_checking_function", 61 "musl" 62 ] 63 }, 64 "build":{ 65 "sub_component":[ 66 "//foundation/CastEngine/castengine_cast_framework/service:cast_engine_service", 67 "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client", 68 "//foundation/CastEngine/castengine_cast_framework/sa_profile:cast_engine_sa_profile", 69 "//foundation/CastEngine/castengine_cast_framework/etc/init:cast_engine_service.cfg", 70 "//foundation/CastEngine/castengine_cast_framework/interfaces/kits/js:cast" 71 ], 72 "inner_kits":[ 73 { 74 "type": "so", 75 "name": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client", 76 "header": { 77 "header_base": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include", 78 "header_files": [ 79 "cast_engine_common.h", 80 "cast_session_manager.h", 81 "i_cast_session.h", 82 "i_cast_session_manager_adaptor.h", 83 "i_cast_session_manager_listener.h" 84 ] 85 } 86 } 87 ], 88 "test":[ 89 ] 90 } 91 } 92} 93