From 6b6aa43cff9b8bda526aab62c1a88749b250d85b Mon Sep 17 00:00:00 2001 From: pjscc Date: Wed, 19 Jan 2022 19:18:31 +0800 Subject: [PATCH] add bundle.json Signed-off-by: pjscc --- bundle.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000..f07500d --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/libphonenumber", + "description": "Third-party open-source software libphonenumber | Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.", + "version": "3.1", + "license": "Apache V2", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/libphonenumber" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_libphonenumber", + "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