mirror of
https://github.com/openharmony/tee_tee_tzdriver.git
synced 2026-07-01 06:41:57 -04:00
60950d3b60753f1a5aeba89ee860e1b90c4c7a76
Tzdriver Module Introduction
Introduction
tzdriver is a part of REE. The REE module provides a set of rich execution environment (REE) API components for interacting with TEEOS, including tzdriver (driver), libteec (API library), and teecd (agent service). This module tzdriver normally is a part of kernel, sometimes could be ko(kernel module).
Tzdriver project Structure
tee_tzdriver:project directory
- README.md&README_zh.md:Introduction file
- LICENSE:GPL v2 LICENSE
- linux:tzdriver for linux kernel
- liteos:tzdriver for liteos_a kernel
Secondary Directories structure
Table 1 tzdriver main secondary source code structure
Description
Tzdriver是部署在REE侧的内核驱动,支持REE和TEE之间通信。Tzdriver处理来自于Tee Client的命令,发送指令从REE切换到TEE。Tzdriver通过管理共享内存,支持REE和TEE之间共享数据。
Languages
C
99%
Makefile
1%