blob: ea1212d372440f02b94d501a79e59c4b76c65463 [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 SRC_MODULAR_LIB_MODULE_MANIFEST_SOURCE_PACKAGE_UTIL_H_
#define SRC_MODULAR_LIB_MODULE_MANIFEST_SOURCE_PACKAGE_UTIL_H_
#include <string>
#include "src/lib/fxl/strings/string_view.h"
namespace modular {
std::string GetModuleManifestPathFromPackage(fxl::StringView package_name,
fxl::StringView package_version);
} // namespace modular
#endif // SRC_MODULAR_LIB_MODULE_MANIFEST_SOURCE_PACKAGE_UTIL_H_