Files
third_party_openhitls/bundle.json
T
lanming 4ca363f2cd Add component features
Signed-off-by: lanming <lanming@huawei.com>
2025-07-15 14:25:39 +08:00

57 lines
1.6 KiB
JSON

{
"name":"@ohos/openhitls",
"description":"openhitls",
"version":"4.0",
"license":"MulanPSL-2.0",
"publishAs":"code-segment",
"segment": {
"destPath":"third_party/openhitls"
},
"dirs":{},
"scripts":{},
"readmePath":{
"en":"README"
},
"component":{
"name":"openhitls",
"subsystem":"thirdparty",
"syscap":[],
"features":["openhitls_enabled"],
"adapted_system_type":["standard"],
"rom":"",
"ram":"",
"deps":{
"components":[
"bounds_checking_function"
],
"third_party":[]
},
"build":{
"sub_component":[
"//third_party/openhitls:openhitls_bsl",
"//third_party/openhitls:openhitls_crypto",
"//third_party/openhitls:openhitls_pki",
"//third_party/openhitls:openhitls_tls",
"//third_party/openhitls:openhitls_auth"
],
"inner_kits":[
{
"name":"//third_party/openhitls:openhitls_bsl"
},
{
"name":"//third_party/openhitls:openhitls_crypto"
},
{
"name":"//third_party/openhitls:openhitls_pki"
},
{
"name":"//third_party/openhitls:openhitls_tls"
},
{
"name":"//third_party/openhitls:openhitls_auth"
}
],
"test":[]
}
}
}