From 415cf94732025d2937fb5345b5f13a52fd3d7f04 Mon Sep 17 00:00:00 2001 From: Gurpreet Sarngal Date: Wed, 11 Jun 2025 16:33:19 +0530 Subject: [PATCH] RDKEMW-000 : Testing DO NOT MERGE Reason for change: DO NOT MERGE Test Procedure: Refer Ticket Risks: Low Priority: P2 --- run_JSRT.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 run_JSRT.sh diff --git a/run_JSRT.sh b/run_JSRT.sh new file mode 100644 index 0000000..3606f80 --- /dev/null +++ b/run_JSRT.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# +#GENERIC VERSION +echo "launching Runtime App" + +cd ../ +cd runtime +echo "The current working directory is: $(pwd)" +#ls -l +mkdir /tmp/jsruntime +ln -s /usr/lib/libocdmRialto.so.1 /tmp/jsruntime/libocdm.so.4 +ls -lrt /tmp/jsruntime/ + +export LD_LIBRARY_PATH=/runtime/usr/lib/javascriptcore:/runtime/usr/lib:/tmp/jsruntime/:/usr/lib +export SKY_DBUS_DISABLE_UID_IN_EXTERNAL_AUTH=1 +export LD_PRELOAD=/usr/lib/realtek/libVOutWrapper.so:/usr/lib/realtek/libjpu.so:/usr/lib/realtek/libvpu.so:/usr/lib/libwesteros_gl.so.0 + +./JSRuntimeLauncher +