mirror of
https://github.com/openharmony/third_party_openhitls.git
synced 2026-07-01 10:05:26 -04:00
4ca363f2cd
Signed-off-by: lanming <lanming@huawei.com>
57 lines
1.6 KiB
JSON
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":[]
|
|
}
|
|
}
|
|
} |