• 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                "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                "window_manager",
48                "player_framework",
49                "image_framework",
50                "wifi",
51                "device_auth",
52                "eventhandler"
53            ],
54            "third_party":[
55                "glib",
56                "json",
57                "jsoncpp",
58                "openssl",
59                "bounds_checking_function",
60                "musl"
61            ]
62        },
63        "build":{
64            "sub_component":[
65                "//foundation/CastEngine/castengine_cast_framework/service:cast_engine_service",
66                "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client",
67                "//foundation/CastEngine/castengine_cast_framework/sa_profile:cast_engine_sa_profile",
68                "//foundation/CastEngine/castengine_cast_framework/etc/init:cast_engine_service.cfg",
69                "//foundation/CastEngine/castengine_cast_framework/interfaces/kits/js:cast"
70            ],
71            "inner_kits":[
72                {
73                    "type": "so",
74                    "name": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api:cast_engine_client",
75                    "header": {
76                        "header_base": "//foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include",
77                        "header_files": [
78                            "cast_engine_common.h",
79                            "cast_session_manager.h",
80                            "i_cast_session.h",
81                            "i_cast_session_manager_adaptor.h",
82                            "i_cast_session_manager_listener.h"
83                        ]
84                    }
85                }
86            ],
87            "test":[
88            ]
89        }
90    }
91}
92