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

Change-Id: I317f779d67264288ed49272398e7979a45c222f9
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
src/battery.c
src/board-internal.c
src/power-internal.c
src/temperature.c

index a80693b..4b837a3 100644 (file)
@@ -20,7 +20,7 @@
 #include <string.h>
 #include <errno.h>
 #include <vconf.h>
-#include <hal/device/hal-battery.h>
+#include <hal/hal-battery.h>
 #include <libsyscommon/libgdbus.h>
 #include <system_info.h>
 
index cda6c07..86495ab 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 //LCOV_EXCL_START Internal function
 int device_board_get_serial_number(char *buffer, const int max_len)
index 74d2b1e..5632d25 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
-#include <hal/device/hal-board.h>
+#include <hal/hal-board.h>
 
 #include "power-internal.h"
 #include "common.h"
index 8931461..3fe70ee 100644 (file)
@@ -22,7 +22,7 @@
 #include <glib.h>
 #include <system_info.h>
 #include <libsyscommon/libgdbus.h>
-#include <hal/device/hal-thermal.h>
+#include <hal/hal-thermal.h>
 
 #include "common.h"
 #include "temperature.h"