19#ifndef __ATTESTATION_BOOTLOADER_DATA_H__
20#define __ATTESTATION_BOOTLOADER_DATA_H__
31extern const uint8_t temp_ram_page_data[];
33#define S_RAM_ALIAS_BASE (temp_ram_page_data)
35#define BOOT_TFM_SHARED_DATA_BASE S_RAM_ALIAS_BASE
37extern const uint8_t impl_id_data[];
40static const char verification_service_url[] =
"www.mbed.com";
42static const char attestation_profile_definition[] =
"psa-attest.md";