From 81690728a60e02ea1a9034d619131406c55ebeef Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Wed, 19 Jan 2022 10:24:14 +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..cbd8a2b --- /dev/null +++ b/bundle.json @@ -0,0 +1,31 @@ +{ + "name": "@ohos/ltp", + "description": "The LTP testsuite contains a collection of tools for testing the Linux kernel and related features.", + "version": "3.1", + "license": "GPL V2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/ltp" + }, + "dirs": {}, + "scripts": {}, + "licensePath": "COPYING", + "component": { + "name": "thirdparty_ltp", + "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