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