1 Star 0 Fork 155

junyi233/powermgr_thermal_manager

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
JayLeeHW 提交于 2022-04-20 17:18 +08:00 . feat: adapt ces component modification
{
"name": "@ohos/thermal_manager",
"version": "3.1",
"description": "热管理服务,包括运行态热管理和非运行态热管理。",
"homePage": "https://gitee.com/openharmony",
"license": "Apache License 2.0",
"repository": "https://gitee.com/openharmony/powermgr_thermal_manager",
"domain": "os",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "base/powermgr/thermal_manager"
},
"component": {
"name": "thermal_manager",
"subsystem": "powermgr",
"syscap": ["SystemCapability.PowerManager.ThermalManager"],
"features": [],
"adapted_system_type": [ "standard" ],
"rom": "1024KB",
"ram": "2048KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"appexecfwk_standard",
"common_event_service",
"hiviewdfx_hilog_native",
"ipc",
"safwk",
"samgr_standard",
"ability_base",
"napi"
],
"third_party": [
"libxml2",
"googletest",
"node"
]
},
"build": {
"sub_component": [
"//base/powermgr/thermal_manager/services:thermalmgr_service",
"//base/powermgr/thermal_manager/services/zidl:thermalmgr_ipc",
"//base/powermgr/thermal_manager/interfaces/innerkits:thermalmgr_innerkits_native",
"//base/powermgr/thermal_manager/interfaces/kits/js:thermal",
"//base/powermgr/thermal_manager/sa_profile:thermalmgr_sa_profile",
"//base/powermgr/thermal_manager/application:thermal_application",
"//base/powermgr/thermal_manager/etc/init:thermal.rc",
"//base/powermgr/thermal_manager/utils:thermal-shell",
"//base/powermgr/thermal_manager/application/init:thermal_protector.cfg"
],
"inner_kits": [
{
"name": "//base/powermgr/thermal_manager/interfaces/innerkits:thermalsrv_client",
"header": {
"header_files": [
"ithermal_srv.h",
"thermal_mgr_client.h",
"ithermal_temp_callback.h",
"ithermal_level_callback.h",
"thermal_srv_sensor_info.h"
],
"header_base": "//base/powermgr/thermal_manager/interfaces/innerkits/native/include"
}
},
{
"name": "//base/powermgr/thermal_manager/interfaces/innerkits:thermalmgr_listener",
"header": {
"header_files": [
"thermal_mgr_listener.h"
],
"header_base": "//base/powermgr/thermal_manager/interfaces/innerkits/native/include"
}
}
],
"test": [
"//base/powermgr/thermal_manager/services/native/test:thermalmgr_test"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/junyi233/powermgr_thermal_manager.git
git@gitee.com:junyi233/powermgr_thermal_manager.git
junyi233
powermgr_thermal_manager
powermgr_thermal_manager
master

搜索帮助