summaryrefslogtreecommitdiff
path: root/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml')
-rw-r--r--contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml b/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml
deleted file mode 100644
index 62a8d4c7c..000000000
--- a/contrib/TFLiteSharp/TFLiteTestApp/tizen-manifest.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>