Files
build_lite/components/global.json
T
2021-03-11 18:42:43 +08:00

74 lines
1.7 KiB
JSON
Executable File

{
"components": [
{
"component": "global_resource_manager",
"description": "resource scheduler.",
"optional": "true",
"dirs": [
"base/global/resmgr_lite"
],
"targets": [
"//base/global/resmgr_lite/frameworks/resmgr_lite:global_resmgr"
],
"rom": "21KB",
"ram": "~48KB",
"output": [ "global_resmgr.so" ],
"adapted_kernel": [ "liteos_a" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"utils_base"
]
}
},
{
"component": "global_i18n_kits",
"description": "i18n interfaces",
"optional": "true",
"dirs": [
"base/global/i18n_lite"
],
"targets": [
"//base/global/i18n_lite/frameworks/i18n:global_i18n"
],
"rom": "2.5MB",
"ram": "~112KB",
"output": [ "global_i18n.so" ],
"adapted_kernel": [ "liteos_a" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
],
"components": [
"utils_base"
]
}
},
{
"component": "global_cust",
"description": "",
"optional": "true",
"dirs": [
"base/global/cust_lite"
],
"targets": [
"//base/global/cust_lite/frameworks/cust_lite:cust"
],
"rom": "9KB",
"ram": "~40KB",
"output": [ "cust.so" ],
"adapted_kernel": [ "linux" ],
"features": [],
"deps": {
"third_party": [
"bounds_checking_function"
]
}
}
]
}