From 7a58544d212511ca555b1db8a834640cc94eb71a Mon Sep 17 00:00:00 2001 From: y30045862 Date: Tue, 5 Sep 2023 12:26:39 +0800 Subject: [PATCH] add bundle for linux Signed-off-by: yangjingbo10 Change-Id: I3201aa7bf785216c1ca5cb508ff56c9350d558be --- fs/bundle.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 fs/bundle.json diff --git a/fs/bundle.json b/fs/bundle.json new file mode 100644 index 000000000000..1fd494a80aeb --- /dev/null +++ b/fs/bundle.json @@ -0,0 +1,32 @@ +{ + "name": "@openharmony/local_file_system", + "version": "3.0", + "description": "本地文件系统", + "homePage": "https://gitee.com/openharmony", + "license": "GPL 2.0", + "publishAs": "", + "private": false, + "scripts": {}, + "dirs": {}, + "segment": { + "destPath": "kernel/linux/linux-5.10" + }, + "component": { + "name": "local_file_system", + "subsystem": "kernel", + "syscap": [], + "features": [], + "adapted_system_type": [ "mini","small","standard" ], + "rom": "1024KB", + "ram": "1024KB", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} -- Gitee