basic of display management. Backend to register and give image for the device. front end to manage displays etc.
This commit is contained in:
9
Provider/main/api/devices/unity.cpp
Normal file
9
Provider/main/api/devices/unity.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// Unity build entry for device endpoints
|
||||
// clang-format off
|
||||
#include "api/devices/store.cpp"
|
||||
#include "api/devices/list.cpp"
|
||||
#include "api/devices/register.cpp"
|
||||
#include "api/devices/layout.cpp"
|
||||
#include "api/devices/screen.cpp"
|
||||
#include "api/devices/screen_image.cpp"
|
||||
// clang-format on
|
||||
Reference in New Issue
Block a user