X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F5-frameworks.md;fp=docs%2F5-frameworks.md;h=0000000000000000000000000000000000000000;hb=34a92a2ac87558067a96886e5d1f1d5eecb0a135;hp=6170421162ed1e78310d128913b34b98c0b1eee3;hpb=956e7c57d15bde67d7392aab01a9c0fc6906bbd4;p=src%2Fapp-framework-main.git diff --git a/docs/5-frameworks.md b/docs/5-frameworks.md deleted file mode 100644 index 6170421..0000000 --- a/docs/5-frameworks.md +++ /dev/null @@ -1,34 +0,0 @@ -# Application framework - -## Foreword - -This document describes application framework fundamentals. -FCS (Fully Conform to Specification) implementation is still under development. -It may happen that current implementation somehow diverges with specifications. - -## Overview - -The application framework on top of the security framework -provides components to install and uninstall applications -as well as to run them in a secured environment. - -The goal of the framework is to manage applications and hide security details -to applications. - -For the reasons explained in introduction, it was choose not to reuse Tizen -application framework directly, but to rework a new framework inspired from Tizen. - -fundamentals remain identical: the applications are distributed -in a digitally signed container that should match widget specifications -normalized by the W3C. -This is described by the technical recommendations -[Packaged Web Apps (Widgets)](http://www.w3.org/TR/widgets) and -[XML Digital Signatures for Widgets](http://www.w3.org/TR/widgets-digsig) - of the W3 consortium. - -As today this model allows the distribution of HTML, QML and binary applications -but it could be extended to any other class of applications. - -The management of widget package signatures. -Current model is only an initial step, it might be extended in the -future to include new feature (ie: incremental delivery).