From: Youngsoo Choi Date: Thu, 12 Aug 2021 08:12:06 +0000 (-0700) Subject: [TV][DeviceHome] Run on booting time X-Git-Tag: submit/tizen/20210812.160019^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da20daeff671a1c8dc43a0299aa3be232c735436;p=platform%2Fframework%2Fweb%2Fwrtjs.git [TV][DeviceHome] Run on booting time Device home needs to be run on booting time to handle remote device requests. To do that, the device home package needs platform level signing. Change-Id: I58fc560bcad9166cbcac5b35903a2effac635f09 Signed-off-by: Youngsoo Choi --- diff --git a/packaging/wrtjs.spec b/packaging/wrtjs.spec index 0520f15a..4d6c1e73 100755 --- a/packaging/wrtjs.spec +++ b/packaging/wrtjs.spec @@ -173,11 +173,7 @@ cp -r %{app_dir}/* %{buildroot}%{_resourcedir}/ %define _d2d_wgt_file_name device_home.wgt install -m 0644 key.pem device_home/signaling_server/gen/ install -m 0644 cert.pem device_home/signaling_server/gen/ - %if "%{?profile}" == "tv" - tizen/build/build_app.sh %{buildroot} device_home %{_d2d_wgt_file_name} wgt public %{?profile} - %else - tizen/build/build_app.sh %{buildroot} device_home %{_d2d_wgt_file_name} wgt platform %{?profile} - %endif + tizen/build/build_app.sh %{buildroot} device_home %{_d2d_wgt_file_name} wgt platform %{?profile} install -d %{buildroot}%{_appdir}/.preload-rw-wgt/ install -m 0644 %{buildroot}/%{_d2d_wgt_file_name} %{buildroot}%{_appdir}/.preload-rw-wgt/ diff --git a/tizen/build/build_app.sh b/tizen/build/build_app.sh index 76cb1d55..fc900a7f 100755 --- a/tizen/build/build_app.sh +++ b/tizen/build/build_app.sh @@ -12,6 +12,7 @@ echo "Start $0..." echo "ARGS=$@" echo "PWD=$PWD" echo "output_path=$output_path" +echo "source_dir_name=$source_dir_name" echo "source_path=$source_path" echo "file_name=$file_name" echo "privilege=$privilege"