1# Generated file; do not modify. 2generated_sources += custom_target( 3 'xyz/openbmc_project/Inventory/Item__cpp'.underscorify(), 4 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item.interface.yaml', ], 5 output: [ 'server.cpp', 'server.hpp', 'client.hpp', ], 6 command: [ 7 sdbuspp_gen_meson_prog, '--command', 'cpp', 8 '--output', meson.current_build_dir(), 9 '--tool', sdbusplusplus_prog, 10 '--directory', meson.current_source_dir() / '../../../../../yaml', 11 'xyz/openbmc_project/Inventory/Item', 12 ], 13) 14 15subdir('Accelerator') 16generated_others += custom_target( 17 'xyz/openbmc_project/Inventory/Item/Accelerator__markdown'.underscorify(), 18 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Accelerator.interface.yaml', ], 19 output: [ 'Accelerator.md' ], 20 command: [ 21 sdbuspp_gen_meson_prog, '--command', 'markdown', 22 '--output', meson.current_build_dir(), 23 '--tool', sdbusplusplus_prog, 24 '--directory', meson.current_source_dir() / '../../../../../yaml', 25 'xyz/openbmc_project/Inventory/Item/Accelerator', 26 ], 27) 28 29subdir('Battery') 30generated_others += custom_target( 31 'xyz/openbmc_project/Inventory/Item/Battery__markdown'.underscorify(), 32 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Battery.interface.yaml', ], 33 output: [ 'Battery.md' ], 34 command: [ 35 sdbuspp_gen_meson_prog, '--command', 'markdown', 36 '--output', meson.current_build_dir(), 37 '--tool', sdbusplusplus_prog, 38 '--directory', meson.current_source_dir() / '../../../../../yaml', 39 'xyz/openbmc_project/Inventory/Item/Battery', 40 ], 41) 42 43subdir('Bmc') 44generated_others += custom_target( 45 'xyz/openbmc_project/Inventory/Item/Bmc__markdown'.underscorify(), 46 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml', ], 47 output: [ 'Bmc.md' ], 48 command: [ 49 sdbuspp_gen_meson_prog, '--command', 'markdown', 50 '--output', meson.current_build_dir(), 51 '--tool', sdbusplusplus_prog, 52 '--directory', meson.current_source_dir() / '../../../../../yaml', 53 'xyz/openbmc_project/Inventory/Item/Bmc', 54 ], 55) 56 57subdir('Board') 58generated_others += custom_target( 59 'xyz/openbmc_project/Inventory/Item/Board__markdown'.underscorify(), 60 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Board.interface.yaml', ], 61 output: [ 'Board.md' ], 62 command: [ 63 sdbuspp_gen_meson_prog, '--command', 'markdown', 64 '--output', meson.current_build_dir(), 65 '--tool', sdbusplusplus_prog, 66 '--directory', meson.current_source_dir() / '../../../../../yaml', 67 'xyz/openbmc_project/Inventory/Item/Board', 68 ], 69) 70 71subdir('Chassis') 72generated_others += custom_target( 73 'xyz/openbmc_project/Inventory/Item/Chassis__markdown'.underscorify(), 74 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Chassis.interface.yaml', ], 75 output: [ 'Chassis.md' ], 76 command: [ 77 sdbuspp_gen_meson_prog, '--command', 'markdown', 78 '--output', meson.current_build_dir(), 79 '--tool', sdbusplusplus_prog, 80 '--directory', meson.current_source_dir() / '../../../../../yaml', 81 'xyz/openbmc_project/Inventory/Item/Chassis', 82 ], 83) 84 85subdir('Connector') 86generated_others += custom_target( 87 'xyz/openbmc_project/Inventory/Item/Connector__markdown'.underscorify(), 88 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Connector.interface.yaml', ], 89 output: [ 'Connector.md' ], 90 command: [ 91 sdbuspp_gen_meson_prog, '--command', 'markdown', 92 '--output', meson.current_build_dir(), 93 '--tool', sdbusplusplus_prog, 94 '--directory', meson.current_source_dir() / '../../../../../yaml', 95 'xyz/openbmc_project/Inventory/Item/Connector', 96 ], 97) 98 99subdir('Cpu') 100generated_others += custom_target( 101 'xyz/openbmc_project/Inventory/Item/Cpu__markdown'.underscorify(), 102 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Cpu.interface.yaml', ], 103 output: [ 'Cpu.md' ], 104 command: [ 105 sdbuspp_gen_meson_prog, '--command', 'markdown', 106 '--output', meson.current_build_dir(), 107 '--tool', sdbusplusplus_prog, 108 '--directory', meson.current_source_dir() / '../../../../../yaml', 109 'xyz/openbmc_project/Inventory/Item/Cpu', 110 ], 111) 112 113subdir('CpuCore') 114generated_others += custom_target( 115 'xyz/openbmc_project/Inventory/Item/CpuCore__markdown'.underscorify(), 116 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/CpuCore.interface.yaml', ], 117 output: [ 'CpuCore.md' ], 118 command: [ 119 sdbuspp_gen_meson_prog, '--command', 'markdown', 120 '--output', meson.current_build_dir(), 121 '--tool', sdbusplusplus_prog, 122 '--directory', meson.current_source_dir() / '../../../../../yaml', 123 'xyz/openbmc_project/Inventory/Item/CpuCore', 124 ], 125) 126 127subdir('Dimm') 128generated_others += custom_target( 129 'xyz/openbmc_project/Inventory/Item/Dimm__markdown'.underscorify(), 130 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Dimm.interface.yaml', ], 131 output: [ 'Dimm.md' ], 132 command: [ 133 sdbuspp_gen_meson_prog, '--command', 'markdown', 134 '--output', meson.current_build_dir(), 135 '--tool', sdbusplusplus_prog, 136 '--directory', meson.current_source_dir() / '../../../../../yaml', 137 'xyz/openbmc_project/Inventory/Item/Dimm', 138 ], 139) 140 141subdir('DiskBackplane') 142generated_others += custom_target( 143 'xyz/openbmc_project/Inventory/Item/DiskBackplane__markdown'.underscorify(), 144 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/DiskBackplane.interface.yaml', ], 145 output: [ 'DiskBackplane.md' ], 146 command: [ 147 sdbuspp_gen_meson_prog, '--command', 'markdown', 148 '--output', meson.current_build_dir(), 149 '--tool', sdbusplusplus_prog, 150 '--directory', meson.current_source_dir() / '../../../../../yaml', 151 'xyz/openbmc_project/Inventory/Item/DiskBackplane', 152 ], 153) 154 155subdir('Drive') 156generated_others += custom_target( 157 'xyz/openbmc_project/Inventory/Item/Drive__markdown'.underscorify(), 158 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Drive.interface.yaml', ], 159 output: [ 'Drive.md' ], 160 command: [ 161 sdbuspp_gen_meson_prog, '--command', 'markdown', 162 '--output', meson.current_build_dir(), 163 '--tool', sdbusplusplus_prog, 164 '--directory', meson.current_source_dir() / '../../../../../yaml', 165 'xyz/openbmc_project/Inventory/Item/Drive', 166 ], 167) 168 169subdir('Ethernet') 170generated_others += custom_target( 171 'xyz/openbmc_project/Inventory/Item/Ethernet__markdown'.underscorify(), 172 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Ethernet.interface.yaml', ], 173 output: [ 'Ethernet.md' ], 174 command: [ 175 sdbuspp_gen_meson_prog, '--command', 'markdown', 176 '--output', meson.current_build_dir(), 177 '--tool', sdbusplusplus_prog, 178 '--directory', meson.current_source_dir() / '../../../../../yaml', 179 'xyz/openbmc_project/Inventory/Item/Ethernet', 180 ], 181) 182 183subdir('FabricAdapter') 184generated_others += custom_target( 185 'xyz/openbmc_project/Inventory/Item/FabricAdapter__markdown'.underscorify(), 186 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/FabricAdapter.interface.yaml', ], 187 output: [ 'FabricAdapter.md' ], 188 command: [ 189 sdbuspp_gen_meson_prog, '--command', 'markdown', 190 '--output', meson.current_build_dir(), 191 '--tool', sdbusplusplus_prog, 192 '--directory', meson.current_source_dir() / '../../../../../yaml', 193 'xyz/openbmc_project/Inventory/Item/FabricAdapter', 194 ], 195) 196 197subdir('Fan') 198generated_others += custom_target( 199 'xyz/openbmc_project/Inventory/Item/Fan__markdown'.underscorify(), 200 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Fan.interface.yaml', ], 201 output: [ 'Fan.md' ], 202 command: [ 203 sdbuspp_gen_meson_prog, '--command', 'markdown', 204 '--output', meson.current_build_dir(), 205 '--tool', sdbusplusplus_prog, 206 '--directory', meson.current_source_dir() / '../../../../../yaml', 207 'xyz/openbmc_project/Inventory/Item/Fan', 208 ], 209) 210 211subdir('Global') 212generated_others += custom_target( 213 'xyz/openbmc_project/Inventory/Item/Global__markdown'.underscorify(), 214 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Global.interface.yaml', ], 215 output: [ 'Global.md' ], 216 command: [ 217 sdbuspp_gen_meson_prog, '--command', 'markdown', 218 '--output', meson.current_build_dir(), 219 '--tool', sdbusplusplus_prog, 220 '--directory', meson.current_source_dir() / '../../../../../yaml', 221 'xyz/openbmc_project/Inventory/Item/Global', 222 ], 223) 224 225subdir('MemoryBuffer') 226generated_others += custom_target( 227 'xyz/openbmc_project/Inventory/Item/MemoryBuffer__markdown'.underscorify(), 228 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/MemoryBuffer.interface.yaml', ], 229 output: [ 'MemoryBuffer.md' ], 230 command: [ 231 sdbuspp_gen_meson_prog, '--command', 'markdown', 232 '--output', meson.current_build_dir(), 233 '--tool', sdbusplusplus_prog, 234 '--directory', meson.current_source_dir() / '../../../../../yaml', 235 'xyz/openbmc_project/Inventory/Item/MemoryBuffer', 236 ], 237) 238 239subdir('NetworkInterface') 240generated_others += custom_target( 241 'xyz/openbmc_project/Inventory/Item/NetworkInterface__markdown'.underscorify(), 242 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/NetworkInterface.interface.yaml', ], 243 output: [ 'NetworkInterface.md' ], 244 command: [ 245 sdbuspp_gen_meson_prog, '--command', 'markdown', 246 '--output', meson.current_build_dir(), 247 '--tool', sdbusplusplus_prog, 248 '--directory', meson.current_source_dir() / '../../../../../yaml', 249 'xyz/openbmc_project/Inventory/Item/NetworkInterface', 250 ], 251) 252 253subdir('PCIeDevice') 254generated_others += custom_target( 255 'xyz/openbmc_project/Inventory/Item/PCIeDevice__markdown'.underscorify(), 256 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeDevice.interface.yaml', ], 257 output: [ 'PCIeDevice.md' ], 258 command: [ 259 sdbuspp_gen_meson_prog, '--command', 'markdown', 260 '--output', meson.current_build_dir(), 261 '--tool', sdbusplusplus_prog, 262 '--directory', meson.current_source_dir() / '../../../../../yaml', 263 'xyz/openbmc_project/Inventory/Item/PCIeDevice', 264 ], 265) 266 267subdir('PCIeSlot') 268generated_others += custom_target( 269 'xyz/openbmc_project/Inventory/Item/PCIeSlot__markdown'.underscorify(), 270 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PCIeSlot.interface.yaml', ], 271 output: [ 'PCIeSlot.md' ], 272 command: [ 273 sdbuspp_gen_meson_prog, '--command', 'markdown', 274 '--output', meson.current_build_dir(), 275 '--tool', sdbusplusplus_prog, 276 '--directory', meson.current_source_dir() / '../../../../../yaml', 277 'xyz/openbmc_project/Inventory/Item/PCIeSlot', 278 ], 279) 280 281subdir('Panel') 282generated_others += custom_target( 283 'xyz/openbmc_project/Inventory/Item/Panel__markdown'.underscorify(), 284 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Panel.interface.yaml', ], 285 output: [ 'Panel.md' ], 286 command: [ 287 sdbuspp_gen_meson_prog, '--command', 'markdown', 288 '--output', meson.current_build_dir(), 289 '--tool', sdbusplusplus_prog, 290 '--directory', meson.current_source_dir() / '../../../../../yaml', 291 'xyz/openbmc_project/Inventory/Item/Panel', 292 ], 293) 294 295subdir('PersistentMemory') 296generated_others += custom_target( 297 'xyz/openbmc_project/Inventory/Item/PersistentMemory__markdown'.underscorify(), 298 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PersistentMemory.interface.yaml', ], 299 output: [ 'PersistentMemory.md' ], 300 command: [ 301 sdbuspp_gen_meson_prog, '--command', 'markdown', 302 '--output', meson.current_build_dir(), 303 '--tool', sdbusplusplus_prog, 304 '--directory', meson.current_source_dir() / '../../../../../yaml', 305 'xyz/openbmc_project/Inventory/Item/PersistentMemory', 306 ], 307) 308 309subdir('PowerSupply') 310generated_others += custom_target( 311 'xyz/openbmc_project/Inventory/Item/PowerSupply__markdown'.underscorify(), 312 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/PowerSupply.interface.yaml', ], 313 output: [ 'PowerSupply.md' ], 314 command: [ 315 sdbuspp_gen_meson_prog, '--command', 'markdown', 316 '--output', meson.current_build_dir(), 317 '--tool', sdbusplusplus_prog, 318 '--directory', meson.current_source_dir() / '../../../../../yaml', 319 'xyz/openbmc_project/Inventory/Item/PowerSupply', 320 ], 321) 322 323subdir('Rotor') 324generated_others += custom_target( 325 'xyz/openbmc_project/Inventory/Item/Rotor__markdown'.underscorify(), 326 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Rotor.interface.yaml', ], 327 output: [ 'Rotor.md' ], 328 command: [ 329 sdbuspp_gen_meson_prog, '--command', 'markdown', 330 '--output', meson.current_build_dir(), 331 '--tool', sdbusplusplus_prog, 332 '--directory', meson.current_source_dir() / '../../../../../yaml', 333 'xyz/openbmc_project/Inventory/Item/Rotor', 334 ], 335) 336 337subdir('Storage') 338generated_others += custom_target( 339 'xyz/openbmc_project/Inventory/Item/Storage__markdown'.underscorify(), 340 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Storage.interface.yaml', ], 341 output: [ 'Storage.md' ], 342 command: [ 343 sdbuspp_gen_meson_prog, '--command', 'markdown', 344 '--output', meson.current_build_dir(), 345 '--tool', sdbusplusplus_prog, 346 '--directory', meson.current_source_dir() / '../../../../../yaml', 347 'xyz/openbmc_project/Inventory/Item/Storage', 348 ], 349) 350 351subdir('StorageController') 352generated_others += custom_target( 353 'xyz/openbmc_project/Inventory/Item/StorageController__markdown'.underscorify(), 354 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/StorageController.interface.yaml', ], 355 output: [ 'StorageController.md' ], 356 command: [ 357 sdbuspp_gen_meson_prog, '--command', 'markdown', 358 '--output', meson.current_build_dir(), 359 '--tool', sdbusplusplus_prog, 360 '--directory', meson.current_source_dir() / '../../../../../yaml', 361 'xyz/openbmc_project/Inventory/Item/StorageController', 362 ], 363) 364 365subdir('System') 366generated_others += custom_target( 367 'xyz/openbmc_project/Inventory/Item/System__markdown'.underscorify(), 368 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/System.interface.yaml', ], 369 output: [ 'System.md' ], 370 command: [ 371 sdbuspp_gen_meson_prog, '--command', 'markdown', 372 '--output', meson.current_build_dir(), 373 '--tool', sdbusplusplus_prog, 374 '--directory', meson.current_source_dir() / '../../../../../yaml', 375 'xyz/openbmc_project/Inventory/Item/System', 376 ], 377) 378 379subdir('Tpm') 380generated_others += custom_target( 381 'xyz/openbmc_project/Inventory/Item/Tpm__markdown'.underscorify(), 382 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Tpm.interface.yaml', ], 383 output: [ 'Tpm.md' ], 384 command: [ 385 sdbuspp_gen_meson_prog, '--command', 'markdown', 386 '--output', meson.current_build_dir(), 387 '--tool', sdbusplusplus_prog, 388 '--directory', meson.current_source_dir() / '../../../../../yaml', 389 'xyz/openbmc_project/Inventory/Item/Tpm', 390 ], 391) 392 393subdir('Vrm') 394generated_others += custom_target( 395 'xyz/openbmc_project/Inventory/Item/Vrm__markdown'.underscorify(), 396 input: [ '../../../../../yaml/xyz/openbmc_project/Inventory/Item/Vrm.interface.yaml', ], 397 output: [ 'Vrm.md' ], 398 command: [ 399 sdbuspp_gen_meson_prog, '--command', 'markdown', 400 '--output', meson.current_build_dir(), 401 '--tool', sdbusplusplus_prog, 402 '--directory', meson.current_source_dir() / '../../../../../yaml', 403 'xyz/openbmc_project/Inventory/Item/Vrm', 404 ], 405) 406 407