blob: af6a91661a6780f5c71d3c0ca81dee53b1765a66 [file] [log] [blame]
// Copyright 2018 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_MODULE_MANIFEST_SOURCE_PACKAGE_TO_MODULE_MANIFEST_H_
#define PERIDOT_LIB_MODULE_MANIFEST_SOURCE_PACKAGE_TO_MODULE_MANIFEST_H_
#include <string>
#include "lib/fxl/strings/string_view.h"
namespace modular {
std::string GetModuleManifestPathFromPackage(fxl::StringView package_name,
fxl::StringView package_version);
} // namespace modular
#endif // PERIDOT_LIB_MODULE_MANIFEST_SOURCE_PACKAGE_TO_MODULE_MANIFEST_H_