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 86495ab8b9d188415539760fa28f343cc211b532..3cce3d426e2e9ec0d11b13b6c11d9d227cfcb85e 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 5632d25a94e28df742896a33e8ffc9ec7dd865f8..6b095cf47b9a3e109431c423bda63af6ccfed411 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"