1# 显示能效管理组件<a name="ZH-CN_TOPIC_0000001152026155"></a> 2 3- [简介](#section11660541593) 4- [目录](#section19472752217) 5- [相关仓](#section63151229062) 6 7## 简介<a name="section11660541593"></a> 8 9显示能效管理组件主要负责显示屏的亮/灭、亮度调节等功能,如下: 10 111. 显示屏的亮/灭。 122. 显示屏亮度调节。 13 14**图 1** 显示能效管理组件架构图<a name="fig106301571239"></a> 15 16 17## 目录<a name="section19472752217"></a> 18 19``` 20base/powermgr/display_manager 21├── figures # 架构图 22├── frameworks # FrameWork层 23│ ├── napi # NAPI 24│ └── native # Native层 25├── interfaces # 接口层 26│ ├── innerkits # 内部 APIs 27│ └── kits # 外部接口 APIs 28├── sa_profile # SA 配置文件 29├── service # 服务层 30│ ├── native # Native 层 31│ └── zidl # zidl 接口层 32├── test # 测试用例 33└── utils # 工具和通用层 34``` 35 36## 相关仓<a name="section63151229062"></a> 37 38[电源管理子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E7%94%B5%E6%BA%90%E7%AE%A1%E7%90%86%E5%AD%90%E7%B3%BB%E7%BB%9F.md) 39 40[powermgr_power_manager](https://gitee.com/openharmony/powermgr_power_manager) 41 42**powermgr_display_manager** 43 44[powermgr_battery_manager](https://gitee.com/openharmony/powermgr_battery_manager) 45 46[powermgr_thermal_manager](https://gitee.com/openharmony/powermgr_thermal_manager) 47 48[powermgr_battery_statistics](https://gitee.com/openharmony/powermgr_battery_statistics) 49 50[powermgr_battery_lite](https://gitee.com/openharmony/powermgr_battery_lite) 51 52[powermgr_powermgr_lite](https://gitee.com/openharmony/powermgr_powermgr_lite) 53