X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fsoundmanager.git;a=blobdiff_plain;f=sample%2Fradio%2Fcompose_dummy.sh;fp=sample%2Fradio%2Fcompose_dummy.sh;h=a571a1ac8fae1b3d9eac675205aed395e498096d;hp=0000000000000000000000000000000000000000;hb=2e602801b372b0b68111316b89f567213e3ea378;hpb=f743c3428f41b8d127e538ea8a6505a0c882cdb2 diff --git a/sample/radio/compose_dummy.sh b/sample/radio/compose_dummy.sh new file mode 100755 index 0000000..a571a1a --- /dev/null +++ b/sample/radio/compose_dummy.sh @@ -0,0 +1,19 @@ +#/bin/sh +if test -d dummy;then + rm -rf dummy +fi +mkdir dummy +target=`pwd`/dummy + +cd image/usr/AGL/apps +unzip radio.wgt +cp -r bin lib ${target} +rm -rf bin lib + +cd ${target}/../git +cp package_media/config_media.xml ${target} +cp package/icon.svg ${target} + +cd ${target} +mv config_media.xml config.xml +zip -q -r radio_media.wgt .