| Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 1 | # Generated file; do not modify. | 
|  | 2 | subdir('BMC') | 
| Daniel Hsu | 9ca8d34 | 2025-05-26 19:59:17 +0800 | [diff] [blame] | 3 | subdir('Harma') | 
| Yang Chen | 497a0e5 | 2025-08-04 16:31:14 +0800 | [diff] [blame] | 4 | subdir('Minerva') | 
| Fred Chen | d4830e4 | 2025-06-27 15:41:27 +0800 | [diff] [blame] | 5 | subdir('Santabarbara') | 
| Kevin Tung | 234e1fe | 2025-06-17 16:06:23 +0800 | [diff] [blame] | 6 | subdir('Yosemite5') | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 7 |  | 
|  | 8 | sdbusplus_current_path = 'com/meta/Hardware' | 
|  | 9 |  | 
|  | 10 | generated_markdown += custom_target( | 
| Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 11 | 'com/meta/Hardware/BMC__markdown'.underscorify(), | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 12 | input: ['../../../../yaml/com/meta/Hardware/BMC.interface.yaml'], | 
|  | 13 | output: ['BMC.md'], | 
| Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 14 | depend_files: sdbusplusplus_depfiles, | 
|  | 15 | command: [ | 
| Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 16 | sdbuspp_gen_meson_prog, | 
|  | 17 | '--command', | 
|  | 18 | 'markdown', | 
|  | 19 | '--output', | 
|  | 20 | meson.current_build_dir(), | 
|  | 21 | '--tool', | 
|  | 22 | sdbusplusplus_prog, | 
|  | 23 | '--directory', | 
|  | 24 | meson.current_source_dir() / '../../../../yaml', | 
| Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 25 | 'com/meta/Hardware/BMC', | 
|  | 26 | ], | 
| Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 27 | install: should_generate_markdown, | 
|  | 28 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 29 | build_by_default: should_generate_markdown, | 
| Patrick Williams | e998116 | 2023-03-09 16:49:02 -0600 | [diff] [blame] | 30 | ) | 
|  | 31 |  | 
| Daniel Hsu | 9ca8d34 | 2025-05-26 19:59:17 +0800 | [diff] [blame] | 32 | generated_markdown += custom_target( | 
|  | 33 | 'com/meta/Hardware/Harma__markdown'.underscorify(), | 
|  | 34 | input: ['../../../../yaml/com/meta/Hardware/Harma.interface.yaml'], | 
|  | 35 | output: ['Harma.md'], | 
|  | 36 | depend_files: sdbusplusplus_depfiles, | 
|  | 37 | command: [ | 
|  | 38 | sdbuspp_gen_meson_prog, | 
|  | 39 | '--command', | 
|  | 40 | 'markdown', | 
|  | 41 | '--output', | 
|  | 42 | meson.current_build_dir(), | 
|  | 43 | '--tool', | 
|  | 44 | sdbusplusplus_prog, | 
|  | 45 | '--directory', | 
|  | 46 | meson.current_source_dir() / '../../../../yaml', | 
|  | 47 | 'com/meta/Hardware/Harma', | 
|  | 48 | ], | 
|  | 49 | install: should_generate_markdown, | 
|  | 50 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 51 | build_by_default: should_generate_markdown, | 
|  | 52 | ) | 
|  | 53 |  | 
| Kevin Tung | 234e1fe | 2025-06-17 16:06:23 +0800 | [diff] [blame] | 54 | generated_markdown += custom_target( | 
| Yang Chen | 497a0e5 | 2025-08-04 16:31:14 +0800 | [diff] [blame] | 55 | 'com/meta/Hardware/Minerva__markdown'.underscorify(), | 
|  | 56 | input: ['../../../../yaml/com/meta/Hardware/Minerva.interface.yaml'], | 
|  | 57 | output: ['Minerva.md'], | 
|  | 58 | depend_files: sdbusplusplus_depfiles, | 
|  | 59 | command: [ | 
|  | 60 | sdbuspp_gen_meson_prog, | 
|  | 61 | '--command', | 
|  | 62 | 'markdown', | 
|  | 63 | '--output', | 
|  | 64 | meson.current_build_dir(), | 
|  | 65 | '--tool', | 
|  | 66 | sdbusplusplus_prog, | 
|  | 67 | '--directory', | 
|  | 68 | meson.current_source_dir() / '../../../../yaml', | 
|  | 69 | 'com/meta/Hardware/Minerva', | 
|  | 70 | ], | 
|  | 71 | install: should_generate_markdown, | 
|  | 72 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 73 | build_by_default: should_generate_markdown, | 
|  | 74 | ) | 
|  | 75 |  | 
|  | 76 | generated_markdown += custom_target( | 
| Fred Chen | d4830e4 | 2025-06-27 15:41:27 +0800 | [diff] [blame] | 77 | 'com/meta/Hardware/Santabarbara__markdown'.underscorify(), | 
|  | 78 | input: ['../../../../yaml/com/meta/Hardware/Santabarbara.interface.yaml'], | 
|  | 79 | output: ['Santabarbara.md'], | 
|  | 80 | depend_files: sdbusplusplus_depfiles, | 
|  | 81 | command: [ | 
|  | 82 | sdbuspp_gen_meson_prog, | 
|  | 83 | '--command', | 
|  | 84 | 'markdown', | 
|  | 85 | '--output', | 
|  | 86 | meson.current_build_dir(), | 
|  | 87 | '--tool', | 
|  | 88 | sdbusplusplus_prog, | 
|  | 89 | '--directory', | 
|  | 90 | meson.current_source_dir() / '../../../../yaml', | 
|  | 91 | 'com/meta/Hardware/Santabarbara', | 
|  | 92 | ], | 
|  | 93 | install: should_generate_markdown, | 
|  | 94 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 95 | build_by_default: should_generate_markdown, | 
|  | 96 | ) | 
|  | 97 |  | 
|  | 98 | generated_markdown += custom_target( | 
| Kevin Tung | 234e1fe | 2025-06-17 16:06:23 +0800 | [diff] [blame] | 99 | 'com/meta/Hardware/Yosemite5__markdown'.underscorify(), | 
|  | 100 | input: ['../../../../yaml/com/meta/Hardware/Yosemite5.interface.yaml'], | 
|  | 101 | output: ['Yosemite5.md'], | 
|  | 102 | depend_files: sdbusplusplus_depfiles, | 
|  | 103 | command: [ | 
|  | 104 | sdbuspp_gen_meson_prog, | 
|  | 105 | '--command', | 
|  | 106 | 'markdown', | 
|  | 107 | '--output', | 
|  | 108 | meson.current_build_dir(), | 
|  | 109 | '--tool', | 
|  | 110 | sdbusplusplus_prog, | 
|  | 111 | '--directory', | 
|  | 112 | meson.current_source_dir() / '../../../../yaml', | 
|  | 113 | 'com/meta/Hardware/Yosemite5', | 
|  | 114 | ], | 
|  | 115 | install: should_generate_markdown, | 
|  | 116 | install_dir: [inst_markdown_dir / sdbusplus_current_path], | 
|  | 117 | build_by_default: should_generate_markdown, | 
|  | 118 | ) | 
|  | 119 |  |