Change hal-api-device module header file inclusion path 63/309263/2
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 8 Apr 2024 05:06:40 +0000 (14:06 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 06:48:23 +0000 (15:48 +0900)
As the header files installation path below hal-api-device module is changed,
the inclusion path is also changed.

Change-Id: I4b0f8ad5c3630be545d43bdb2808b017feaaaeba
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
42 files changed:
plugins/mobile/display/core.c
plugins/mobile/display/device-interface.c
plugins/tv/display/core.c
plugins/tv/display/device-interface.c
plugins/wearable/display/bezel.c
plugins/wearable/display/core.c
plugins/wearable/display/device-interface.c
plugins/wearable/display/enhance.c
plugins/wearable/display/lbm.c
src/battery/battery-time.c
src/battery/lowbat-handler.c
src/battery/power-supply.c
src/board/board-info.c
src/display/device-interface.h
src/display/display-backlight.c
src/display/display-panel.h
src/extcon/extcon.c
src/extcon/extcon.h
src/input/input-dbus.c
src/input/input-parser.c
src/ir/ir.c
src/led/rgb.c
src/led/torch.c
src/led/touch-key.c
src/power/power-boot.c
src/power/power-suspend.h
src/thermal/thermal.c
src/touchscreen/sensitivity.c
src/touchscreen/touchscreen.c
src/usb-gadget/usb-gadget-ops.c
tools/board/clear-boot-mode.c
tools/board/clear-partition-ab-cloned.c
tools/board/get-boot-mode.c
tools/board/get-current-partition.c
tools/board/get-partition-ab-cloned.c
tools/board/get-partition-status.c
tools/board/get-upgrade-status.c
tools/board/set-boot-success.c
tools/board/set-partition-ab-cloned.c
tools/board/set-partition-status.c
tools/board/set-upgrade-status.c
tools/board/switch-partition.c

index fe1f10a806c1f880bf77c3e4f64f0f02a45a789a..cd011ca30195b9e8310394614f8b1d04187f443f 100644 (file)
@@ -41,7 +41,7 @@
 #include <sys/time.h>
 #include <libsyscommon/list.h>
 #include <system/syscommon-plugin-deviced-display-interface.h>
-#include <hal/device/hal-device-power.h>
+#include <hal/hal-device-power.h>
 
 #include <libsyscommon/log.h>
 #include "ambient-mode.h"
index 50c37acf9bd940ed70e21e8d1e6a665c24bdc1f5..f8ac4637abaafae9c7586018cd7575ec17b5f237 100644 (file)
@@ -30,7 +30,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <dlfcn.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 
 #include "ambient-mode.h"
 #include <libsyscommon/log.h>
index 953dede3d4577187cca6b2e4ba114909c1914e0b..6e2093d32a164d4c8006c14b3df12beed2235af4 100644 (file)
@@ -42,7 +42,7 @@
 #include <libsyscommon/list.h>
 #include <libsyscommon/log.h>
 #include <system/syscommon-plugin-deviced-display-interface.h>
-#include <hal/device/hal-device-power.h>
+#include <hal/hal-device-power.h>
 
 #include "ambient-mode.h"
 #include "core.h"
index 599518111376d426b12b1fe7cf693b8547591fe3..b5f7a52be130edcb3556a1dfe5182fc862a5ab9d 100644 (file)
@@ -30,7 +30,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <dlfcn.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 
 #include "ambient-mode.h"
 #include <libsyscommon/log.h>
index 3f4abdbb34aac1275e92ddbdb167611fef0d36b5..bd21b338a4a6a79a082323b786e0c4845e377417 100644 (file)
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
 #include <system/syscommon-plugin-deviced-common-interface.h>
-#include <hal/device/hal-bezel.h>
+#include <hal/hal-bezel.h>
 #include <assert.h>
 #include <vconf.h>
 
index b83d39931d5d4bf6566917cd92cb9967b41f63c3..389127c7376dee4af99b3a170599f6b3fd4e8fd0 100644 (file)
@@ -42,7 +42,7 @@
 #include <libsyscommon/list.h>
 #include <libsyscommon/common.h>
 #include <system/syscommon-plugin-deviced-display-interface.h>
-#include <hal/device/hal-device-power.h>
+#include <hal/hal-device-power.h>
 
 #include <libsyscommon/log.h>
 #include "auto-brightness-sensorhub.h"
index 0aed6e6ece8045a8d62e8b96c78c3a801baf7afb..752c6317d40347b5a9b80428011d60665de4f71d 100644 (file)
@@ -30,7 +30,7 @@
 #include <assert.h>
 #include <errno.h>
 #include <dlfcn.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 #include <libsyscommon/resource-manager.h>
 #include <system/syscommon-plugin-deviced-display-interface.h>
 #include <system/syscommon-plugin-deviced-common-interface.h>
index 34f1fdbfb173841407e87dd28191bff1a0dbfda7..a0d3a8ea88409800a21ef17801dc69ffd3d1b6b4 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <stdbool.h>
 #include <vconf.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "core.h"
index a32e82945e4b4b1fa533508e43f33a8e2e39648c..6bd1bc7a4d836d186cb56d30a88a7db0bd70ec26 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <stdbool.h>
 #include <math.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 #include <libsyscommon/ini-parser.h>
 
 #include "auto-brightness-sensorhub.h"
index 54c8c10972c1bb95636b7aa5153e0b681a8b7154..cc4eb5bd7a2b22821eaa9a167a469803843914f2 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <vconf.h>
-#include <hal/device/hal-battery.h>
+#include <hal/hal-battery.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "shared/common.h"
index 1365be4317afa8eabd0b67d4488aed07db6a91da..3540e3f0e434976f7b234add480bc9e2ba6ae8d8 100644 (file)
@@ -24,7 +24,7 @@
 #include <fcntl.h>
 #include <bundle.h>
 #include <eventsystem.h>
-#include <hal/device/hal-battery.h>
+#include <hal/hal-battery.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
 #include <libsyscommon/common.h>
index 55b9ff80ef00dfe18ce13d565ae683a6fc5c8e9c..e798b7650322b6786792649a82f3851c4b022121 100644 (file)
@@ -22,7 +22,7 @@
 #include <vconf.h>
 #include <bundle.h>
 #include <eventsystem.h>
-#include <hal/device/hal-battery.h>
+#include <hal/hal-battery.h>
 #include <sys/stat.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/ini-parser.h>
index b6fca67821ea0e0e1f1f6aaaa28b930a402bdb7e..17f13d26a3bc3e46161451ef8a042bfd6d137940 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "core/log.h"
 #include "shared/devices.h"
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 #define SERIAL_MAX    128
 static bool board_dev_available = false;
index 09d77e9c7dd3dd45270623fd0692c7c064896b17..51b67a82029195c36bdf726be33877e19e3c5831 100644 (file)
@@ -25,7 +25,7 @@
 #define __DEVICE_INTERFACE_H__
 
 #include <stdbool.h>
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 #include "shared/devices.h"
 #include "display-backlight.h"
 #include "display-plugin.h"
index 687b137f48b67247ecc5d7cd8f97b759d5dc30c2..f157719de61f8720da3bd653a5f9dfcbe027e3eb 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <math.h>
 
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 
 #include "shared/device-notifier.h"
 #include "shared/log.h"
index ad7bc84428f394d2cc9bc32394d0793a2452dd14..cf13637ebd4603995c6ed4b9fdd1dee0ff24ff30 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef __DISPLAY_PANEL_H__
 #define __DISPLAY_PANEL_H__
 
-#include <hal/device/hal-device-display.h>
+#include <hal/hal-device-display.h>
 
 #include "display-dpms.h"
 #include "shared/devices.h"
index 1c10fcff7a65a56d8db1dac69a6e7d3a1119da55..0e81c73b4661fae3511feb4515a0d5e672bcceff 100644 (file)
@@ -18,7 +18,7 @@
 
 
 #include <stdio.h>
-#include <hal/device/hal-external_connection.h>
+#include <hal/hal-external_connection.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/ini-parser.h>
 
index db68cfb7ac6082d3e627362c6650b4b233b90cf4..460a384105eec034065fecf51c5d8049e3827769 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "shared/common.h"
 #include <libsyscommon/list.h>
-#include <hal/device/hal-external_connection.h>
+#include <hal/hal-external_connection.h>
 
 /**
  * Extcon cable name is shared with kernel extcon class.
index 0c75bbdb055a17f04a9854f0438e1750fb994bf4..65e9d59946c9db274f9a75c3c9058cfcf4dc2d6d 100644 (file)
@@ -27,7 +27,7 @@
 #include <unistd.h>
 
 #include <libsyscommon/libgdbus.h>
-#include <hal/device/hal-device-input.h>
+#include <hal/hal-device-input.h>
 
 #include "core/log.h"
 #include "shared/common.h"
index d94b5860e9170897199fca2dbde167940553e5a7..1aefc587555f0612bcbd48fc2125fc763d52b546 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <libsyscommon/ini-parser.h>
 #include <libsyscommon/list.h>
-#include <hal/device/hal-device-input.h>
+#include <hal/hal-device-input.h>
 
 #include "shared/log.h"
 #include "input-parser.h"
index cc9b052a9570b8cb2148247bde2602feb8ec03d6..ac2a1705c6d66ac97383e89e2235ea3c5ee78225 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <assert.h>
 #include <stdbool.h>
-#include <hal/device/hal-ir.h>
+#include <hal/hal-ir.h>
 #include <libsyscommon/libgdbus.h>
 #include "shared/devices.h"
 #include "shared/common.h"
index a545ae5555a462a4c6e4772802c775dd4f8e6506..ef8eacad67f99d2efbfdf115d92c98f0cee76ab4 100644 (file)
@@ -23,7 +23,7 @@
 #include <glib.h>
 
 #include <vconf.h>
-#include <hal/device/hal-led.h>
+#include <hal/hal-led.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
 
index 576b6094fd84daa9f27153bdaad36095eecba92d..2b07acc6322ce60775a80fecb03c15e6fe291641 100644 (file)
@@ -21,7 +21,7 @@
 #include <errno.h>
 #include <assert.h>
 #include <vconf.h>
-#include <hal/device/hal-led.h>
+#include <hal/hal-led.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "core/log.h"
index c6195a90804323318ba0afceaa25ab906729257b..a36b028fb79cccfb0abc293c48b2f2251b39a63e 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdio.h>
 #include <vconf.h>
-#include <hal/device/hal-led.h>
+#include <hal/hal-led.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "core/log.h"
index baf421843778ec1c173cf8f40b214570790f1039..ee76b5c0397a5e967a0dcf3ce494419d40ea0e1c 100644 (file)
@@ -28,7 +28,7 @@
 #include <libsyscommon/ini-parser.h>
 #include <system/syscommon-plugin-deviced-core-interface.h>
 #include <system/syscommon-plugin-deviced-power-interface.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 #include "core/log.h"
 #include "shared/device-notifier.h"
index 21cae16982501d217b11c0e1f9a186433460906a..14e62aa2866d77e485a147ebb5957edf5f047719 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "core.h"
 #include <syscommon-plugin-deviced-power-interface.h>
-#include <hal/device/hal-device-power.h>
+#include <hal/hal-device-power.h>
 
 #define POWER_AUTOSLEEP_PATH    "/sys/power/autosleep"
 #define POWER_LOCK_PATH         "/sys/power/wake_lock"
index 01c31963ef91373f85157d34b550c52f8f911aad..5d7e08b4b86720b35bed862793a41fdcb26fac37 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdio.h>
 #include <stdbool.h>
 
-#include <hal/device/hal-thermal.h>
+#include <hal/hal-thermal.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "shared/apps.h"
index c703d96636e8c02a6bb80103d473d38e80265deb..e00f40338e1a7cb54fb73172de1261bd5c28f294 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <stdbool.h>
 #include <vconf.h>
-#include <hal/device/hal-touchscreen.h>
+#include <hal/hal-touchscreen.h>
 #include <libsyscommon/libgdbus.h>
 
 #include "shared/devices.h"
index a19c40a3667560080161f0b73cde9e4bc79e37b7..4d2dbffa99fce066f3f0972c833ce5c6b891a216 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <assert.h>
 #include <stdbool.h>
-#include <hal/device/hal-touchscreen.h>
+#include <hal/hal-touchscreen.h>
 #include <libsyscommon/libgdbus.h>
 #include <vconf.h>
 #include <dlfcn.h>
index f34083e151b1bf5e9d329f95e86c252b5dd60b0b..4ac8408161ab6b5e3ac9925e48191dfa735fbd54 100644 (file)
@@ -6,7 +6,7 @@
 #include <libsyscommon/list.h>
 #include <libsyscommon/ini-parser.h>
 #include <libsyscommon/common.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 #include <shared/log.h>
 #include <shared/common.h>
index 7ae0704770592913e41f6a665a544b541ac7faca..7cfab6a4565e83d2580508fb65e5803098effcb3 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 7311b05a602c423b99908562c4cf9d00ab0ec2c8..351349fd831749edb2bd392b0a164f8849c896a5 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index f72172c9810dd4991b92ca7f49ca25c9fe1214ad..58a2210aeed7af037a464abe11e51f2afd76a21a 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 23f1177e1b0a79f0a41ac7b3126dce8b32b4ba84..4650da14e182b1f75f9367b8aa35be38d0617c25 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 2de69324f3183baafc6b6c3b89aacc94f0e1de9c..612470ea81f84cc492af3c69a00dc8e768123a55 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 20b6938d90f66295dd398008acb5f3e6900dc529..fd0bacfe9ce60ae334911d9a9ef31ab092accce0 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 860f01ade25ed31a0f7af89e8d3dc5eeb37990e2..86be96dd2eba27a04433ac19a54422a84cfe6f75 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 51461497a65cdb1bedd00a4f6caf1e4566f50719..54db4a9baa53df2aeba601985ffd6d75176e9181 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 6bc927e1559f1a930e636382212a19b1843e652d..8f9caf09c24f123ab4267167a1ff4953dd174985 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {
index 467bae68b6309f0217e87dbc8c0a1570415f00f3..c3b261294eac9acc17dd187df9b63287610885a9 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdio.h>
 #include <string.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 #define AVAILABLE_STATUS_NUM 3
 
index c0810e4e806a159b0e943de138043d27a2d3fa24..6a2fa2da58161807d897148cdca6e5f8b485b80f 100644 (file)
@@ -22,7 +22,7 @@
 #include <errno.h>
 #include <limits.h>
 
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 static int parse_integer(const char *str, int *val)
 {
index 0c7fa6f7960ce32a475749d6411ab3d8119ba683..fc5d8acb72f2a3d17f4693a7ca690832ea38a8fd 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #include <stdio.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 int main(int argc, char *argv[])
 {