Factor out test display service
commitcdf53614e69dd176ed18ae75864449fefe9d5816
authorJiri Svoboda <jiri@wiwaxia>
Mon, 24 Apr 2023 17:48:39 +0000 (24 19:48 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Tue, 25 Apr 2023 11:48:50 +0000 (25 13:48 +0200)
treef580d169f873d7d89727891a76022997f4e23575
parent97d3d9db4f40fc7312c2c51cdda6595ccc6210a4
Factor out test display service

So that we can use it in display-cfg unit tests.
uspace/app/display-cfg/main.c [copied from uspace/lib/dispcfg/include/dispcfg.h with 60% similarity]
uspace/app/display-cfg/test/seats.c
uspace/lib/dispcfg/include/dispcfg.h
uspace/lib/dispcfg/include/testdc.h [copied from uspace/lib/dispcfg/include/dispcfg.h with 60% similarity]
uspace/lib/dispcfg/include/types/dispcfg.h
uspace/lib/dispcfg/include/types/testdc.h [copied from uspace/lib/dispcfg/include/types/dispcfg.h with 55% similarity]
uspace/lib/dispcfg/meson.build
uspace/lib/dispcfg/src/testdc.c [new file with mode: 0644]
uspace/lib/dispcfg/test/dispcfg.c