-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.json
More file actions
93 lines (93 loc) · 2.73 KB
/
Copy pathbundle.json
File metadata and controls
93 lines (93 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "@ohos/security_component_manager",
"description": "security_component_manager",
"version": "4.0.0",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/security/security_component_manager"
},
"dirs": {},
"scripts": {},
"component": {
"name": "security_component_manager",
"subsystem": "security",
"syscap": [],
"hisysevent_config": [
"//base/security/security_component_manager/hisysevent.yaml"
],
"features": [ "security_component_manager_feature_coverage" ],
"adapted_system_type": [
"standard"
],
"rom": "2048KB",
"ram": "5102KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"access_token",
"bundle_framework",
"c_utils",
"data_share",
"eventhandler",
"ffrt",
"hilog",
"hisysevent",
"hitrace",
"graphic_2d",
"ipc",
"json",
"safwk",
"samgr",
"window_manager"
],
"third_party": [
"cJSON"
]
},
"build": {
"sub_component": [
"//base/security/security_component_manager:security_component_build_module"
],
"inner_kits": [
{
"name": "//base/security/security_component_manager/frameworks/inner_api/security_component:libsecurity_component_sdk",
"header": {
"header_files": [
"i_sec_comp_probe.h",
"location_button.h",
"paste_button.h",
"save_button.h",
"sec_comp_base.h",
"sec_comp_enhance_adapter.h",
"sec_comp_enhance_kit.h",
"sec_comp_enhance_kit_c.h",
"sec_comp_err.h",
"sec_comp_info.h",
"sec_comp_kit.h",
"sec_comp_ui_register.h",
"security_component_service_ipc_interface_code.h"
],
"header_base": "//base/security/security_component_manager/interfaces/inner_api/security_component/include"
}
},
{
"name": "//base/security/security_component_manager/services/security_component_service/sa:security_component_common",
"header": {
"header_files": [
"delay_exit_task.h",
"sec_comp_info_helper.h",
"sec_event_handler.h"
],
"header_base": "//base/security/security_component_manager/interfaces/inner_api/security_component_common"
}
}
],
"test": [
"//base/security/security_component_manager:security_component_build_module_test",
"//base/security/security_component_manager:security_component_build_fuzz_test"
]
}
}
}