1{ 2 "name": "@ohos/optimized_routines", 3 "description": "Optimized implementations of various library functions for ARM architecture processors", 4 "version": "3.1", 5 "license": "MIT OR Apache-2.0 WITH LLVM-exception", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/optimized-routines" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "readmePath": { 13 "en": "README" 14 }, 15 "component": { 16 "name": "optimized_routines", 17 "subsystem": "thirdparty", 18 "syscap": [], 19 "features": [], 20 "adapted_system_type": [ 21 "mini", 22 "small", 23 "standard" 24 ], 25 "rom": "36KB", 26 "ram": "72KB", 27 "deps": { 28 "components": [], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//third_party/optimized-routines:optimized_static", 34 "//third_party/optimized-routines:optimize_math" 35 ], 36 "inner_kits": [ 37 { 38 "header": { 39 "header_base": "//third_party/optimized-routines/math", 40 "header_files": [] 41 }, 42 "name": "//third_party/optimized-routines:optimized_static" 43 }, 44 { 45 "header": { 46 "header_base": "//third_party/optimized-routines/math", 47 "header_files": [] 48 }, 49 "name": "//third_party/optimized-routines:optimize_math" 50 } 51 ], 52 "test": [] 53 } 54 } 55} 56