From 5b5d8fc346b3265c0917ccebb2f8b9eea5a800fe Mon Sep 17 00:00:00 2001 From: pjscc Date: Thu, 20 Jan 2022 17:01:22 +0800 Subject: [PATCH] add bundle.json Signed-off-by: pjscc --- 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..514b9b2 --- /dev/null +++ b/bundle.json @@ -0,0 +1,34 @@ +{ + "name": "@ohos/freebsd", + "description": "FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.", + "version": "3.1", + "license": "BSD 2-Clause", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/FreeBSD" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYRIGHT", + "readmePath": { + "en": "README" + }, + "component": { + "name": "thirdparty_freebsd", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- GitLab