1{ 2 "name": "@ohos/sharing_framework", 3 "description": "foundation Castengine sharing framework", 4 "version": "3.2", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "foundation/CastEngine/castengine_wifi_display" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "sharing_framework", 14 "subsystem": "castplus", 15 "syscap": [ 16 ], 17 "features": [ 18 "sharing_framework_feature_coverage = false" 19 ], 20 "adapted_system_type": [ 21 "standard" 22 ], 23 "rom": "", 24 "ram": "", 25 "hisysevent_config": [ 26 "//foundation/CastEngine/castengine_wifi_display/hisysevent.yaml" 27 ], 28 "deps": { 29 "components": [ 30 "ipc", 31 "safwk", 32 "media_foundation", 33 "av_codec", 34 "audio_framework", 35 "player_framework", 36 "camera_framework", 37 "wifi", 38 "hisysevent", 39 "device_manager", 40 "c_utils", 41 "graphic_2d", 42 "graphic_surface", 43 "drivers_peripheral_display", 44 "hilog", 45 "ability_base", 46 "samgr", 47 "ability_runtime", 48 "bundle_framework", 49 "napi", 50 "kv_store", 51 "access_token", 52 "drivers_interface_camera", 53 "eventhandler", 54 "ffmpeg", 55 "window_manager", 56 "bounds_checking_function" 57 ], 58 "third_party": [ 59 "cJSON", 60 "jsoncpp", 61 "openssl", 62 "ffmpeg" 63 ] 64 }, 65 "build": { 66 "group_type": { 67 "base_group": [], 68 "fwk_group": [ 69 "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd:sharingwfd_client" 70 ], 71 "service_group": [ 72 "//foundation/CastEngine/castengine_wifi_display/sa_profile:sharing_sa_profile", 73 "//foundation/CastEngine/castengine_wifi_display/services:sharing_services_package", 74 "//foundation/CastEngine/castengine_wifi_display/services/etc:sharing_service.rc" 75 ] 76 }, 77 "inner_kits": [ 78 { 79 "type": "none", 80 "name": "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd:sharingwfd_client", 81 "header": { 82 "header_base": [ 83 "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include" 84 ], 85 "header_files": [ 86 "wfd.h" 87 ] 88 } 89 } 90 ], 91 "test": [ 92 "//foundation/CastEngine/castengine_wifi_display/tests:test", 93 "//foundation/CastEngine/castengine_wifi_display/tests/unittest:wfd_unit_test" 94 ] 95 } 96 } 97} 98