blob: 337f96c3f1b4ff71a295f74d934be102d7bf1e76 [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_