Change header file inclusion path 07/309407/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 12:33:49 +0000 (21:33 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 12:33:49 +0000 (21:33 +0900)
As the header files installation path below hal-api-device module is changed,
the inclusion path is also changed.

Change-Id: Ia6c8eb41578cefb81130c91686714c712b976503
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
hw/board/board.c
hw/display/display.c
hw/haptic/gpio.c
hw/memory/memory.c
hw/thermal/thermal.c
hw/touchscreen/touchscreen.c

index 1db433768bb7b3e11a11ee7629f269db0284c59f..e75539f909bf0eec5309362c6919f8f675952030 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #define _GNU_SOURCE
-#include <hal/device/hal-board-interface.h>
+#include <hal/hal-board-interface.h>
 #include <hal/hal-common-interface.h>
 
 #include <stdio.h>
index 73efaa0c80e3c4038176e05a41f63a7156a1983d..2a7135e28c692583d026faa53e9e81aa2e13ce65 100644 (file)
@@ -23,7 +23,7 @@
 #include <errno.h>
 #include <linux/limits.h>
 
-#include <hal/device/hal-display-interface.h>
+#include <hal/hal-display-interface.h>
 #include <hal/hal-common-interface.h>
 #include <libsyscommon/file.h>
 
index d534c65b7023a0e808fb13f8ad96ad57b4502414..7da334d3cacf1022508b3c20c8cfba4cfae1f3fd 100644 (file)
@@ -20,7 +20,7 @@
 #include <glib.h>
 #include <peripheral_io.h>
 #include <libsyscommon/list.h>
-#include <hal/device/hal-haptic-interface.h>
+#include <hal/hal-haptic-interface.h>
 
 #include </hal/include/device/hal-backend-common.h>
 
index 0adfb6fc84dfd2d2dbb3997f029f60b4216af3ef..4591471dd215c1609e367dbe0ac3a7dbee950c62 100644 (file)
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <errno.h>
 
-#include <hal/device/hal-memory-interface.h>
+#include <hal/hal-memory-interface.h>
 #include <hal/hal-common-interface.h>
 
 #include </hal/include/device/hal-backend-common.h>
index fbb517b35d5be6fc1846494943813d3df280319b..6a4370ddccf47088e56bf6bca75f633b07216c74 100644 (file)
@@ -23,7 +23,7 @@
 #include <errno.h>
 #include <glib.h>
 
-#include <hal/device/hal-thermal-interface.h>
+#include <hal/hal-thermal-interface.h>
 #include <hal/hal-common-interface.h>
 
 #include </hal/include/device/hal-backend-common.h>
index 71309ea50478c07fadcf1822ffcc3b930a4c520d..d8a236a2aa35e0d4fe4b38cc18c28ede9e197730 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/limits.h>
 #include <dirent.h>
 
-#include <hal/device/hal-touchscreen-interface.h>
+#include <hal/hal-touchscreen-interface.h>
 #include <hal/hal-common-interface.h>
 #include <libsyscommon/file.h>