From 3ec5cde2ac89f960f6f56a2025457f733defa7ba Mon Sep 17 00:00:00 2001 From: Sang_Sang33 Date: Tue, 18 Jan 2022 17:51:14 +0800 Subject: [PATCH] feat: add bundle.json Signed-off-by: Sang_Sang33 --- 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..b47bb01 --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/libxkbcommon", + "description": "libxkbcommon is a keyboard keymap compiler and support library which processes a reduced subset of keymaps as defined by the XKB (X Keyboard Extension) specification. It also contains a module for handling Compose and dead keys and a separate library for listing available keyboard layouts.", + "version": "3.1", + "license": "MIT", + "publishAs": "code-segment", + "segment": { + "destPath": "third_party/libxkbcommon" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "thirdparty_libxkbcommon", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} \ No newline at end of file