Get class info (class id, vendor ID, role) for a given, supported manifest role. Prior to calling this function, suit_get_supported_manifest_roles should be called to get the supported roles.
- Parameters
-
[in] | role | Manifest role. |
[out] | class_info | Manifest class info (class id, role). |
- Return values
-
SUIT_PLAT_SUCCESS | if successful. |
SUIT_PLAT_ERR_INVAL | if input parameters are invalid. |
SUIT_PLAT_ERR_CBOR_DECODING | if the data received from SDFW is malformed. |
SUIT_PLAT_ERR_NOT_FOUND | if the given role is not supported. |
SUIT_PLAT_ERR_IPC | in case of SSF protocol error. |