1*d9632146SPatrick Williams# Generated file; do not modify.
2*d9632146SPatrick Williamssubdir('Attributes')
3*d9632146SPatrick Williamsgenerated_others += custom_target(
4*d9632146SPatrick Williams    'xyz/openbmc_project/Control/Service/Attributes__markdown'.underscorify(),
5*d9632146SPatrick Williams    input: [ meson.source_root() / 'xyz/openbmc_project/Control/Service/Attributes.interface.yaml',  ],
6*d9632146SPatrick Williams    output: [ 'Attributes.md' ],
7*d9632146SPatrick Williams    command: [
8*d9632146SPatrick Williams        sdbuspp_gen_meson_prog, '--command', 'markdown',
9*d9632146SPatrick Williams        '--output', meson.current_build_dir(),
10*d9632146SPatrick Williams        '--tool', sdbusplusplus_prog,
11*d9632146SPatrick Williams        '--directory', meson.source_root(),
12*d9632146SPatrick Williams        'xyz/openbmc_project/Control/Service/Attributes',
13*d9632146SPatrick Williams    ],
14*d9632146SPatrick Williams    build_by_default: true,
15*d9632146SPatrick Williams)
16*d9632146SPatrick Williams
17*d9632146SPatrick Williamssubdir('SocketAttributes')
18*d9632146SPatrick Williamsgenerated_others += custom_target(
19*d9632146SPatrick Williams    'xyz/openbmc_project/Control/Service/SocketAttributes__markdown'.underscorify(),
20*d9632146SPatrick Williams    input: [ meson.source_root() / 'xyz/openbmc_project/Control/Service/SocketAttributes.interface.yaml',  ],
21*d9632146SPatrick Williams    output: [ 'SocketAttributes.md' ],
22*d9632146SPatrick Williams    command: [
23*d9632146SPatrick Williams        sdbuspp_gen_meson_prog, '--command', 'markdown',
24*d9632146SPatrick Williams        '--output', meson.current_build_dir(),
25*d9632146SPatrick Williams        '--tool', sdbusplusplus_prog,
26*d9632146SPatrick Williams        '--directory', meson.source_root(),
27*d9632146SPatrick Williams        'xyz/openbmc_project/Control/Service/SocketAttributes',
28*d9632146SPatrick Williams    ],
29*d9632146SPatrick Williams    build_by_default: true,
30*d9632146SPatrick Williams)
31*d9632146SPatrick Williams
32