Initial commit
[profile/tv/apps/native/videoplayer.git] / org.tizen.video-player-tv-ref.xml.in
1 <?xml version="1.0" encoding="utf-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages" package="@PACKAGE_NAME@" version="@VERSION@" install-location="internal-only">
3         <label>video-player</label>
4         <author email="mk7.kang@samsung.com" href="www.samsung.com">Minkyu Kang</author>
5         <description>video player app for playing videos</description>
6         <ui-application appid="@PACKAGE_NAME@" exec="@BINDIR@/@PROJECT_NAME@" nodisplay="true" multiple="false" type="capp" taskmanage="true">
7                 <label>Video Player</label>
8                 <icon>@DESKTOP_ICON@</icon>
9         </ui-application>
10 </manifest>