xref: /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Source/meson.build (revision 7b5b4e82d394dcbbd8c5d50641eb9572b2121b50)
1# Generated file; do not modify.
2subdir('DevicePresence')
3subdir('PLDM')
4
5sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Source'
6
7generated_markdown += custom_target(
8    'xyz/openbmc_project/Inventory/Source/DevicePresence__markdown'.underscorify(),
9    input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Source/DevicePresence.interface.yaml',  ],
10    output: [ 'DevicePresence.md' ],
11    depend_files: sdbusplusplus_depfiles,
12    command: [
13        sdbuspp_gen_meson_prog, '--command', 'markdown',
14        '--output', meson.current_build_dir(),
15        '--tool', sdbusplusplus_prog,
16        '--directory', meson.current_source_dir() / '../../../../../yaml',
17        'xyz/openbmc_project/Inventory/Source/DevicePresence',
18    ],
19    install: should_generate_markdown,
20    install_dir: [inst_markdown_dir / sdbusplus_current_path],
21    build_by_default: should_generate_markdown,
22)
23
24