1 Star 0 Fork 351

dapaodexiaoyu2/update_updateservice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@ohos/update_service",
"description": "A system ability started by the init process of OHOS to implement an update",
"version": "3.1",
"license": "Apache License 2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "base/update/updateservice"
},
"dirs": {},
"scripts": {},
"component": {
"name": "update_service",
"subsystem": "updater",
"syscap": [
"SystemCapability.Update.UpdateService"
],
"features": [],
"adapted_system_type": [
"standard"
],
"deps": {
"components": [
"utils_base",
"hiviewdfx_hilog_native",
"ipc",
"safwk",
"samgr_standard",
"napi",
"startup_l2"
],
"third_party": [
"curl",
"libxml2",
"cJSON",
"bounds_checking_function",
"openssl"
]
},
"build": {
"sub_component": [
"//base/update/updateservice/client:update",
"//base/update/updateservice/engine:updateservice",
"//base/update/updateservice/engine:updater_sa.rc",
"//base/update/updateservice/engine/sa_profile:updater_sa_profile",
"//base/update/updateservice/interfaces/innerkits/engine:updateservicekits"
],
"inner_kits": [
{
"header": {
"header_base":"//base/update/updateservice/interfaces/innerkits/include",
"header_files": [
"iupdate_callback.h",
"iupdate_service.h",
"update_helper.h",
"update_service_kits_impl.h",
"update_service_kits.h"
]
},
"name": "//base/update/updateservice/interfaces/innerkits/engine:updateservicekits"
}
],
"test": []
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dapaodexiaoyu2/update_updateservice.git
git@gitee.com:dapaodexiaoyu2/update_updateservice.git
dapaodexiaoyu2
update_updateservice
update_updateservice
master

搜索帮助