1# Generated file; do not modify. 2subdir('AccountPolicy') 3generated_others += custom_target( 4 'xyz/openbmc_project/User/AccountPolicy__markdown'.underscorify(), 5 input: [ '../../../../yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml', ], 6 output: [ 'AccountPolicy.md' ], 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'markdown', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.current_source_dir() / '../../../../yaml', 12 'xyz/openbmc_project/User/AccountPolicy', 13 ], 14) 15 16subdir('Attributes') 17generated_others += custom_target( 18 'xyz/openbmc_project/User/Attributes__markdown'.underscorify(), 19 input: [ '../../../../yaml/xyz/openbmc_project/User/Attributes.interface.yaml', ], 20 output: [ 'Attributes.md' ], 21 command: [ 22 sdbuspp_gen_meson_prog, '--command', 'markdown', 23 '--output', meson.current_build_dir(), 24 '--tool', sdbusplusplus_prog, 25 '--directory', meson.current_source_dir() / '../../../../yaml', 26 'xyz/openbmc_project/User/Attributes', 27 ], 28) 29 30subdir('Common') 31generated_others += custom_target( 32 'xyz/openbmc_project/User/Common__markdown'.underscorify(), 33 input: [ '../../../../yaml/xyz/openbmc_project/User/Common.errors.yaml', ], 34 output: [ 'Common.md' ], 35 command: [ 36 sdbuspp_gen_meson_prog, '--command', 'markdown', 37 '--output', meson.current_build_dir(), 38 '--tool', sdbusplusplus_prog, 39 '--directory', meson.current_source_dir() / '../../../../yaml', 40 'xyz/openbmc_project/User/Common', 41 ], 42) 43 44subdir('Ldap') 45subdir('Manager') 46generated_others += custom_target( 47 'xyz/openbmc_project/User/Manager__markdown'.underscorify(), 48 input: [ '../../../../yaml/xyz/openbmc_project/User/Manager.interface.yaml', ], 49 output: [ 'Manager.md' ], 50 command: [ 51 sdbuspp_gen_meson_prog, '--command', 'markdown', 52 '--output', meson.current_build_dir(), 53 '--tool', sdbusplusplus_prog, 54 '--directory', meson.current_source_dir() / '../../../../yaml', 55 'xyz/openbmc_project/User/Manager', 56 ], 57) 58 59subdir('PrivilegeMapper') 60generated_others += custom_target( 61 'xyz/openbmc_project/User/PrivilegeMapper__markdown'.underscorify(), 62 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml', ], 63 output: [ 'PrivilegeMapper.md' ], 64 command: [ 65 sdbuspp_gen_meson_prog, '--command', 'markdown', 66 '--output', meson.current_build_dir(), 67 '--tool', sdbusplusplus_prog, 68 '--directory', meson.current_source_dir() / '../../../../yaml', 69 'xyz/openbmc_project/User/PrivilegeMapper', 70 ], 71) 72 73subdir('PrivilegeMapperEntry') 74generated_others += custom_target( 75 'xyz/openbmc_project/User/PrivilegeMapperEntry__markdown'.underscorify(), 76 input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml', ], 77 output: [ 'PrivilegeMapperEntry.md' ], 78 command: [ 79 sdbuspp_gen_meson_prog, '--command', 'markdown', 80 '--output', meson.current_build_dir(), 81 '--tool', sdbusplusplus_prog, 82 '--directory', meson.current_source_dir() / '../../../../yaml', 83 'xyz/openbmc_project/User/PrivilegeMapperEntry', 84 ], 85) 86 87