Change header file inclusion path 86/309386/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 08:27:23 +0000 (17:27 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 08:27:23 +0000 (17:27 +0900)
As the header files installation path below hal-api-device module is changed,
the inclusion path is also changed.

Change-Id: If47b886e6ce22b651c877a9a99642955b1a285dd
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 9686a3df1e369bb0681409e9ba347236743adda7..b8fcee35f95fd1b4b228992080bdbd3210713628 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 9f88cc6565684a36ce90aa23d66ed3898c5d4f77..3a10c2bd6fa5cb709df38a3f37b82baf54c5308f 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 401b1192f52947d8ea6c3be781721927dcb9c33a..b8dae54e8ced476c14e1b872153aa55f787a7aff 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 ff53856fffd80b3fd151b450ec7b02cb86d2d29d..9dcd716e6184337828d6d64f213732a780cceebb 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 b13cdcb3cc3f1c810701ab1eab13594144507785..5f121f9792b1bf09dc5094db529a8196536221b9 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 93145e5e6dd5153caf1023af71d062ed76ab3f9f..d5baceb6caab97feda57df4001d58d8d417a71f8 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>