summaryrefslogtreecommitdiffstats
path: root/freedom-privacy-security-issues.php
diff options
context:
space:
mode:
Diffstat (limited to 'freedom-privacy-security-issues.php')
-rw-r--r--freedom-privacy-security-issues.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/freedom-privacy-security-issues.php b/freedom-privacy-security-issues.php
index 05d9f20..32ec264 100644
--- a/freedom-privacy-security-issues.php
+++ b/freedom-privacy-security-issues.php
@@ -29,6 +29,8 @@
Hardware abstraction layers provide a generic interface for the framework to use.
The framework itself provides an interface for applications that is independent of the device and the hardware.
That way, applications can access hardware features through the generic framework interface, which will call the hardware abstraction layer libraries, ending up with the kernel communicating with the hardware.
+ For instance, when placing a call, the dialer application will communicate with the framework, which in turn will communicate with the hardware abstraction layer.
+ That hardware abstraction layer will implement the protocol to communicate with the modem. The kernel will then forward the communication between the hardware abstraction layer and the modem.
</p>
<p>
Many other components of a mobile device also run software in different forms.