build: mark DICE_PROTECTION_ENVIRONMENT as an experimental feature

The DICE_PROTECTION_ENVIRONMENT support has been marked as experimental
since it has not incorporated into the threat model.

Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Change-Id: Ic1ea4d59fd8a3fde7ce0404488a56e9d11bc1b85
This commit is contained in:
Manish V Badarkhe 2024-05-09 12:14:13 +01:00 committed by Manish V Badarkhe
parent f1464ceaf9
commit 82222db809

View file

@ -1017,6 +1017,10 @@ ifeq ($(PSA_CRYPTO),1)
$(info PSA_CRYPTO is an experimental feature)
endif
ifeq ($(DICE_PROTECTION_ENVIRONMENT),1)
$(info DICE_PROTECTION_ENVIRONMENT is an experimental feature)
endif
################################################################################
# Process platform overrideable behaviour
################################################################################