1{ 2 "name": "@openharmony/tee_dev_kit", 3 "version": "1.0.0", 4 "description": "tee_dev_kit", 5 "private": false, 6 "scripts": {}, 7 "author": {}, 8 "repository": "", 9 "license": "Mulan PSL v2", 10 "component": { 11 "name": "tee_dev_kit", 12 "subsystem": "tee", 13 "syscap": [], 14 "features": [], 15 "adapted_system_type": [ "small", "standard" ], 16 "rom":"0", 17 "ram":"0", 18 "deps": { 19 "components": [ ], 20 "third_party": [ 21 "musl", 22 "bounds_checking_function" 23 ] 24 }, 25 "build": { 26 "sub_component": [ ], 27 "inner_kits": [ ], 28 "test": [ ] 29 } 30 } 31 } 32