From cee6e470cc0bdf7d78088cb8b6618993bcd0c15c Mon Sep 17 00:00:00 2001 From: mengwei Date: Tue, 29 Aug 2023 15:04:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=AF=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E7=9A=84bundle.json=E6=96=87=E4=BB=B6=20Signed-off-by?= =?UTF-8?q?:=20mengwei=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..ba2cf03 --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/mtdev", + "description": "The mtdev library transforms all variants of kernel MT events to the slotted type B protocol", + "version": "3.1", + "license": "MIT", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/mtdev" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "readmePath": { + "en": "README" + }, + "component": { + "name": "mtdev", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": [ "standard" ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee From acb670b238ebaaa90d03465bd13c0a8c82690251 Mon Sep 17 00:00:00 2001 From: mengweiwww Date: Tue, 29 Aug 2023 08:28:13 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: mengweiwww --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index ba2cf03..8b50d4e 100644 --- a/bundle.json +++ b/bundle.json @@ -19,8 +19,8 @@ "syscap": [], "features": [], "adapted_system_type": [ "standard" ], - "rom": "", - "ram": "", + "rom": "400KB", + "ram": "800KB", "deps": { "components": [], "third_party": [] -- Gitee