X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fwidgets.md;h=3966eaba25c9d56a0e17b2a207d29c7e59f1b7fc;hb=2c566e2dc9df934fb3884f9d4a9ad7ffc73a4aab;hp=2acc92a40a96ef3f17b38eaed537db12f6de6dd0;hpb=a069be3d476bbdaa56ce4750c8868b4f0682564a;p=src%2Fapp-framework-main.git diff --git a/docs/widgets.md b/docs/widgets.md index 2acc92a..3966eab 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -87,20 +87,6 @@ $ wgtpkg-pack DIRECTORY -o file.wgt Writing a widget ---------------- -### What kind of application? - -The file **/etc/afm/afm-launch.conf** explain how to launch applications. -(It is the current state that use afm-user-daemon. In a future, it may be -replace by systemd features.) - -Currently the applications that can be run are: - -- binary applications: their type is ***application/x-executable*** - -- HTML5 applications: their type is ***text/html*** - -- QML applications: their type is ***text/vnd.qt.qml*** - ### The steps for writing a widget 1. make your application