projects
/
platform
/
hal
/
api
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a718b88
)
halcc: Fix default manifest directory to '/etc/hal'
37/313137/1
author
Youngjae Cho
<y0.cho@samsung.com>
Wed, 19 Jun 2024 08:19:36 +0000
(17:19 +0900)
committer
Youngjae 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
patch
|
blob
|
history
diff --git
a/src/hal-api-compatibility-checker.c
b/src/hal-api-compatibility-checker.c
index fe24be1e94d9029e99a27b481a39c9721ba3e026..b541554987f1c3043a93e2f0fa3e585b750d476a 100644
(file)
--- a/
src/hal-api-compatibility-checker.c
+++ b/
src/hal-api-compatibility-checker.c
@@
-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