mirror of
https://github.com/openharmony/security_security_component_manager.git
synced 2026-08-24 22:51:27 -04:00
c92e735cb1
Match-id-0efa0fe1fe90bf316c11c48040f84834a2d2ce22
106 lines
3.1 KiB
JSON
106 lines
3.1 KiB
JSON
{
|
|
"name": "@openharmony/security_component",
|
|
"description": "security_component",
|
|
"version": "4.0.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/security/security_component"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "security_component",
|
|
"subsystem": "security",
|
|
"syscap": [],
|
|
"hisysevent_config": [
|
|
"//base/security/security_component/hisysevent.yaml"
|
|
],
|
|
"features": [ "security_component_feature_coverage = false" ],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "2048KB",
|
|
"ram": "5102KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_base",
|
|
"ability_runtime",
|
|
"access_token",
|
|
"c_utils",
|
|
"eventhandler",
|
|
"hilog",
|
|
"hisysevent",
|
|
"hitrace",
|
|
"graphic_2d",
|
|
"ipc",
|
|
"safwk",
|
|
"samgr",
|
|
"window_manager"
|
|
],
|
|
"third_party": [
|
|
"cJSON",
|
|
"googletest"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/security/security_component:security_component_build_module"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//base/security/security_component/interfaces/inner_api/security_component:libsecurity_component_sdk",
|
|
"header": {
|
|
"header_files": [
|
|
"i_sec_comp_probe.h",
|
|
"sec_comp_kit.h"
|
|
],
|
|
"header_base": "//base/security/security_component/interfaces/inner_api/security_component/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/security/security_component/interfaces/inner_api/enhance_kits:libsecurity_component_enhance_sdk",
|
|
"header": {
|
|
"header_files": [
|
|
"sec_comp_enhance_kit.h"
|
|
],
|
|
"header_base": "//base/security/security_component/interfaces/inner_api/enhance_kits/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/security/security_component/frameworks:libsecurity_component_framework",
|
|
"header": {
|
|
"header_files": [
|
|
"location_button.h",
|
|
"paste_button.h",
|
|
"save_button.h"
|
|
],
|
|
"header_base": "//base/security/security_component/interfaces/inner_api/security_component/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/security/security_component/frameworks:libsecurity_component_enhance_adapter",
|
|
"header": {
|
|
"header_files": [
|
|
"sec_comp_enhance_adapter.h"
|
|
],
|
|
"header_base": "//base/security/security_component/frameworks/enhance_adapter/include"
|
|
}
|
|
},
|
|
{
|
|
"name": "//base/security/security_component/services/security_component_service/sa:security_component_service",
|
|
"header": {
|
|
"header_files": [
|
|
"sec_comp_manager.h"
|
|
],
|
|
"header_base": "//base/security/security_component/services/security_component_service/sa/sa_main"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/security/security_component:security_component_build_module_test"
|
|
]
|
|
}
|
|
}
|
|
}
|