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 39 40
|
Source: optee-os
Section: devel
Priority: optional
Maintainer: Dylan Aïssi <daissi@debian.org>
Standards-Version: 4.7.0
Build-Depends: debhelper-compat (= 13),
device-tree-compiler,
python3,
python3-cryptography,
python3-pyelftools
Vcs-Browser: https://salsa.debian.org/debian/optee-os
Vcs-Git: https://salsa.debian.org/debian/optee-os.git
Homepage: https://www.trustedfirmware.org/projects/op-tee
Rules-Requires-Root: no
Package: optee-os
Architecture: arm64
Depends: ${misc:Depends},
${shlibs:Depends}
Description: OP-TEE Trusted OS
OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone
technology. OP-TEE implements TEE Internal Core API v1.1.x which is the API
exposed to Trusted Applications and the TEE Client API v1.0, which is the API
describing how to communicate with a TEE. Those APIs are defined in the
GlobalPlatform API specifications.
Package: optee-os-dev
Architecture: arm64
Depends: ${misc:Depends},
python3
Description: SDK of OP-TEE Trusted OS
OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a
non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone
technology. OP-TEE implements TEE Internal Core API v1.1.x which is the API
exposed to Trusted Applications and the TEE Client API v1.0, which is the API
describing how to communicate with a TEE. Those APIs are defined in the
GlobalPlatform API specifications.
.
The package includes the SDK which is used for TA development.
|