diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/archive/b2g_os/b2g_os_architecture | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/fr/archive/b2g_os/b2g_os_architecture')
-rw-r--r-- | files/fr/archive/b2g_os/b2g_os_architecture/index.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/files/fr/archive/b2g_os/b2g_os_architecture/index.html b/files/fr/archive/b2g_os/b2g_os_architecture/index.html new file mode 100644 index 0000000000..0b01d8807d --- /dev/null +++ b/files/fr/archive/b2g_os/b2g_os_architecture/index.html @@ -0,0 +1,38 @@ +--- +title: Architecture de B2G OS +slug: Archive/B2G_OS/B2G_OS_Architecture +tags: + - Architecture B2G OS + - B2G + - B2G OS +translation_of: Archive/B2G_OS/Architecture +--- +<h2 id="Cet_article_détaille_l'architecture_de_B2G_OS">Cet article détaille l'architecture de B2G OS</h2> + +<div class="twocolumns"> +<p>B2G OS est constitué de trois couches :</p> + +<ol> + <li><strong>Gaia</strong></li> + <li><strong>Gecko</strong></li> + <li><strong>Gonk</strong></li> +</ol> + +<h3 id="Gaia">Gaia</h3> + +<p>Gaia est l'interface utilisateur ; elle comporte les applications systèmes telles que téléphone, SMS, Horloge, Agenda qui sont réalisées en HTML, CSS et Javascript.</p> + +<p><strong>Code source </strong>: <a href="https://github.com/mozilla-b2g/gaia">https://github.com/mozilla-b2g/gaia</a></p> + +<h3 id="Gecko">Gecko</h3> + +<p>Gecko est le moteur de rendu web qui affiche et traite HTML, CSS et Javascript et qui implémente divers composants <a href="https://discourse.mozilla-community.org/t/why-gaia-apps-are-turned-to-chrome/8011">chrome://</a> et <a href="https://developer.mozilla.org/fr/docs/B2G_OS/API">API Web</a>.</p> + +<p><strong>Code source </strong>: <a href="https://github.com/mozilla/gecko-dev">https://github.com/mozilla/gecko-dev</a></p> + +<p><img alt="" src="https://mdn.mozillademos.org/files/13803/b2gos.png" style="height: 400px; margin-left: 10px; margin-right: 10px; width: 300px;"></p> +</div> + +<h3 id="Gonk">Gonk</h3> + +<p>Gonk se compose du noyau Android, de la couche d'abstraction matérielle HAL (<a href="https://source.android.com/devices/halref/">Hardware Abstraction Layer</a>) et des pilotes de périphériques.</p> |