feat: add bundle.json

Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
Sang_Sang33
2022-01-18 17:23:22 +08:00
parent fd180b5e17
commit cd5f938eae
+34
View File
@@ -0,0 +1,34 @@
{
"name": "@ohos/libsoup",
"description": "libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.libsoup is an HTTP client/server library for GNOME. It uses GObjects and the glib main loop, to integrate well with GNOME applications.",
"version": "3.1",
"license": "LGPL V2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libsoup"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"readmePath": {
"en": "README"
},
"component": {
"name": "thirdparty_libsoup",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}