Files
huangke11 db6102d57d modify code
Signed-off-by: huangke11 <huangke11@huawei.com>
2022-03-07 15:57:18 +08:00

50 lines
1.3 KiB
JSON

{
"name": "@ohos/global_cust_lite",
"description": "The customization framework, namely, cust, provides APIs for each service module to obtain the configuration directories at different levels or the configuration file paths.",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/global/cust_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "cust_lite",
"subsystem": "global",
"syscap": [ "SystemCapability.Customization.ConfigPolicy" ],
"features": [],
"adapted_system_type": [ "standard", "small" ],
"rom": "",
"ram": "",
"deps": {
"components": [
"hiviewdfx_hilog_native",
"napi"
],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//base/global/cust_lite:cust_components"
],
"inner_kits": [
{
"header": {
"header_base": "//base/global/cust_lite/interfaces/innerkits/include",
"header_files": [
"cust_utils.h"
]
},
"name": "//base/global/cust_lite/frameworks/cust_lite:cust_util"
}
],
"test": [
"//base/global/cust_lite/frameworks/cust_lite/test:CustUtilsTest"
]
}
}
}