Files
third_party_glib/bundle.json
T
huang-xl dc62f284a8 bundle Signed-off-by: huang-xl<huangxiaolong1@huawei.com>
Signed-off-by: huang-xl <huangxiaolong1@huawei.com>
Change-Id: Ie45a81f1d6c9dd0c06169f8864574484a7f74f8e
2023-06-29 16:50:57 +08:00

38 lines
1.1 KiB
JSON

{
"name": "@ohos/glib",
"description": "GLib is the low-level core library that forms the basis for projects such as GTK and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.",
"version": "2.68.1",
"license": "LGPL V2.1",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/glib"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "glib",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "",
"ram": "",
"deps": {
"components": [
"c_utils",
"faultloggerd",
"hisysevent",
"hitrace",
"hilog",
"init"
],
"third_party": [ "libffi" ]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}