blob: 5fcbc097670dc9841f2ed20ec77fbae89dfbd435 [file] [log] [blame] [edit]
// Copyright 2021 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LORGNETTE_CONSTANTS_H_
#define LORGNETTE_CONSTANTS_H_
#include <brillo/errors/error_codes.h>
namespace lorgnette {
extern const char* kDbusDomain;
extern const char kJpegMimeType[];
extern const char kPngMimeType[];
} // namespace lorgnette
#endif // LORGNETTE_CONSTANTS_H_