diff options
author | YoungHun Kim <yh8004.kim@samsung.com> | 2024-08-01 12:05:29 +0900 |
---|---|---|
committer | YoungHun Kim <yh8004.kim@samsung.com> | 2024-08-01 13:34:35 +0900 |
commit | 534327245101779dec48041ba3ca3f592de93417 (patch) | |
tree | 07c54f032e6eec688de132479576c7a7bcf9e8d2 | |
parent | e17328fab2043d8469833bf4314843bf9ac5d8ce (diff) | |
download | media-config-534327245101779dec48041ba3ca3f592de93417.tar.gz media-config-534327245101779dec48041ba3ca3f592de93417.tar.bz2 media-config-534327245101779dec48041ba3ca3f592de93417.zip |
[All] Add resource_information.xmlaccepted/tizen/unified/x/asan/20240813.225655accepted/tizen/unified/x/20240805.012828accepted/tizen/unified/toolchain/20240812.131409accepted/tizen/unified/dev/20240805.054658accepted/tizen/unified/20240802.160130
[Version] 0.4.2
[Issue Type] Update
Change-Id: I4bfc247b1aecd6eef9f41bc121d8ea795922dee6
7 files changed, 247 insertions, 1 deletions
diff --git a/media-config-generic/hal/etc/multimedia/resource_information.xml b/media-config-generic/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-generic/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/media-config-simulator/hal/etc/multimedia/resource_information.xml b/media-config-simulator/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-simulator/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/media-config-target-c4/hal/etc/multimedia/resource_information.xml b/media-config-target-c4/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-target-c4/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/media-config-target-rpi3/hal/etc/multimedia/resource_information.xml b/media-config-target-rpi3/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-target-rpi3/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/media-config-target-vf2/hal/etc/multimedia/resource_information.xml b/media-config-target-vf2/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-target-vf2/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/media-config-target-vim3/hal/etc/multimedia/resource_information.xml b/media-config-target-vim3/hal/etc/multimedia/resource_information.xml new file mode 100644 index 0000000..7515f4a --- /dev/null +++ b/media-config-target-vim3/hal/etc/multimedia/resource_information.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<resourceinformationfile>
+
+ <category name="Audio_Main_Out" type="audio-main-out" class="0">
+ <device name="sec_audio_main_out" path="alsa_control_main_out"/>
+ </category>
+
+ <category name="Video_Decoder" type="video-decoder" class="0">
+ <device name="sec_vid_dec0" path="/dev/video10" attribute="main"/>
+ </category>
+
+ <category name="Video_Encoder" type="video-encoder" class="0">
+ <device name="sec_vid_enc0" path="/dev/video11"/>
+ </category>
+
+ <category name="Video_Scaler" type="scaler" class="0">
+ <device name="sec_scaler0" sharable="1" path="/dev/dri/card0"/>
+ </category>
+
+ <category name="Video_Scaler_Sub" type="scaler-sub" class="0">
+ <device name="sec_scaler1" path="/dev/dri/card1"/>
+ </category>
+
+ <category name="SDP_JPEG_Decorder" type="jpeg-decoder" class="0">
+ <device name="sec_jpeg_dec0" path="/dev/video18"/>
+ </category>
+
+ <category name="Camera" type="camera" class="0">
+ <device name="camera0" path="N/A"/>
+ </category>
+
+ <category name="Audio Offload" type="audio-offload" class="0">
+ <device name="audio_offload" path="N/A"/>
+ </category>
+
+ <category name="Radio" type="radio" class="0">
+ <device name="radio0" path="N/A"/>
+ </category>
+
+</resourceinformationfile>
diff --git a/packaging/media-config.spec b/packaging/media-config.spec index 1242c52..d6b227d 100644 --- a/packaging/media-config.spec +++ b/packaging/media-config.spec @@ -2,7 +2,7 @@ Name: media-config Summary: Multimedia Framework system configuration package -Version: 0.4.1 +Version: 0.4.2 Release: 0 Group: Multimedia/Configuration License: LGPL-2.1 and Apache-2.0 @@ -179,6 +179,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/inference/*.ini %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/multimedia/*.conf +%{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-target-rpi3%{_hal_sysconfdir}/xdg/gstomx.conf %{_hal_datadir}/%{name}-target-rpi3%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-target-rpi3%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common @@ -195,6 +196,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-target-c4%{_hal_sysconfdir}/inference/*.ini %{_hal_datadir}/%{name}-target-c4%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-target-c4%{_hal_sysconfdir}/multimedia/*.conf +%{_hal_datadir}/%{name}-target-c4%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-target-c4%{_hal_sysconfdir}/xdg/gstomx.conf %{_hal_datadir}/%{name}-target-c4%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-target-c4%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common @@ -211,6 +213,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-target-vim3%{_hal_sysconfdir}/inference/*.ini %{_hal_datadir}/%{name}-target-vim3%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-target-vim3%{_hal_sysconfdir}/multimedia/*.conf +%{_hal_datadir}/%{name}-target-vim3%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-target-vim3%{_hal_sysconfdir}/xdg/gstomx.conf %{_hal_datadir}/%{name}-target-vim3%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-target-vim3%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common @@ -230,6 +233,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-generic%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-generic%{_hal_sysconfdir}/multimedia/*.conf %{_hal_datadir}/%{name}-generic%{_hal_sysconfdir}/multimedia/*.json +%{_hal_datadir}/%{name}-generic%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-generic%{_hal_sysconfdir}/xdg/gstomx.conf %{_hal_datadir}/%{name}-generic%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-generic%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common @@ -247,6 +251,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-target-vf2%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-target-vf2%{_hal_sysconfdir}/multimedia/*.conf %{_hal_datadir}/%{name}-target-vf2%{_hal_sysconfdir}/multimedia/*.json +%{_hal_datadir}/%{name}-target-vf2%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-target-vf2%{_hal_sysconfdir}/xdg/gstomx.conf %{_hal_datadir}/%{name}-target-vf2%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-target-vf2%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common @@ -266,6 +271,7 @@ rm -rf %{_hal_datadir}/%{name}-simulator %{_hal_datadir}/%{name}-simulator%{_hal_sysconfdir}/vision/depth/*.ini %{_hal_datadir}/%{name}-simulator%{_hal_sysconfdir}/multimedia/*.conf %{_hal_datadir}/%{name}-simulator%{_hal_sysconfdir}/multimedia/*.json +%{_hal_datadir}/%{name}-simulator%{_hal_sysconfdir}/multimedia/*.xml %{_hal_datadir}/%{name}-simulator%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.conf %{_hal_datadir}/%{name}-simulator%{_hal_datadir}/pulseaudio/alsa-mixer/paths/*.common %{_hal_datadir}/%{name}-simulator%{_hal_datadir}/pulseaudio/alsa-mixer/profile-sets/*.conf |