From c81e2a546f4ed40fbdd82f4a214596c906d65317 Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 13 Jan 2022 15:49:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0bundle.json=E4=BD=9C?= =?UTF-8?q?=E4=B8=BAhpm=E5=8C=85=E7=AE=A1=E7=90=86=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: pjscc --- bundle.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..257524c --- /dev/null +++ b/bundle.json @@ -0,0 +1,40 @@ +{ + "name": "@ohos/optimized_routines", + "version": "", + "description": "Optimized implementations of various library functions for ARM architecture processors", + "homePage": "https://gitee.com/openharmony", + "license": "MIT", + "repository": "https://gitee.com/openharmony/third_party_optimized_routines", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "third_party" + ], + "keywords": [ + "third-party", + "optimized", + "routines" + ], + "envs": {}, + "dirs": {}, + "segment": { + "destPath": "third_party/optimized-routines" + }, + "component": { + "name": "thirdparty_optimized_routines", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee