1// Protocol Buffers - Google's data interchange format 2// Copyright 2023 Google LLC. All rights reserved. 3// 4// Use of this source code is governed by a BSD-style 5// license that can be found in the LICENSE file or at 6// https://developers.google.com/open-source/licenses/bsd 7 8#ifndef UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_ 9#define UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_ 10 11// This file contains the serialized FeatureSetDefaults object for 12// language-independent features and (possibly at some point) for upb-specific 13// features. This is used for feature resolution under Editions. 14// NOLINTBEGIN 15// clang-format off 16#define UPB_INTERNAL_UPB_EDITION_DEFAULTS "DEFAULTS_VALUE" 17// clang-format on 18// NOLINTEND 19 20#endif // UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_ 21