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