1#------------------------------------------------------------------------------- 2# Copyright (c) 2001-2019, Arm Limited. All rights reserved. 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6#------------------------------------------------------------------------------- 7 8# Project configuration for cc312 utils 9PROJ_NAME = cc312 10# Default HW for ARM is the zc706 11PROJ_HW = zc706 12 13PROJ_PRD = cc3x 14TEE_OS = linux 15 16# List of targets to build for utils/src 17PROJ_TARGETS = cc3x_asset_prov_rt cc3x_boot_cert cmpu_asset_pkg_util dmpu_asset_pkg_util 18 19CERT_ENDIANITY = 0 20CERT_VERSION_MAJOR = 1 21CERT_VERSION_MINOR = 0 22 23# Specific project definitions 24SPECIAL_ADDITIONAL_DATA_USED = 0 25CONFIG_SB_SUPPORT_IOT = 1 26