/* 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. */ #ifndef __LIBCAMERA_PROPERTY_IDS_H__ #define __LIBCAMERA_PROPERTY_IDS_H__ #include #include namespace libcamera { namespace properties { enum { ${ids} }; ${controls} namespace draft { ${draft_controls} } /* namespace draft */ extern const ControlIdMap properties; } /* namespace properties */ } /* namespace libcamera */ #endif /* __LIBCAMERA_PROPERTY_IDS_H__ */