3 Star 0 Fork 128

Temporary_use_for_openharmony/startup_syspara_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
熊磊 提交于 2022-01-24 15:17 . 部件化整改,增加bundle.json文件
{
"name": "@ohos/startup_syspara_lite",
"description": "ohos parameter manager",
"homePage": "https://gitee.com/openharmony",
"version": "3.1",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/startup_syspara_lite",
"publishAs": "code-segment",
"segment": {
"destPath": "base/startup/syspara_lite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "startup_l2",
"subsystem": "startup",
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"init",
"utils_base"
],
"third_party": [
"bounds_checking_function",
"mbedtls"
]
},
"build": {
"sub_component": [
"//base/startup/syspara_lite:syspara_group"
],
"inner_kits": [
{
"header": {
"header_base": "//base/startup/syspara_lite/interfaces/innerkits/native/syspara/include/",
"header_files": [
"parameter.h"
]
},
"name": "//base/startup/syspara_lite/interfaces/innerkits/native/syspara:syspara"
},
{
"header": {
"header_base": "//base/startup/syspara_lite/interfaces/innerkits/native/syspara/include/",
"header_files": [
"parameter.h"
]
},
"name": "//base/startup/syspara_lite/interfaces/innerkits/native/syspara:syspara_watchagent"
}
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/temporary_use_for_openharmony/startup_syspara_lite.git
[email protected]:temporary_use_for_openharmony/startup_syspara_lite.git
temporary_use_for_openharmony
startup_syspara_lite
startup_syspara_lite
master

搜索帮助