加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
fxyyf1998 提交于 2023-07-10 20:17 . 加解密整改为Huks方式
{
"name": "@ohos/device_attest",
"version": "4.0",
"description": "",
"license": "Apache License 2.0",
"domain": "os",
"publishAs": "",
"private": false,
"scripts": {},
"dirs": [],
"segment": {
"destPath": "test/xts/device_attest"
},
"component": {
"name": "device_attest",
"subsystem": "xts",
"syscap": [ "SystemCapability.XTS.DeviceAttest" ],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "512KB",
"ram": "~2335KB",
"deps": {
"components": [
"safwk",
"samgr",
"ipc",
"hilog",
"c_utils",
"napi",
"netmanager_base",
"access_token",
"syscap_codec",
"init",
"eventhandler",
"huks"
],
"third_party": [
"cJSON",
"openssl",
"mbedtls"
]
},
"build": {
"sub_component": [
"//test/xts/device_attest/build:attest_standard_packages"
],
"inner_kits": [
{
"header": {
"header_base":"//test/xts/device_attest/interfaces/innerkits/native_cpp/include",
"header_files": [
"attest_result_info.h",
"devattest_client.h",
"devattest_interface.h",
"devattest_service_proxy.h"
]
},
"name": "//test/xts/device_attest/interfaces/innerkits/native_cpp:devattest_sdk"
}
],
"test": [
"//test/xts/device_attest/test/fuzztest:fuzztest",
"//test/xts/device_attest/test/performancetest:performance",
"//test/xts/device_attest/test/unittest:unittest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化