| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix auth tdd Signed-off-by: steven_q <qichanggui@huawei.com> Co-Authored-By: Agent | 3 个月前 | |
replace tee_client:libteec with tee_client:libteec_vendor Switch the TEE client external dependency from libteec to libteec_vendor across the accountmgr service and related moduletest/unittest/fuzztest BUILD.gn files. Risk assessment: no interface signature change. Both libteec and libteec_vendor are targets of the same tee_client component (base/tee/tee_client) and share the identical public config 'exported_header_files', which exports interfaces/inner_api/tee_client_api.h. The vendor target (tee_client_api.c, LIB_TEEC_VENDOR) implements the same GP TEE Client API function signatures (TEEC_InitializeContext, TEEC_OpenSession, TEEC_InvokeCommand, TEEC_CloseSession, TEEC_FinalizeContext) as declared in the shared header. tee_auth_adapter.cpp only uses these standard TEEC_* symbols, so the swap is a 1:1 target name change with no API/ABI impact. Signed-off-by: Yeyuning <yeyuning2@h-partners.com> 🤖 AI[0%] 🔧 Human Fixed[0%] 🧑 Human[100%] 👌 AI Adopted[0%] Change-Id: I1b0b67dafaa1c11894db2b4acd740668a5de041a Co-Authored-By: Agent | 1 天前 | |
TDD目录结构重构 Signed-off-by: 123 <834689456@qq.com> Change-Id: I35982b537307e069fb7d342bddc588498352f0bb | 2 年前 | |
cJson归一 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 1 年前 |