Apply hal-api-device-board module HAL ABI versioning 15/309415/1
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 12:51:22 +0000 (21:51 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 9 Apr 2024 12:51:22 +0000 (21:51 +0900)
As HAL ABI versioning is applied to hal-api-device-board module,
inclusion path is changed.

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

index 86495ab..3cce3d4 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <hal/hal-board.h>
+#include <hal/hal-device-board.h>
 
 //LCOV_EXCL_START Internal function
 int device_board_get_serial_number(char *buffer, const int max_len)
index 5632d25..6b095cf 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
-#include <hal/hal-board.h>
+#include <hal/hal-device-board.h>
 
 #include "power-internal.h"
 #include "common.h"