1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright 2019 NXP 4 * 5 * brief PTA DEK Blob interface identification. 6 */ 7 #ifndef __PTA_IMX_DEK_BLOB_H__ 8 #define __PTA_IMX_DEK_BLOB_H__ 9 10 #define PTA_DEK_BLOB_UUID {0xef477737, 0x0db1, 0x4a9d, \ 11 {0x84, 0x37, 0xf2, 0xf5, 0x35, 0xc0, 0xbd, 0x92} } 12 13 /* HAB DEK Blob encapsulation */ 14 #define PTA_IMX_DEK_BLOB_CMD_GENERATE 0 15 16 #endif /* __PTA_IMX_DEK_BLOB_H__ */ 17