mirror of
https://github.com/openharmony/third_party_glib.git
synced 2026-07-01 04:35:39 -04:00
7267757cf0
Signed-off-by: 周才杰 <cjzhou97@gmail.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 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.72.2",
|
|
"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",
|
|
"libffi",
|
|
"pcre2"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [
|
|
{
|
|
"name": "//third_party/glib:glibpcre"
|
|
},
|
|
{
|
|
"name": "//third_party/glib:glib"
|
|
},
|
|
{
|
|
"name": "//third_party/glib:gmodule"
|
|
},
|
|
{
|
|
"name": "//third_party/glib:gobject"
|
|
},
|
|
{
|
|
"name": "//third_party/glib:g_mem_dfx"
|
|
}
|
|
],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|