From ecd12e7dfd93d7c4b9c7cc9d97d5396a462dfbd2 Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 18 Jan 2022 19:14:51 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- bundle.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..0ee0b30 --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/pcre2", + "description": "pcre2 is a re_working of the original PCRE1 library to provide an entirely new API.", + "version": "3.1", + "license": "PCRE2 LICENCE", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/pcre2" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "pcre2/LICENSE", + "component": { + "name": "thirdparty_pcre2", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file -- Gitee