security_device_security_level/bundle.json
Zen知仁 b5977af3d5 feat: make cred file feature
Signed-off-by: Zen知仁 <xuzhiren@huawei.com>
Change-Id: I2950debb71af214cd253854d9bf10fd2b4eed2f5
2022-03-28 19:57:11 +08:00

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"
]
}
}
}