1# 图形子系统CAMERA\_SCREENSAVER\_APP组件<a name="ZH-CN_TOPIC_0000001130489941"></a> 2 3- [简介](#section132119717356) 4- [目录](#section176641621345) 5- [约束](#section722512541395) 6- [相关仓](#section16511040154318) 7 8## 简介<a name="section132119717356"></a> 9 10CAMERA\_SCREENSAVER\_APP组件, 作为轻量系统带屏设备上的屏保应用参考实现,提供用户屏幕保护能力。它主要实现了以下功能: 11 121、支持播放预设图片能力。 13 142、支持点击屏幕退出能力。 15 16**图 1** 组件架构图(红色框是屏保应用)<a name="fig4460722185514"></a> 17 18 19 20 21## 目录<a name="section176641621345"></a> 22 23``` 24applications/sample/camera/screensaver 25├── cert 签名目录 26├── screensaver/src/main 27 ├──resources 资源目录 28 ├──cpp 源码目录 29``` 30 31## 约束<a name="section722512541395"></a> 32 33C++11版本或以上 34 35## Repositories<a name="section16511040154318"></a> 36 37[Graphic subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/graphics.md) 38 39**applications_camera_screensaver_app** 40 41[window_window_manager_lite](https://gitee.com/openharmony/window_window_manager_lite/blob/master/README.md) 42 43[graphic_surface_lite](https://gitee.com/openharmony/graphic_surface_lite/blob/master/README.md) 44 45[arkui_ui_lite](https://gitee.com/openharmony/arkui_ui_lite/blob/master/README.md) 46 47[graphic_graphic_utils_lite](https://gitee.com/openharmony/graphic_graphic_utils_lite/blob/master/README.md) 48 49 50 51