summaryrefslogtreecommitdiff
path: root/src/libcamera/ipa_pub_key.cpp.in
blob: 01e5333b4d30fb53625cdae7d8388fb2ae4b7e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: LGPL-2.1-or-later */
/*
 * Copyright (C) 2020, Laurent Pinchart <laurent.pinchart@ideasonboard.com>
 *
 * ipa_pub_key.cpp - IPA module signing public key
 *
 * This file is auto-generated. Do not edit.
 */

#include "libcamera/internal/ipa_manager.h"

namespace libcamera {

#if HAVE_IPA_PUBKEY
const uint8_t IPAManager::publicKeyData_[] = {
	${ipa_key}
};

const PubKey IPAManager::pubKey_{ { IPAManager::publicKeyData_ } };
#endif

} /* namespace libcamera */