blob: 4ba4880e6cf733c037931406082c3c9a516c6857 [file] [log] [blame]
// Copyright 2020 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.
#include "src/lib/fidl_codec/builtin_semantic.h"
#include <string>
namespace fidl_codec {
namespace semantic {
std::string builtin_semantic =
"library fuchsia.io {\n"
" Node::Clone {\n"
" request.object = handle;\n"
" }\n"
" Directory::Open {\n"
" request.object = handle / request.path;\n"
" }\n"
"}\n";
} // namespace semantic
} // namespace fidl_codec