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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: tpm2-tss
Section: libs
Priority: optional
Maintainer: Mathieu Trudel-Lapierre <cyphermox@ubuntu.com>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>,
Ivan Hu <ivan.hu@ubuntu.com>
Build-Depends: autoconf,
autoconf-archive,
debhelper (>= 11),
docbook-xsl,
libcmocka-dev (>= 1.0),
libgcrypt20-dev,
libtool,
pkg-config,
xsltproc
Homepage: https://github.com/01org/TPM2.0-TSS
Standards-Version: 4.3.0
Package: libtss2-esys0
Architecture: any
Depends: libtss2-udev, ${misc:Depends}, ${shlibs:Depends}
Description: TPM2 Software stack library - TSS and TCTI libraries
TPM2.0 TSS (Software Stack) consists of API layers provided to support
TPM 2.0 chips. It is made out of three layers:
.
- Enhanced System API (ESAPI)
- System API (SAPI), which implements the system layer API;
- Marshaling/Unmarshaling (MU)
- TPM Command Transmission Interface (TCTI), which is used by SAPI to
allow communication with the TAB/RM layer;
.
This package contains the TSS and TCTI libraries that client applications
will link against when they require accessing the TPM.
Package: libtss2-dev
Architecture: any
Section: libdevel
Depends: libgcrypt20-dev,
libtss2-esys0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: TPM2 Software stack library - development files
TPM2.0 TSS (Software Stack) consists of API layers provided to support
TPM 2.0 chips. It is made out of three layers:
.
- Enhanced System API (ESAPI)
- System API (SAPI), which implements the system layer API;
- Marshaling/Unmarshaling (MU)
- TPM Command Transmission Interface (TCTI), which is used by SAPI to
allow communication with the TAB/RM layer;
.
This package contains development files for use when writing applications
that need access to TPM chips.
Package: libtss2-udev
Architecture: all
Section: utils
Depends: adduser, ${misc:Depends}
Description: TPM2 Software stack library - udev files
TPM2.0 TSS (Software Stack) consists of API layers provided to support
TPM 2.0 chips. It is made out of three layers:
.
- Enhanced System API (ESAPI)
- System API (SAPI), which implements the system layer API;
- Marshaling/Unmarshaling (MU)
- TPM Command Transmission Interface (TCTI), which is used by SAPI to
allow communication with the TAB/RM layer;
.
This package contains the udev files
|