Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('Association') |
| 3 | generated_others += custom_target( |
| 4 | 'xyz/openbmc_project/Association__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 5 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Association.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 6 | output: [ 'Association.md' ], |
| 7 | command: [ |
| 8 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 9 | '--output', meson.current_build_dir(), |
| 10 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 11 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 12 | 'xyz/openbmc_project/Association', |
| 13 | ], |
| 14 | build_by_default: true, |
| 15 | ) |
| 16 | |
| 17 | subdir('BIOSConfig') |
| 18 | subdir('Certs') |
| 19 | generated_others += custom_target( |
| 20 | 'xyz/openbmc_project/Certs__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 21 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Certs.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 22 | output: [ 'Certs.md' ], |
| 23 | command: [ |
| 24 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 25 | '--output', meson.current_build_dir(), |
| 26 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 27 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 28 | 'xyz/openbmc_project/Certs', |
| 29 | ], |
| 30 | build_by_default: true, |
| 31 | ) |
| 32 | |
| 33 | subdir('Channel') |
| 34 | subdir('Chassis') |
| 35 | subdir('Collection') |
| 36 | subdir('Common') |
| 37 | generated_others += custom_target( |
| 38 | 'xyz/openbmc_project/Common__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 39 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 40 | output: [ 'Common.md' ], |
| 41 | command: [ |
| 42 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 43 | '--output', meson.current_build_dir(), |
| 44 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 45 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 46 | 'xyz/openbmc_project/Common', |
| 47 | ], |
| 48 | build_by_default: true, |
| 49 | ) |
| 50 | |
| 51 | subdir('Control') |
| 52 | subdir('Dump') |
| 53 | subdir('Inventory') |
| 54 | generated_others += custom_target( |
| 55 | 'xyz/openbmc_project/Inventory__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 56 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Inventory.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 57 | output: [ 'Inventory.md' ], |
| 58 | command: [ |
| 59 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 60 | '--output', meson.current_build_dir(), |
| 61 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 62 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 63 | 'xyz/openbmc_project/Inventory', |
| 64 | ], |
| 65 | build_by_default: true, |
| 66 | ) |
| 67 | |
| 68 | subdir('Ipmi') |
| 69 | subdir('Led') |
| 70 | subdir('Logging') |
| 71 | subdir('Memory') |
| 72 | subdir('Network') |
| 73 | subdir('Nvme') |
| 74 | subdir('Object') |
| 75 | subdir('ObjectMapper') |
| 76 | generated_others += custom_target( |
| 77 | 'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 78 | input: [ meson.project_source_root() / 'xyz/openbmc_project/ObjectMapper.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 79 | output: [ 'ObjectMapper.md' ], |
| 80 | command: [ |
| 81 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 82 | '--output', meson.current_build_dir(), |
| 83 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 84 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 85 | 'xyz/openbmc_project/ObjectMapper', |
| 86 | ], |
| 87 | build_by_default: true, |
| 88 | ) |
| 89 | |
| 90 | subdir('PFR') |
| 91 | subdir('PLDM') |
| 92 | subdir('ScheduledTime') |
| 93 | generated_others += custom_target( |
| 94 | 'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 95 | input: [ meson.project_source_root() / 'xyz/openbmc_project/ScheduledTime.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 96 | output: [ 'ScheduledTime.md' ], |
| 97 | command: [ |
| 98 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 99 | '--output', meson.current_build_dir(), |
| 100 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 101 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 102 | 'xyz/openbmc_project/ScheduledTime', |
| 103 | ], |
| 104 | build_by_default: true, |
| 105 | ) |
| 106 | |
| 107 | subdir('Sensor') |
| 108 | subdir('Smbios') |
| 109 | subdir('Software') |
| 110 | subdir('State') |
Krzysztof Grobelny | 5364764 | 2020-06-25 11:45:38 +0200 | [diff] [blame] | 111 | subdir('Telemetry') |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 112 | subdir('Time') |
| 113 | generated_others += custom_target( |
| 114 | 'xyz/openbmc_project/Time__markdown'.underscorify(), |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 115 | input: [ meson.project_source_root() / 'xyz/openbmc_project/Time.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 116 | output: [ 'Time.md' ], |
| 117 | command: [ |
| 118 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 119 | '--output', meson.current_build_dir(), |
| 120 | '--tool', sdbusplusplus_prog, |
Patrick Williams | 16599e2 | 2021-04-15 13:47:07 -0500 | [diff] [blame] | 121 | '--directory', meson.project_source_root(), |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 122 | 'xyz/openbmc_project/Time', |
| 123 | ], |
| 124 | build_by_default: true, |
| 125 | ) |
| 126 | |
| 127 | subdir('User') |
| 128 | subdir('VirtualMedia') |