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