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 a80693bf2262655fa913c79449b219ecef3b5036..4b837a368d92e422f030dc0dec3e38ab231ca959 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 cda6c070e525541e2b9297c538619d876a827e6c..86495ab8b9d188415539760fa28f343cc211b532 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 74d2b1ea3f6a927b56aed591da4405b4ce6d72b4..5632d25a94e28df742896a33e8ffc9ec7dd865f8 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 89314616b08afbd45cbdfc5a2dc22e8c336cad01..3fe70ee3ba1e0cd080a01b2946b6a0dc80eb4964 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"