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 V2,GPL V2.0", 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 ], 19 "adapted_system_type": [ 20 "mini", 21 "small", 22 "standard" 23 ], 24 "rom": "", 25 "ram": "", 26 "deps": { 27 "components": [ 28 "bounds_checking_function" 29 ], 30 "third_party": [ 31 "bounds_checking_function" 32 ] 33 }, 34 "build": { 35 "sub_component": [], 36 "inner_kits": [ 37 { 38 "header" : { 39 "header_base": "//third_party/mbedtls/include", 40 "header_files": [ 41 "mbedtls/md.h", 42 "mbedtls/rsa.h", 43 "mbedtls/x509.h" 44 ] 45 }, 46 "name" : "//third_party/mbedtls:mbedtls_shared" 47 }, 48 { 49 "header" : { 50 "header_base": "//third_party/mbedtls/include", 51 "header_files": [ 52 "mbedtls/md.h", 53 "mbedtls/rsa.h", 54 "mbedtls/x509.h" 55 ] 56 }, 57 "name" : "//third_party/mbedtls:mbedtls_static" 58 } 59 ], 60 "test": [] 61 } 62 } 63} 64