133b9a7f8SMatt Spinler# Generated file; do not modify.
233b9a7f8SMatt Spinlergenerated_sources += custom_target(
333b9a7f8SMatt Spinler    'xyz/openbmc_project/Inventory/Decorator/Slot__cpp'.underscorify(),
433b9a7f8SMatt Spinler    input: [ '../../../../../../yaml/xyz/openbmc_project/Inventory/Decorator/Slot.interface.yaml',  ],
5*4de8a3b0SPatrick Williams    output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp',  ],
611335246SPatrick Williams    depend_files: sdbusplusplus_depfiles,
733b9a7f8SMatt Spinler    command: [
833b9a7f8SMatt Spinler        sdbuspp_gen_meson_prog, '--command', 'cpp',
933b9a7f8SMatt Spinler        '--output', meson.current_build_dir(),
1033b9a7f8SMatt Spinler        '--tool', sdbusplusplus_prog,
1133b9a7f8SMatt Spinler        '--directory', meson.current_source_dir() / '../../../../../../yaml',
1233b9a7f8SMatt Spinler        'xyz/openbmc_project/Inventory/Decorator/Slot',
1333b9a7f8SMatt Spinler    ],
1433b9a7f8SMatt Spinler)
1533b9a7f8SMatt Spinler
16