File: control

package info (click to toggle)
optee-test 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,736 kB
  • sloc: ansic: 80,056; makefile: 356; python: 179; cpp: 115; asm: 41; sh: 23
file content (29 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download
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
Source: optee-test
Section: devel
Priority: optional
Maintainer: Dylan Aïssi <daissi@debian.org>
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13),
               libssl-dev,
               optee-client-dev (>=4.8.0) [arm64],
               optee-os-dev (>=4.8.0) [arm64],
               python3,
               python3-cryptography
Vcs-Browser: https://salsa.debian.org/debian/optee-test
Vcs-Git: https://salsa.debian.org/debian/optee-test.git
Homepage: https://www.trustedfirmware.org/projects/op-tee
Rules-Requires-Root: no

Package: optee-test-qemu
Architecture: arm64
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: OP-TEE sanity testsuite
 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 TEE sanity testsuite using the ARM(R) TrustZone(R)
 technology.