blob: d097c5122eca085b2326868c8ca7690ce3f2abb5 [file] [log] [blame]
/*
* Copyright (c) 2019 The Fuchsia Authors
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#if defined(CONFIG_DEV_BUILD) || defined(CONFIG_DOGFOOD_BUILD) || \
!defined(CONFIG_PROD_BUILD)
#error "Prod permanent attributes can only be used on a prod build"
#endif
static const uint8_t avb_atx_permanent_attributes_hash[] = {
0xD5, 0x49, 0x6B, 0x9F, 0xEB, 0xEC, 0x71, 0x94, 0x09, 0x35, 0x96,
0xB3, 0x0E, 0xFA, 0x38, 0x95, 0x56, 0x71, 0x63, 0x41, 0x5B, 0x16,
0xC7, 0xDE, 0x45, 0xBE, 0x1E, 0x19, 0xDA, 0x4A, 0x0D, 0x48
};