• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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        "preferences",
58        "data_share",
59        "os_account"
60      ],
61      "third_party": [
62        "cJSON",
63        "jsoncpp",
64        "openssl",
65        "ffmpeg"
66      ]
67    },
68    "build": {
69      "group_type": {
70        "base_group": [],
71        "fwk_group": [
72          "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd:sharingwfd_client"
73        ],
74        "service_group": [
75          "//foundation/CastEngine/castengine_wifi_display/sa_profile:sharing_sa_profile",
76          "//foundation/CastEngine/castengine_wifi_display/services:sharing_services_package",
77          "//foundation/CastEngine/castengine_wifi_display/services/etc:sharing_service.rc"
78        ]
79      },
80      "inner_kits": [
81        {
82          "type": "none",
83          "name": "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd:sharingwfd_client",
84          "header": {
85            "header_base": [
86              "//foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include"
87            ],
88            "header_files": [
89              "wfd.h"
90            ]
91          }
92        }
93      ],
94      "test": [
95        "//foundation/CastEngine/castengine_wifi_display/tests:test",
96        "//foundation/CastEngine/castengine_wifi_display/tests/unittest:wfd_unit_test",
97        "//foundation/CastEngine/castengine_wifi_display/tests/fuzztest/sink_fuzzer:wfd_sink_fuzz_test"
98      ]
99    }
100  }
101}
102