/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright 2019 NXP * * brief PTA DEK Blob interface identification. */ #ifndef __PTA_IMX_DEK_BLOB_H__ #define __PTA_IMX_DEK_BLOB_H__ #define PTA_DEK_BLOB_UUID {0xef477737, 0x0db1, 0x4a9d, \ {0x84, 0x37, 0xf2, 0xf5, 0x35, 0xc0, 0xbd, 0x92} } /* HAB DEK Blob encapsulation */ #define PTA_IMX_DEK_BLOB_CMD_GENERATE 0 #endif /* __PTA_IMX_DEK_BLOB_H__ */