module.exports.onStart = async function() {
deviceHome.onStart();
- require('./signaling_server/gen/app');
+ // Temporarily remove the signaling server
+ // require('./signaling_server/gen/app');
};
module.exports.onStop = function() {
> packaging/tizen-manifest-tpk.xml
%endif
-%if 0%{?_use_d2d}
+%if 0%{?_use_d2d_offload}
# Create a self-signed certificates for signaling server
openssl genrsa -out key.pem 2048
openssl req -new -x509 -nodes -key key.pem -out cert.pem \
%define _d2d_install_path %{_appdir}/.preload-rw-wgt
install -m 0644 packaging/config.xml.in device_home/config.xml
%endif
+%if 0%{?_use_d2d_offload}
install -m 0644 key.pem device_home/signaling_server/gen/
install -m 0644 cert.pem device_home/signaling_server/gen/
+%endif
tizen/build/build_app.sh %{buildroot} device_home %{_d2d_app_file_name} %{_d2d_app_extension} platform %{?profile}
install -d %{buildroot}/%{_d2d_install_path}