mirror of
https://github.com/openharmony/customization_config_policy.git
synced 2026-07-01 22:04:01 -04:00
9cf5929fb5
Signed-off-by: xiekaiming <xiekaiming2@huawei.com>
56 lines
1.6 KiB
JSON
56 lines
1.6 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" ],
|
|
"features": [],
|
|
"adapted_system_type": [ "standard", "small" ],
|
|
"hisysevent_config": [
|
|
"//base/customization/config_policy/frameworks/dfx/hisysevent.yaml"
|
|
],
|
|
"rom": "100KB",
|
|
"ram": "50KB",
|
|
"deps": {
|
|
"components": [
|
|
"hisysevent",
|
|
"hilog",
|
|
"napi",
|
|
"init"
|
|
],
|
|
"third_party": [
|
|
"bounds_checking_function"
|
|
]
|
|
},
|
|
"build": {
|
|
"sub_component": [
|
|
"//base/customization/config_policy: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"
|
|
]
|
|
}
|
|
}
|
|
}
|