Current codebase requires multiple modifications in shared/Core source files in order for a new secure partition to be integrated into TF-M.
Implement a more streamlined integration process:
- Create manifest files for each secure partition describing its attributes
- Create a parser for those that can generate include files to be used by TF-M
This enabled a single point of integration for services, and creates a chance to aggregate, supervise and control all services to be linked to a specific TF-M binary.