mirror of
https://gitee.com/openharmony/security_device_security_level
synced 2024-11-27 17:01:05 +00:00
73ca0887d6
Signed-off-by: zhirenx <xuzhiren@huawei.com> Change-Id: I89d1803d0337a81ae1b22850b820fe24c933039f
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"name": "@ohos/device_security_level",
|
|
"description": "openharmony's device security level management",
|
|
"version": "3.0.0",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destpath": "base/security/device_security_level"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"author": {},
|
|
"repository": "",
|
|
"component": {
|
|
"name": "device_security_level",
|
|
"subsystem": "security",
|
|
"syscap": [
|
|
"SystemCapability.Security.DeviceSecurityLevel"
|
|
],
|
|
"features": [
|
|
"device_security_level_dslm"
|
|
],
|
|
"adapted_system_type": [
|
|
"standard"
|
|
],
|
|
"rom": "200KB",
|
|
"ram": "2500KB",
|
|
"deps": {
|
|
"components": [
|
|
"ipc_core",
|
|
"libhilog",
|
|
"samgr_proxy",
|
|
"softbus_client",
|
|
"utils"
|
|
],
|
|
"third_party": [
|
|
"cjson_static",
|
|
"libcrypto"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/security/device_security_level/interfaces/inner_api:dslm_sdk",
|
|
"//base/security/device_security_level/oem_property/ohos:dslm_service",
|
|
"//base/security/device_security_level/profile:dslm_service.rc"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//base/security/device_security_level/interfaces/inner_api:dslm_sdk",
|
|
"header": {
|
|
"header_files": [
|
|
"device_security_info.h",
|
|
"device_security_defines.h"
|
|
],
|
|
"header_base": "//base/security/device_security_level/interfaces/inner_api/include"
|
|
}
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/security/device_security_level/test:dslm_test"
|
|
]
|
|
}
|
|
}
|
|
}
|