xref: /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/Progress/meson.build (revision 0e78828ce927548b4dd679e06fdaf2f294983289)
1d6217805SDhruvaraj Subhashchandran# Generated file; do not modify.
27f154004SPatrick Williams
37f154004SPatrick Williamssdbusplus_current_path = 'xyz/openbmc_project/Common/Progress'
47f154004SPatrick Williams
5d6217805SDhruvaraj Subhashchandrangenerated_sources += custom_target(
6d6217805SDhruvaraj Subhashchandran    'xyz/openbmc_project/Common/Progress__cpp'.underscorify(),
77f154004SPatrick Williams    input: [
87f154004SPatrick Williams        '../../../../../yaml/xyz/openbmc_project/Common/Progress.interface.yaml',
97f154004SPatrick Williams    ],
107f154004SPatrick Williams    output: [
117f154004SPatrick Williams        'common.hpp',
127f154004SPatrick Williams        'server.hpp',
137f154004SPatrick Williams        'server.cpp',
147f154004SPatrick Williams        'aserver.hpp',
157f154004SPatrick Williams        'client.hpp',
167f154004SPatrick Williams    ],
1711335246SPatrick Williams    depend_files: sdbusplusplus_depfiles,
18d6217805SDhruvaraj Subhashchandran    command: [
19*0e78828cSPatrick Williams        sdbuspp_gen_meson_prog,
20*0e78828cSPatrick Williams        '--command',
21*0e78828cSPatrick Williams        'cpp',
22*0e78828cSPatrick Williams        '--output',
23*0e78828cSPatrick Williams        meson.current_build_dir(),
24*0e78828cSPatrick Williams        '--tool',
25*0e78828cSPatrick Williams        sdbusplusplus_prog,
26*0e78828cSPatrick Williams        '--directory',
27*0e78828cSPatrick Williams        meson.current_source_dir() / '../../../../../yaml',
28d6217805SDhruvaraj Subhashchandran        'xyz/openbmc_project/Common/Progress',
29d6217805SDhruvaraj Subhashchandran    ],
307f154004SPatrick Williams    install: should_generate_cpp,
317f154004SPatrick Williams    install_dir: [
327f154004SPatrick Williams        get_option('includedir') / sdbusplus_current_path,
337f154004SPatrick Williams        get_option('includedir') / sdbusplus_current_path,
347f154004SPatrick Williams        false,
357f154004SPatrick Williams        get_option('includedir') / sdbusplus_current_path,
367f154004SPatrick Williams        get_option('includedir') / sdbusplus_current_path,
377f154004SPatrick Williams    ],
387f154004SPatrick Williams    build_by_default: should_generate_cpp,
39d6217805SDhruvaraj Subhashchandran)
40d6217805SDhruvaraj Subhashchandran
41