/* SPDX-License-Identifier: LGPL-2.1-or-later */ /* * Copyright (C) 2019, Google Inc. * * property_ids.h - Property ID list * * This file is auto-generated. Do not edit. */ #pragma once #include #include namespace libcamera { namespace properties { enum { ${ids} }; ${controls} namespace draft { ${draft_controls} } /* namespace draft */ extern const ControlIdMap properties; } /* namespace properties */ } /* namespace libcamera */