blob: b189a915cb87a68012f1b6d057def9069999232f [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_PUBLIC_CPP_MANIFEST_H_
#define SERVICES_DEVICE_PUBLIC_CPP_MANIFEST_H_
#include "services/service_manager/public/cpp/manifest.h"
namespace device {
const service_manager::Manifest& GetManifest();
} // namespace device
#endif // SERVICES_DEVICE_PUBLIC_CPP_MANIFEST_H_