// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_CONSTANTS_LORGNETTE_DLC_H_
#define SYSTEM_API_CONSTANTS_LORGNETTE_DLC_H_

namespace lorgnette {

// ID of the sane-backends-pfu DLC.
inline constexpr char kSaneBackendsPfuDlcId[] = "sane-backends-pfu";

// ID of the sane-backends-extras DLC.
inline constexpr char kSaneBackendsExtrasDlcId[] = "sane-backends-extras-dlc";

// ID of the sane-backends-canon DLC.
inline constexpr char kSaneBackendsCanonDlcId[] = "sane-backends-canon";

// ID of the sane-backends-brother5 DLC.
inline constexpr char kSaneBackendsBrother5DlcId[] = "sane-backends-brother5";

}  // namespace lorgnette

#endif  // SYSTEM_API_CONSTANTS_LORGNETTE_DLC_H_
