mirror of https://github.com/ARMmbed/mbed-os.git
Atteststaion: Update header files
-Remove psa_initial_attesttaion.h -Move psa_initial_attesttaion_api.h and psa_attest_inject_key.h into inc folder -Update include in test filepull/9668/head
parent
22437fca7e
commit
a994499bf3
|
@ -19,7 +19,8 @@
|
||||||
#include "greentea-client/test_env.h"
|
#include "greentea-client/test_env.h"
|
||||||
#include "unity/unity.h"
|
#include "unity/unity.h"
|
||||||
#include "utest/utest.h"
|
#include "utest/utest.h"
|
||||||
#include "psa_initial_attestation.h"
|
#include "psa_initial_attestation_api.h"
|
||||||
|
#include "psa_attest_inject_key.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
0
components/TARGET_PSA/services/attestation/psa_attest_inject_key.h → components/TARGET_PSA/inc/psa/psa_attest_inject_key.h
Executable file → Normal file
0
components/TARGET_PSA/services/attestation/psa_attest_inject_key.h → components/TARGET_PSA/inc/psa/psa_attest_inject_key.h
Executable file → Normal file
|
@ -1,30 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright (c) 2018-2019, Arm Limited. All rights reserved.
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
/***************************************************************************/
|
|
||||||
/* DRAFT UNDER REVIEW */
|
|
||||||
/* These APIs are still evolving and are meant as a prototype for review.*/
|
|
||||||
/* The APIs will change depending on feedback and will be firmed up */
|
|
||||||
/* to a stable set of APIs once all the feedback has been considered. */
|
|
||||||
/***************************************************************************/
|
|
||||||
|
|
||||||
#ifndef __PSA_INITIAL_ATTESTATION_H__
|
|
||||||
#define __PSA_INITIAL_ATTESTATION_H__
|
|
||||||
|
|
||||||
#include "psa_initial_attestation_api.h"
|
|
||||||
#include "psa_attest_inject_key.h"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* __PSA_INITIAL_ATTESTATION_H__ */
|
|
Loading…
Reference in New Issue