1# Generated file; do not modify.
2subdir('Event')
3generated_others += custom_target(
4    'xyz/openbmc_project/PLDM/Event__markdown'.underscorify(),
5    input: [ '../../../../xyz/openbmc_project/PLDM/Event.interface.yaml',  ],
6    output: [ 'Event.md' ],
7    command: [
8        sdbuspp_gen_meson_prog, '--command', 'markdown',
9        '--output', meson.current_build_dir(),
10        '--tool', sdbusplusplus_prog,
11        '--directory', meson.current_source_dir() / '../../../..',
12        'xyz/openbmc_project/PLDM/Event',
13    ],
14)
15
16subdir('PDR')
17generated_others += custom_target(
18    'xyz/openbmc_project/PLDM/PDR__markdown'.underscorify(),
19    input: [ '../../../../xyz/openbmc_project/PLDM/PDR.interface.yaml',  ],
20    output: [ 'PDR.md' ],
21    command: [
22        sdbuspp_gen_meson_prog, '--command', 'markdown',
23        '--output', meson.current_build_dir(),
24        '--tool', sdbusplusplus_prog,
25        '--directory', meson.current_source_dir() / '../../../..',
26        'xyz/openbmc_project/PLDM/PDR',
27    ],
28)
29
30subdir('Provider')
31subdir('Requester')
32generated_others += custom_target(
33    'xyz/openbmc_project/PLDM/Requester__markdown'.underscorify(),
34    input: [ '../../../../xyz/openbmc_project/PLDM/Requester.interface.yaml',  ],
35    output: [ 'Requester.md' ],
36    command: [
37        sdbuspp_gen_meson_prog, '--command', 'markdown',
38        '--output', meson.current_build_dir(),
39        '--tool', sdbusplusplus_prog,
40        '--directory', meson.current_source_dir() / '../../../..',
41        'xyz/openbmc_project/PLDM/Requester',
42    ],
43)
44
45