1{ 2 "name":"@ohos/openhitls", 3 "description":"openhitls", 4 "version":"4.0", 5 "license":"MulanPSL-2.0", 6 "publishAs":"code-segment", 7 "segment": { 8 "destPath":"third_party/openhitls" 9 }, 10 "dirs":{}, 11 "scripts":{}, 12 "readmePath":{ 13 "en":"README" 14 }, 15 "component":{ 16 "name":"openhitls", 17 "subsystem":"thirdparty", 18 "syscap":[], 19 "features":["openhitls_enabled"], 20 "adapted_system_type":["standard"], 21 "rom":"", 22 "ram":"", 23 "deps":{ 24 "components":[ 25 "bounds_checking_function" 26 ], 27 "third_party":[] 28 }, 29 "build":{ 30 "sub_component":[ 31 "//third_party/openhitls:openhitls_bsl", 32 "//third_party/openhitls:openhitls_crypto", 33 "//third_party/openhitls:openhitls_pki", 34 "//third_party/openhitls:openhitls_tls", 35 "//third_party/openhitls:openhitls_auth" 36 ], 37 "inner_kits":[ 38 { 39 "name":"//third_party/openhitls:openhitls_bsl" 40 }, 41 { 42 "name":"//third_party/openhitls:openhitls_crypto" 43 }, 44 { 45 "name":"//third_party/openhitls:openhitls_pki" 46 }, 47 { 48 "name":"//third_party/openhitls:openhitls_tls" 49 }, 50 { 51 "name":"//third_party/openhitls:openhitls_auth" 52 } 53 ], 54 "test":[] 55 } 56 } 57}