halcc: Fix default manifest directory to '/etc/hal' 37/313137/1
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 19 Jun 2024 08:19:36 +0000 (17:19 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 19 Jun 2024 08:19:36 +0000 (17:19 +0900)
Change-Id: I07382d0e890f85924e31f73ae2f77aa46f7d823d
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/hal-api-compatibility-checker.c

index fe24be1e94d9029e99a27b481a39c9721ba3e026..b541554987f1c3043a93e2f0fa3e585b750d476a 100644 (file)
@@ -36,7 +36,7 @@
 #include "hal-api-compatibility-checker-object.h"
 #include "hal-api-compatibility-checker-parser.h"
 
-#define HAL_CC_DEFAULT_HAL_MANIFEST_DIR                        "/etc/hal-manifest"
+#define HAL_CC_DEFAULT_HAL_MANIFEST_DIR                        "/etc/hal"
 #define HAL_CC_DEFAULT_COMPATIBILITY_RESULT_PATH       "/opt/etc/hal/.hal-backend-compatibility"
 
 #define COMPAT_INFO_MODULE_NAME_MAX                    64