From: Priya Kohli Date: Thu, 6 Sep 2018 06:28:08 +0000 (+0530) Subject: [ITC][device][ACR-1280][Added enum for power lock] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f68504ccdee93b8ce0b6bc5c7804d224430f2174;p=test%2Ftct%2Fnative%2Fapi.git [ITC][device][ACR-1280][Added enum for power lock] Change-Id: Ie744d17f8194ec89192ea467912c6b05565ea56f Signed-off-by: Priya Kohli --- diff --git a/src/itc/device/ITs-device_power.c b/src/itc/device/ITs-device_power.c index 765260771..b06158e91 100755 --- a/src/itc/device/ITs-device_power.c +++ b/src/itc/device/ITs-device_power.c @@ -84,7 +84,7 @@ int ITc_device_power_request_release_lock_p(void) { START_TEST; - power_lock_e power_locks[] = { POWER_LOCK_CPU, POWER_LOCK_DISPLAY }; + power_lock_e power_locks[] = { POWER_LOCK_CPU, POWER_LOCK_DISPLAY, POWER_LOCK_DISPLAY_DIM }; int enum_size = sizeof(power_locks) / sizeof(power_locks[0]); int enum_counter = 0; @@ -139,4 +139,4 @@ int ITc_power_wakeup_p(void) return 0; } /** @} */ -/** @} */ \ No newline at end of file +/** @} */