3.9.1. MW Configuration¶
3.9.1.1. Configuring for OEF specific Platform SCP keys¶
File sss/inc/fsl_sss_ftr.h.in
allows to configure the Plug & Trust MW
to use Platform SCP keys for a specific OEF. Macros SSS_PFSCP_ENABLE_*
are added for this.
These macros can be used to configure the MW for PlatformSCP03 keys based
on an OEF configuration. By default these remain disabled and default
configuration is made based on PTMW_SE05X_Ver
CMake option. For version
03_XX
, we use SE050_DEVKIT
configuration, else we use SE050E_0001A921
configuration.
Enabling any one of these macros would override the default configuration
and enable the Platform SCP keys for that OEF. Also, macro SSS_PFSCP_ENABLE_OTHER
allows the user to configure the MW in case user-defined Platform SCP keys
are provisioned on the secure element. In that case, correct keys need to
be updated in ex_sss_tp_scp03_keys.h
before running the MW.