Change header file inclusion path 97/309397/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 11:10:18 +0000 (20:10 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 11:10:18 +0000 (20:10 +0900)
As the header files installation path below hal-api-device module is changed,
the inclusion path is also changed.

Change-Id: I45a43b3863e9a53d58cc62fc4c4588ec8da6ec1d
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
hw/battery/battery.c
hw/display/display.c
hw/external_connection/external_connection.c
hw/haptic/emulator.c
hw/memory/memory.c

index 2081ce1208732d79bbf306f0e6efe50fe29c9f77..820de095e2147f61ce881f5bab53acda47297e3d 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/limits.h>
 #include <dirent.h>
 
-#include <hal/device/hal-battery-interface.h>
+#include <hal/hal-battery-interface.h>
 #include <hal/hal-common-interface.h>
 #include <libsyscommon/file.h>
 
index a85390ce1e1fe51b168b81c4fb3deb4b8dd9d5c3..b4f42d9ce1ee3ac4334003b424ac688cf0b0e673 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 f9d3592f1761b068444dcb6bc5660c7a5a8e5a08..4c205df3febe94f2cb9496a0ae5924681963b44c 100644 (file)
@@ -25,7 +25,7 @@
 #include <linux/limits.h>
 #include <dirent.h>
 
-#include <hal/device/hal-external_connection-interface.h>
+#include <hal/hal-external_connection-interface.h>
 #include <hal/hal-common-interface.h>
 #include <libsyscommon/file.h>
 
index 6e7927603e67994af1778ea3c6d6bf3e2df996ee..329148956d8563e1e3313a9b2e653e37efb120e9 100644 (file)
@@ -20,7 +20,7 @@
 #include <stdbool.h>
 #include <system_info.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 5cf1b6364c0c44d84c24fab697685835e2e556a1..c0c4b6d38f42fd69b9d3ea4b396d15b5fc64cfd6 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>