From f93577dd4058c09b8d6ad31ae606a6ca90382545 Mon Sep 17 00:00:00 2001 From: lijunru Date: Tue, 22 Aug 2023 15:45:18 +0800 Subject: [PATCH] add bundle.json Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/I7V2XD Test: build Signed-off-by: lijunru --- bundle.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bundle.json diff --git a/bundle.json b/bundle.json new file mode 100644 index 000000000000..a32a17914e08 --- /dev/null +++ b/bundle.json @@ -0,0 +1,33 @@ +{ + "name": "@ohos/llvm-project", + "description": "The LLVM Compiler Infrastructure", + "version": "3.1", + "license": "Apache License v2.0 with LLVM Exceptions", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/llvm-project" + }, + "dirs": {}, + "scripts": {}, + "readmePath": { + "en": "" + }, + "component": { + "name": "llvm-project", + "subsystem": "thirdparty", + "syscap": [], + "features": [], + "adapted_system_type": [ "standard", "small" ], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} -- Gitee