summaryrefslogtreecommitdiff
path: root/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml
blob: 62a8d4c7cb9b7897e4d159300861e76d8d0f6d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="4" package="org.tizen.example.TFLiteTestApp" version="1.0.0">
  <profile name="common" />
  <ui-application appid="org.tizen.example.TFLiteTestApp"
					exec="TFLiteTestApp.dll"
					type="dotnet"
					multiple="false"
					taskmanage="true"
					nodisplay="false"
					launch_mode="single">
    <label>TFLiteTestApp</label>
    <icon>TFLiteTestApp.png</icon>
  </ui-application>
</manifest>