• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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                "media_foundation",
30                "access_token",
31                "audio_framework",
32                "av_codec",
33                "ipc",
34                "init",
35                "input",
36                "safwk",
37                "samgr",
38                "c_utils",
39                "eventhandler",
40                "power_manager",
41                "dsoftbus",
42                "device_manager",
43                "common_event_service",
44                "bundle_framework",
45                "ability_base",
46                "ability_runtime",
47                "ace_engine",
48                "napi",
49                "graphic_2d",
50                "graphic_surface",
51                "window_manager",
52                "player_framework",
53                "image_framework",
54                "wifi",
55                "device_auth",
56                "device_info_manager",
57                "thermal_manager",
58                "screenlock_mgr",
59                "state_registry",
60                "core_service",
61                "call_manager",
62                "os_account",
63                "sharing_framework",
64                "json"
65            ],
66            "third_party":[
67                "glib",
68                "json",
69                "jsoncpp",
70                "openssl",
71                "bounds_checking_function",
72                "musl"
73            ]
74        },
75        "build":{
76            "sub_component":[
77                "//foundation/CastEngine/castengine_cast_framework/service:cast_engine_service",
78                "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client",
79                "//foundation/CastEngine/castengine_cast_framework/sa_profile:cast_engine_sa_profile",
80                "//foundation/CastEngine/castengine_cast_framework/etc/init:cast_engine_service.cfg",
81                "//foundation/CastEngine/castengine_cast_framework/interfaces/kits/js:cast"
82            ],
83            "inner_kits":[
84                {
85                    "type": "so",
86                    "name": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client",
87                    "header": {
88                        "header_base": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include",
89                        "header_files": [
90                            "cast_engine_common.h",
91                            "cast_session_manager.h",
92                            "i_cast_session.h",
93                            "i_cast_session_manager_adaptor.h",
94                            "i_cast_session_manager_listener.h"
95                        ]
96                    }
97                }
98            ],
99            "test":[
100            ]
101        }
102    }
103}
104