1# Generated file; do not modify.
2subdir('Buttons')
3subdir('Common')
4generated_others += custom_target(
5    'xyz/openbmc_project/Chassis/Common__markdown'.underscorify(),
6    input: [ meson.project_source_root() / 'xyz/openbmc_project/Chassis/Common.errors.yaml',  ],
7    output: [ 'Common.md' ],
8    command: [
9        sdbuspp_gen_meson_prog, '--command', 'markdown',
10        '--output', meson.current_build_dir(),
11        '--tool', sdbusplusplus_prog,
12        '--directory', meson.project_source_root(),
13        'xyz/openbmc_project/Chassis/Common',
14    ],
15    build_by_default: true,
16)
17
18subdir('Control')
19subdir('Intrusion')
20generated_others += custom_target(
21    'xyz/openbmc_project/Chassis/Intrusion__markdown'.underscorify(),
22    input: [ meson.project_source_root() / 'xyz/openbmc_project/Chassis/Intrusion.interface.yaml',  ],
23    output: [ 'Intrusion.md' ],
24    command: [
25        sdbuspp_gen_meson_prog, '--command', 'markdown',
26        '--output', meson.current_build_dir(),
27        '--tool', sdbusplusplus_prog,
28        '--directory', meson.project_source_root(),
29        'xyz/openbmc_project/Chassis/Intrusion',
30    ],
31    build_by_default: true,
32)
33
34