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 ], 24 "rom": "36KB", 25 "ram": "72KB", 26 "deps": { 27 "components": [], 28 "third_party": [] 29 }, 30 "build": { 31 "sub_component": [], 32 "inner_kits": [], 33 "test": [] 34 } 35 } 36} 37