1# Generated file; do not modify. 2subdir('BMC') 3generated_others += custom_target( 4 'xyz/openbmc_project/State/BMC__markdown'.underscorify(), 5 input: [ meson.source_root() / 'xyz/openbmc_project/State/BMC.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/BMC.interface.yaml', ], 6 output: [ 'BMC.md' ], 7 command: [ 8 sdbuspp_gen_meson_prog, '--command', 'markdown', 9 '--output', meson.current_build_dir(), 10 '--tool', sdbusplusplus_prog, 11 '--directory', meson.source_root(), 12 'xyz/openbmc_project/State/BMC', 13 ], 14 build_by_default: true, 15) 16 17subdir('BMCRedundancy') 18generated_others += custom_target( 19 'xyz/openbmc_project/State/BMCRedundancy__markdown'.underscorify(), 20 input: [ meson.source_root() / 'xyz/openbmc_project/State/BMCRedundancy.interface.yaml', ], 21 output: [ 'BMCRedundancy.md' ], 22 command: [ 23 sdbuspp_gen_meson_prog, '--command', 'markdown', 24 '--output', meson.current_build_dir(), 25 '--tool', sdbusplusplus_prog, 26 '--directory', meson.source_root(), 27 'xyz/openbmc_project/State/BMCRedundancy', 28 ], 29 build_by_default: true, 30) 31 32subdir('Boot') 33subdir('Chassis') 34generated_others += custom_target( 35 'xyz/openbmc_project/State/Chassis__markdown'.underscorify(), 36 input: [ meson.source_root() / 'xyz/openbmc_project/State/Chassis.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/Chassis.interface.yaml', ], 37 output: [ 'Chassis.md' ], 38 command: [ 39 sdbuspp_gen_meson_prog, '--command', 'markdown', 40 '--output', meson.current_build_dir(), 41 '--tool', sdbusplusplus_prog, 42 '--directory', meson.source_root(), 43 'xyz/openbmc_project/State/Chassis', 44 ], 45 build_by_default: true, 46) 47 48subdir('Decorator') 49subdir('Drive') 50generated_others += custom_target( 51 'xyz/openbmc_project/State/Drive__markdown'.underscorify(), 52 input: [ meson.source_root() / 'xyz/openbmc_project/State/Drive.interface.yaml', ], 53 output: [ 'Drive.md' ], 54 command: [ 55 sdbuspp_gen_meson_prog, '--command', 'markdown', 56 '--output', meson.current_build_dir(), 57 '--tool', sdbusplusplus_prog, 58 '--directory', meson.source_root(), 59 'xyz/openbmc_project/State/Drive', 60 ], 61 build_by_default: true, 62) 63 64subdir('Host') 65generated_others += custom_target( 66 'xyz/openbmc_project/State/Host__markdown'.underscorify(), 67 input: [ meson.source_root() / 'xyz/openbmc_project/State/Host.errors.yaml', meson.source_root() / 'xyz/openbmc_project/State/Host.interface.yaml', ], 68 output: [ 'Host.md' ], 69 command: [ 70 sdbuspp_gen_meson_prog, '--command', 'markdown', 71 '--output', meson.current_build_dir(), 72 '--tool', sdbusplusplus_prog, 73 '--directory', meson.source_root(), 74 'xyz/openbmc_project/State/Host', 75 ], 76 build_by_default: true, 77) 78 79subdir('OperatingSystem') 80subdir('PowerOnHours') 81generated_others += custom_target( 82 'xyz/openbmc_project/State/PowerOnHours__markdown'.underscorify(), 83 input: [ meson.source_root() / 'xyz/openbmc_project/State/PowerOnHours.interface.yaml', ], 84 output: [ 'PowerOnHours.md' ], 85 command: [ 86 sdbuspp_gen_meson_prog, '--command', 'markdown', 87 '--output', meson.current_build_dir(), 88 '--tool', sdbusplusplus_prog, 89 '--directory', meson.source_root(), 90 'xyz/openbmc_project/State/PowerOnHours', 91 ], 92 build_by_default: true, 93) 94 95subdir('ScheduledHostTransition') 96generated_others += custom_target( 97 'xyz/openbmc_project/State/ScheduledHostTransition__markdown'.underscorify(), 98 input: [ meson.source_root() / 'xyz/openbmc_project/State/ScheduledHostTransition.interface.yaml', ], 99 output: [ 'ScheduledHostTransition.md' ], 100 command: [ 101 sdbuspp_gen_meson_prog, '--command', 'markdown', 102 '--output', meson.current_build_dir(), 103 '--tool', sdbusplusplus_prog, 104 '--directory', meson.source_root(), 105 'xyz/openbmc_project/State/ScheduledHostTransition', 106 ], 107 build_by_default: true, 108) 109 110subdir('Shutdown') 111subdir('SystemdTarget') 112generated_others += custom_target( 113 'xyz/openbmc_project/State/SystemdTarget__markdown'.underscorify(), 114 input: [ meson.source_root() / 'xyz/openbmc_project/State/SystemdTarget.errors.yaml', ], 115 output: [ 'SystemdTarget.md' ], 116 command: [ 117 sdbuspp_gen_meson_prog, '--command', 'markdown', 118 '--output', meson.current_build_dir(), 119 '--tool', sdbusplusplus_prog, 120 '--directory', meson.source_root(), 121 'xyz/openbmc_project/State/SystemdTarget', 122 ], 123 build_by_default: true, 124) 125 126subdir('Watchdog') 127generated_others += custom_target( 128 'xyz/openbmc_project/State/Watchdog__markdown'.underscorify(), 129 input: [ meson.source_root() / 'xyz/openbmc_project/State/Watchdog.interface.yaml', ], 130 output: [ 'Watchdog.md' ], 131 command: [ 132 sdbuspp_gen_meson_prog, '--command', 'markdown', 133 '--output', meson.current_build_dir(), 134 '--tool', sdbusplusplus_prog, 135 '--directory', meson.source_root(), 136 'xyz/openbmc_project/State/Watchdog', 137 ], 138 build_by_default: true, 139) 140 141