blob: d6f5d6938e0537ca15f7f14a34bcd8d6540964a8 [file]
// 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";
} // namespace lorgnette
#endif // SYSTEM_API_CONSTANTS_LORGNETTE_DLC_H_