blob: 0cca0ca78497e5e8f227bb729b86c4302900e20b [file] [log] [blame]
// Copyright 2016 The Fuchsia 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 PERIDOT_LIB_ENVIRONMENT_HOST_MAXWELL_SERVICE_PROVIDER_BRIDGE_H_
#define PERIDOT_LIB_ENVIRONMENT_HOST_MAXWELL_SERVICE_PROVIDER_BRIDGE_H_
#include <fuchsia/cpp/component.h>
#include "lib/svc/cpp/service_provider_bridge.h"
namespace maxwell {
// Environment surfacing only explicitly given environment services.
class MaxwellServiceProviderBridge : public component::ServiceProviderBridge {
public:
MaxwellServiceProviderBridge(component::ApplicationEnvironment* parent_env);
};
} // namespace maxwell
#endif // PERIDOT_LIB_ENVIRONMENT_HOST_MAXWELL_SERVICE_PROVIDER_BRIDGE_H_