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