// Copyright 2026 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file is autogenerated by:
//     mojo/public/tools/bindings/generators/mojom_fuzzilli_generator.py
// For:
//     {{module.path}}
//

private let mojoPrefix = "{{module.namespace}}."

///
/// Interfaces
///
{% include "interfaces.tmpl" %}

{%- if structs or response_structs %}

///
/// Structs
///
{% include "structs.tmpl" %}
{%- endif %}

{%- if arrays %}

///
/// Arrays
///
{% include "arrays.tmpl" %}
{%- endif %}

{%- if maps %}

///
/// Maps
///
{% include "maps.tmpl" %}
{%- endif %}

{%- if enums %}

///
/// Enumerations
///
{% include "enumerations.tmpl" %}
{%- endif %}

{%- if unions %}

///
/// Unions
///
{% include "unions.tmpl" %}

{%- endif %}

///
/// Generators
///
{% include "generators.tmpl" %}

{% include "profile_definition.tmpl" %}
