mirror of
https://github.com/openharmony/third_party_glib.git
synced 2026-07-22 07:35:54 -04:00
dc62f284a8
Signed-off-by: huang-xl <huangxiaolong1@huawei.com> Change-Id: Ie45a81f1d6c9dd0c06169f8864574484a7f74f8e
38 lines
1.1 KiB
JSON
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": []
|
|
}
|
|
}
|
|
} |