1f9959724SChen Yugang# Generated file; do not modify.
2f9959724SChen Yuganggenerated_sources += custom_target(
3f9959724SChen Yugang    'xyz/openbmc_project/State/BMCRedundancy__cpp'.underscorify(),
4b1b4d261SWilliam A. Kennington III    input: [ '../../../../../yaml/xyz/openbmc_project/State/BMCRedundancy.interface.yaml',  ],
5*4de8a3b0SPatrick Williams    output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp',  ],
611335246SPatrick Williams    depend_files: sdbusplusplus_depfiles,
7f9959724SChen Yugang    command: [
8f9959724SChen Yugang        sdbuspp_gen_meson_prog, '--command', 'cpp',
9f9959724SChen Yugang        '--output', meson.current_build_dir(),
10f9959724SChen Yugang        '--tool', sdbusplusplus_prog,
11b1b4d261SWilliam A. Kennington III        '--directory', meson.current_source_dir() / '../../../../../yaml',
12f9959724SChen Yugang        'xyz/openbmc_project/State/BMCRedundancy',
13f9959724SChen Yugang    ],
14f9959724SChen Yugang)
15f9959724SChen Yugang
16