display: add dummy display for iot-headless 44/281644/2 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105704 accepted/tizen/unified/20220921.091815 tizen_7.0_m2_release
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 20 Sep 2022 06:45:26 +0000 (15:45 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 20 Sep 2022 08:43:32 +0000 (17:43 +0900)
commit1985b78991d1fe925b827ded4fdae58d1b4e1d7a
treea8d931f023e80a2bfef7e3941b86a1cad13afa86
parent3d2ac85372f7d0c189eed5b12f7939b1568b7838
display: add dummy display for iot-headless

For who want cpulock directly via dbus API, not device API on headless
target, add dummy dbus object that receives those request not to emit
error.

Such a weird call, request for display function on headless profile,
is basically because display module provides state locking including
sleep state(cpulock), which should have been handled by power module.
Therefore in the future, moving cpulock from display to power module
should be followed by removing this dummy.

Change-Id: If8f0b449f65832ddf705b9e7ad4e461c20f6a102
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
packaging/deviced.spec
plugins/iot-headless/display/CMakeLists.txt [new file with mode: 0644]
plugins/iot-headless/display/core.c [new file with mode: 0644]