1 Star 0 Fork 134

jiangzhijun8/powermgr_thermal_manager_daiming

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
bundle.json 3.04 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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"],
"hisysevent_config": [
"//base/powermgr/thermal_manager/thermalmgr.yaml"
],
"rom": "1024KB",
"ram": "2048KB",
"deps": {
"components": [
"ability_base",
"ability_runtime",
"ace_engine",
"appspawn",
"audio_framework",
"battery_manager",
"bundle_framework",
"common_event_service",
"config_policy",
"c_utils",
"display_manager",
"drivers_interface_battery",
"drivers_interface_thermal",
"ffrt",
"hdf_core",
"hicollie",
"hisysevent",
"hilog",
"init",
"ipc",
"libxml2",
"image_framework",
"napi",
"netmanager_base",
"power_manager",
"safwk",
"samgr",
"soc_perf",
"time_service",
"window_manager"
]
},
"build": {
"group_type": {
"fwk_group": [
"//base/powermgr/thermal_manager/application:thermal_application",
"//base/powermgr/thermal_manager/frameworks:client",
"//base/powermgr/thermal_manager/frameworks:thermal_napi"
],
"service_group": [
"//base/powermgr/thermal_manager/test/common:mock_thermalsrv_client",
"//base/powermgr/thermal_manager/services:service"
]
},
"inner_api": [
{
"name": "//base/powermgr/thermal_manager/interfaces/inner_api: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/inner_api/native/include"
}
},
{
"name": "//base/powermgr/thermal_manager/interfaces/inner_api:thermalmgr_listener",
"header": {
"header_files": [
"thermal_mgr_listener.h",
"thermal_level_callback_stub.h"
],
"header_base": "//base/powermgr/thermal_manager/interfaces/inner_api/native/include"
}
}
],
"test": [
"//base/powermgr/thermal_manager/test:unittest",
"//base/powermgr/thermal_manager/test:fuzztest",
"//base/powermgr/thermal_manager/test:systemtest"
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiangzhijun8/powermgr_thermal_manager_daiming.git
git@gitee.com:jiangzhijun8/powermgr_thermal_manager_daiming.git
jiangzhijun8
powermgr_thermal_manager_daiming
powermgr_thermal_manager_daiming
master

搜索帮助