diff options
author | chanywa <cbible.kim@samsung.com> | 2015-10-10 17:49:10 +0900 |
---|---|---|
committer | chanywa <cbible.kim@samsung.com> | 2015-10-10 17:53:13 +0900 |
commit | e3d5fa0cba7cf3b6dc9396be058de1a24fabc4db (patch) | |
tree | c75ad9e5723b956358597e666e6e1f43fc3c4525 | |
parent | 8b508040994c55da20bb9b6dfd2c24c53dc35210 (diff) | |
download | maps-plugin-here-e3d5fa0cba7cf3b6dc9396be058de1a24fabc4db.tar.gz maps-plugin-here-e3d5fa0cba7cf3b6dc9396be058de1a24fabc4db.tar.bz2 maps-plugin-here-e3d5fa0cba7cf3b6dc9396be058de1a24fabc4db.zip |
Added a manifest filesubmit/tizen/20151010.085459accepted/tizen/wearable/20151011.231611accepted/tizen/tv/20151011.122411accepted/tizen/mobile/20151011.122033
Change-Id: I93cf04fa0385031b5000c7171d77533d8e478d87
-rwxr-xr-x | maps-plugin-here.manifest | 5 | ||||
-rwxr-xr-x | packaging/maps-plugin-here.spec | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/maps-plugin-here.manifest b/maps-plugin-here.manifest new file mode 100755 index 0000000..97e8c31 --- /dev/null +++ b/maps-plugin-here.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/maps-plugin-here.spec b/packaging/maps-plugin-here.spec index 1ea435f..d1d34f7 100755 --- a/packaging/maps-plugin-here.spec +++ b/packaging/maps-plugin-here.spec @@ -61,5 +61,7 @@ cp -a %{ARCH}/libmaps-plugin-here.so* %{buildroot}%{_prefix}/lib/maps/plugins/ cp -a %{ARCH}/libheremaps-engine.so* %{buildroot}%{_prefix}/lib/ %files +%manifest maps-plugin-here.manifest +%defattr(-,root,root,-) %{_prefix}/lib/maps/plugins/libmaps-plugin-here.so* %{_prefix}/lib/libheremaps-engine.so* |