diff --git a/fs/bundle.json b/fs/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..1fd494a80aeb10de6b5a44635d22a7936991fc85 --- /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": [] + } + } +}