From 49d06d16a69f7069b1987c94722d5fabbad4f1ae Mon Sep 17 00:00:00 2001 From: hhj Date: Mon, 17 Jan 2022 02:58:58 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!65=20:?= =?UTF-8?q?=20=E3=80=90=E9=83=A8=E4=BB=B6=E6=A0=87=E5=87=86=E5=8C=96?= =?UTF-8?q?=E3=80=91=E6=B7=BB=E5=8A=A0=E9=83=A8=E4=BB=B6=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6bundle.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 30 ------------------------------ memory/bundle.json | 36 ------------------------------------ timer_task/bundle.json | 37 ------------------------------------- 3 files changed, 103 deletions(-) delete mode 100644 bundle.json delete mode 100644 memory/bundle.json delete mode 100644 timer_task/bundle.json diff --git a/bundle.json b/bundle.json deleted file mode 100644 index f0bf3d4..0000000 --- a/bundle.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "@openharmony/utils_lite", - "version": "3.1.0", - "description": "Basic macro and type definitions", - "publishAs": "code-segment", - "scripts": { - "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" - }, - "author": {}, - "repository": "", - "license": "Apache License 2.0", - "dirs": { - "utils/native/lite/include" - }, - "component": { - "name": "utils_lite", - "subsystem": "utils", - "features" :[], - "adapted_system_type": [ "standard" ], - "rom": "0KB", - "ram": "0KB", - "deps": {}, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } - } - } - diff --git a/memory/bundle.json b/memory/bundle.json deleted file mode 100644 index f8a0533..0000000 --- a/memory/bundle.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "@openharmony/memory", - "version": "3.1.0", - "description": "memory", - "publishAs": "code-segment", - "scripts": { - "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" - }, - "author": {}, - "repository": "", - "license": "Apache License 2.0", - "dirs": { - "utils/native/lite/memory" - }, - "component": { - "name": "memory", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", - "deps": { - "thrid_party": [], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } - } - } diff --git a/timer_task/bundle.json b/timer_task/bundle.json deleted file mode 100644 index 87bb0c8..0000000 --- a/timer_task/bundle.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "@openharmony/timer_task", - "version": "3.1.0", - "description": "ace timer kits", - "publishAs": "code-segment", - "scripts": { - "install": "DEST_PATH=${DEP_BUNDLE_BASE}/utils/native/lite && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH" - }, - "author": {}, - "repository": "", - "license": "Apache License 2.0", - "dirs": { - "utils/native/lite/timer_task" - }, - "component": { - "name": "timer_task", - "subsystem": "utils", - "features" : [], - "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", - "deps": { - "thrid_party": [], - "kernel_special": {}, - "board_special": {}, - "components": [ - "utils_lite" - ] - }, - "build": { - "sub_component": [], - "inner_kits": [], - "test": [] - } - } - } - -- Gitee