aboutsummaryrefslogtreecommitdiff
path: root/files/fr/archive/b2g_os/b2g_os_architecture/index.html
blob: 0b01d8807d80100dc196638a359cb075875f14c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>