chromium/services/service_manager/catalog.h

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

#ifndef SERVICES_SERVICE_MANAGER_CATALOG_H_
#define SERVICES_SERVICE_MANAGER_CATALOG_H_

#include <map>
#include <vector>

#include "services/service_manager/public/cpp/manifest.h"

namespace service_manager {

// Owns the Service Manager's collections of Manifests and provides convenient
// indexes for fast lookup by name and resolution of parent-child relationships.
class Catalog {};

}  // namespace service_manager

#endif  // SERVICES_SERVICE_MANAGER_CATALOG_H_