mirror of
https://github.com/openharmony/customization_config_policy.git
synced 2026-07-01 22:04:01 -04:00
bc2c9eb67c
Signed-off-by: xiekaiming <xiekaiming2@huawei.com>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "@ohos/config_policy",
|
|
"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.2",
|
|
"license": "Apache License 2.0",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "base/customization/config_policy"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"component": {
|
|
"name": "config_policy",
|
|
"subsystem": "customization",
|
|
"syscap": [
|
|
"SystemCapability.Customization.ConfigPolicy",
|
|
"SystemCapability.Customization.CustomConfig"
|
|
],
|
|
"features": [
|
|
"config_policy_api_support",
|
|
"config_policy_fs_prefix"
|
|
],
|
|
"adapted_system_type": [ "standard", "small" ],
|
|
"hisysevent_config": [
|
|
"//base/customization/config_policy/frameworks/dfx/hisysevent.yaml"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "50KB",
|
|
"deps": {
|
|
"components": [
|
|
"ability_runtime",
|
|
"c_utils",
|
|
"hisysevent",
|
|
"hilog",
|
|
"napi",
|
|
"init",
|
|
"bounds_checking_function",
|
|
"ipc",
|
|
"runtime_core"
|
|
],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/customization/config_policy:config_policy_components",
|
|
"//base/customization/config_policy:ani_config_policy_components"
|
|
],
|
|
"inner_kits": [
|
|
{
|
|
"header": {
|
|
"header_base": "//base/customization/config_policy/interfaces/inner_api/include",
|
|
"header_files": [
|
|
"config_policy_utils.h"
|
|
]
|
|
},
|
|
"name": "//base/customization/config_policy/frameworks/config_policy:configpolicy_util"
|
|
}
|
|
],
|
|
"test": [
|
|
"//base/customization/config_policy/test/unittest:ConfigPolicyUtilsTest",
|
|
"//base/customization/config_policy/test/fuzztest:fuzztest"
|
|
]
|
|
}
|
|
}
|
|
}
|