projects
/
platform
/
hal
/
backend
/
rootstrap-data-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3256d31
)
libdlog: Add dlog-internal.h for the tv profile
50/320250/1
accepted/tizen/9.0/unified/20241114.015952
author
SangYoun Kwak
<sy.kwak@samsung.com>
Mon, 11 Nov 2024 11:03:48 +0000
(20:03 +0900)
committer
SangYoun Kwak
<sy.kwak@samsung.com>
Mon, 11 Nov 2024 11:05:43 +0000
(20:05 +0900)
Since it is required to keep 'dlog-internal.h' when the build profile is
'tv', the file dlog-internal.h should be included in the libdlog-rs.xml.
Change-Id: Ia7171c81f74222ca8cdaaab4595c2c02311af165
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
rs_resource/common/NativeAPI/libdlog-rs.xml
patch
|
blob
|
history
diff --git
a/rs_resource/common/NativeAPI/libdlog-rs.xml
b/rs_resource/common/NativeAPI/libdlog-rs.xml
index c15e7770baf61382d10fbf8310bc9a68f5352f50..e6eee3bd04fe039bdb0bab46629ea24148f6bdaa 100644
(file)
--- a/
rs_resource/common/NativeAPI/libdlog-rs.xml
+++ b/
rs_resource/common/NativeAPI/libdlog-rs.xml
@@
-18,6
+18,7
@@
<necessary>
<file>/usr/include/dlog/dlog.h</file>
+ <file>/usr/include/dlog/dlog-internal.h</file>
<file>/usr/lib/libdlog.so*</file>
</necessary>
<include_path>/usr/include/dlog</include_path>