1 Star 0 Fork 52

赵凌岚/customization_config_policy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
谢凯明 提交于 2023-08-21 14:59 +08:00 . 删除冗余的依赖core_service
{
"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"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhao-linglan/customization_config_policy.git
git@gitee.com:zhao-linglan/customization_config_policy.git
zhao-linglan
customization_config_policy
customization_config_policy
master

搜索帮助