mirror of
https://gitee.com/openharmony/security_device_security_level
synced 2024-11-23 14:50:00 +00:00
b5977af3d5
Signed-off-by: Zen知仁 <xuzhiren@huawei.com> Change-Id: I2950debb71af214cd253854d9bf10fd2b4eed2f5
70 lines
2.3 KiB
JSON
70 lines
2.3 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_feature_cred_file_sl1",
|
|
"device_security_level_feature_cred_file_sl2",
|
|
"device_security_level_feature_cred_file_sl3",
|
|
"device_security_level_feature_cred_file_sl4",
|
|
"device_security_level_feature_cred_file_sl5"
|
|
],
|
|
"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/oem_property/ohos:dslm_ohos_cred_file",
|
|
"//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"
|
|
]
|
|
}
|
|
}
|
|
}
|