1{ 2 "name": "@ohos/mbedtls", 3 "description": "An open source, portable, easy to use, readable and flexible SSL library.", 4 "version": "5.0", 5 "license": "Apache-2.0 OR GPL-2.0-or-later", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/mbedtls" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "mbedtls", 14 "subsystem": "thirdparty", 15 "syscap": [], 16 "features": [ 17 "mbedtls_porting_path", 18 "mbedtls_enable_ssl_srv" 19 ], 20 "adapted_system_type": [ 21 "mini", 22 "small", 23 "standard" 24 ], 25 "rom": "", 26 "ram": "", 27 "deps": { 28 "components": [ 29 "bounds_checking_function" 30 ], 31 "third_party": [ 32 "bounds_checking_function" 33 ] 34 }, 35 "build": { 36 "sub_component": [], 37 "inner_kits": [ 38 { 39 "header" : { 40 "header_base": "//third_party/mbedtls/include", 41 "header_files": [ 42 "mbedtls/md.h", 43 "mbedtls/rsa.h", 44 "mbedtls/x509.h" 45 ] 46 }, 47 "name" : "//third_party/mbedtls:mbedtls_shared" 48 }, 49 { 50 "header" : { 51 "header_base": "//third_party/mbedtls/include", 52 "header_files": [ 53 "mbedtls/md.h", 54 "mbedtls/rsa.h", 55 "mbedtls/x509.h" 56 ] 57 }, 58 "name" : "//third_party/mbedtls:mbedtls_static" 59 } 60 ], 61 "test": [] 62 } 63 } 64} 65