1*871f7556SJayanth Othayoth# Generated file; do not modify.
2*871f7556SJayanth Othayothgenerated_sources += custom_target(
3*871f7556SJayanth Othayoth    'xyz/openbmc_project/Common/FaultLogType__cpp'.underscorify(),
4*871f7556SJayanth Othayoth    input: [ '../../../../../yaml/xyz/openbmc_project/Common/FaultLogType.interface.yaml',  ],
5*871f7556SJayanth Othayoth    output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp',  ],
6*871f7556SJayanth Othayoth    depend_files: sdbusplusplus_depfiles,
7*871f7556SJayanth Othayoth    command: [
8*871f7556SJayanth Othayoth        sdbuspp_gen_meson_prog, '--command', 'cpp',
9*871f7556SJayanth Othayoth        '--output', meson.current_build_dir(),
10*871f7556SJayanth Othayoth        '--tool', sdbusplusplus_prog,
11*871f7556SJayanth Othayoth        '--directory', meson.current_source_dir() / '../../../../../yaml',
12*871f7556SJayanth Othayoth        'xyz/openbmc_project/Common/FaultLogType',
13*871f7556SJayanth Othayoth    ],
14*871f7556SJayanth Othayoth)
15*871f7556SJayanth Othayoth
16