Skip to content

Conversation

@harshaldev27
Copy link
Contributor

@harshaldev27 harshaldev27 commented Jan 19, 2026

The minkadaptor library doesn't directly link to the qcbor library, which shifts the burden of linking to the client. Commit 1 fixes this issue.
Also, Added the deprecated TEEC_ERROR_EXTERNAL_CANCEL error code to TEE client API interface since some clients like OP-TEE xtest still depend on it. Commit 2 adds the error code.

The minkadaptor library doesn't directly link to the qcbor library, which
shifts the burden of linking to the client. This change fixes this problem
by ensuring that the minkadaptor finds the qcbor package and links to it
directly. At the same time, remove all links to the qcbor package from
the clients of minkadaptor.

Signed-off-by: Harshal Dev <harshal.dev@oss.qualcomm.com>
Added the deprecated TEEC_ERROR_EXTERNAL_CANCEL error code to TEE client
API interface since some clients like xtest still depend on it.

Signed-off-by: Harshal Dev <harshal.dev@oss.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant