commit | 133a792b75f216bdf4c3a1e3b81247d45b322ed8 | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Thu Jul 08 16:01:26 2021 +0800 |
committer | Mingyang Sun <mingyang.sun@arm.com> | Fri Aug 06 11:03:12 2021 +0800 |
tree | 72eabbe581a483bfaf8cfac72f9d024b0dd6a37e | |
parent | b26b280fe160f9f708c49b00e7a626d20ab35d8e [diff] |
SPM: Rename PSA API source and header filename - Rename "psa_client_service_apis.c(h)" to "psa_api_svc.c(h)", They are for the SVC handler of PSA APIs and only used by SVC handler. - Rename "spm_psa_client_call.c(h)" to "psa_api.c(h)", They are for the PSA APIs' function body and can be called by the clients or services when there is no boundary. Change-Id: If90e658e1b055c66f11a696cd4f8a691a38f4964 Signed-off-by: Mingyang Sun <mingyang.sun@arm.com>