From: SangYoun Kwak Date: Tue, 18 Jun 2024 01:42:47 +0000 (+0900) Subject: Modify ttrace xml to make files included properly X-Git-Tag: accepted/tizen/unified/20240719.080553~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ae3cdc90deab76cf6c3912f5812443270e3ee83e;p=platform%2Fhal%2Fbackend%2Frootstrap-data-common.git Modify ttrace xml to make files included properly The name of xml was 'trace' and it is renamed as 'ttrace'. Also, the name of .pc file(ttrace.pc) is written explicitly. Change-Id: I687c67a4bc5fa7f76862ece64872582910002733 Signed-off-by: SangYoun Kwak --- diff --git a/packaging/hal-rootstrap.spec b/packaging/hal-rootstrap.spec index 3818999..166fad0 100644 --- a/packaging/hal-rootstrap.spec +++ b/packaging/hal-rootstrap.spec @@ -314,8 +314,6 @@ BuildRequires: stt-devel BuildRequires: stt-engine-devel BuildRequires: tizen-core BuildRequires: tizen-core-devel -BuildRequires: ttrace -BuildRequires: ttrace-devel BuildRequires: tts BuildRequires: tts-devel BuildRequires: tts-engine-devel @@ -394,6 +392,7 @@ BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(ttrace) BuildRequires: pkgconfig(hal-api-audio) BuildRequires: pkgconfig(hal-api-bluetooth) diff --git a/rs_resource/NativeAPI/trace-rs.xml b/rs_resource/NativeAPI/trace-rs.xml deleted file mode 100644 index 48b485a..0000000 --- a/rs_resource/NativeAPI/trace-rs.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - kihyuck.shin@samsung.com - joon.c.baek@samsung.com - eunjieji.lee@samsung.com - - - - - - - - - - /usr/include/trace.h - /usr/lib/libttrace.so* - - /usr/include - /usr/lib - libttrace.so - diff --git a/rs_resource/NativeAPI/ttrace-rs.xml b/rs_resource/NativeAPI/ttrace-rs.xml new file mode 100644 index 0000000..5cb5349 --- /dev/null +++ b/rs_resource/NativeAPI/ttrace-rs.xml @@ -0,0 +1,26 @@ + + + kihyuck.shin@samsung.com + joon.c.baek@samsung.com + eunjieji.lee@samsung.com + + + + + + + + + + + ttrace.pc + + + + /usr/include/trace.h + /usr/lib/libttrace.so* + + /usr/include + /usr/lib + libttrace.so +