Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('AccountPolicy') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('Attributes') |
| 4 | subdir('Common') |
| 5 | subdir('Ldap') |
| 6 | subdir('Manager') |
| 7 | subdir('MultiFactorAuthConfiguration') |
| 8 | subdir('PrivilegeMapper') |
| 9 | subdir('PrivilegeMapperEntry') |
| 10 | subdir('TOTPAuthenticator') |
Ravi Teja | 4c549f6 | 2024-11-26 02:42:27 -0600 | [diff] [blame] | 11 | subdir('TOTPState') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 12 | |
| 13 | sdbusplus_current_path = 'xyz/openbmc_project/User' |
| 14 | |
| 15 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 16 | 'xyz/openbmc_project/User/AccountPolicy__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 17 | input: [ '../../../../yaml/xyz/openbmc_project/User/AccountPolicy.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 18 | output: [ 'AccountPolicy.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 19 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 20 | command: [ |
| 21 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 22 | '--output', meson.current_build_dir(), |
| 23 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 24 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 25 | 'xyz/openbmc_project/User/AccountPolicy', |
| 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 | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 30 | ) |
| 31 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 33 | 'xyz/openbmc_project/User/Attributes__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 34 | input: [ '../../../../yaml/xyz/openbmc_project/User/Attributes.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 35 | output: [ 'Attributes.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 36 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 37 | command: [ |
| 38 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 39 | '--output', meson.current_build_dir(), |
| 40 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 41 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 42 | 'xyz/openbmc_project/User/Attributes', |
| 43 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 44 | install: should_generate_markdown, |
| 45 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 46 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 47 | ) |
| 48 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 49 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 50 | 'xyz/openbmc_project/User/Common__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 51 | input: [ '../../../../yaml/xyz/openbmc_project/User/Common.errors.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 52 | output: [ 'Common.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 53 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 54 | command: [ |
| 55 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 56 | '--output', meson.current_build_dir(), |
| 57 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 58 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 59 | 'xyz/openbmc_project/User/Common', |
| 60 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 61 | install: should_generate_markdown, |
| 62 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 63 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 64 | ) |
| 65 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 66 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 67 | 'xyz/openbmc_project/User/Manager__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 68 | input: [ '../../../../yaml/xyz/openbmc_project/User/Manager.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 69 | output: [ 'Manager.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 70 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 71 | command: [ |
| 72 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 73 | '--output', meson.current_build_dir(), |
| 74 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 75 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 76 | 'xyz/openbmc_project/User/Manager', |
| 77 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 78 | install: should_generate_markdown, |
| 79 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 80 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 81 | ) |
| 82 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 83 | generated_markdown += custom_target( |
Ravi Teja | d001965 | 2024-07-22 05:43:43 -0500 | [diff] [blame] | 84 | 'xyz/openbmc_project/User/MultiFactorAuthConfiguration__markdown'.underscorify(), |
| 85 | input: [ '../../../../yaml/xyz/openbmc_project/User/MultiFactorAuthConfiguration.interface.yaml', ], |
| 86 | output: [ 'MultiFactorAuthConfiguration.md' ], |
| 87 | depend_files: sdbusplusplus_depfiles, |
| 88 | command: [ |
| 89 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 90 | '--output', meson.current_build_dir(), |
| 91 | '--tool', sdbusplusplus_prog, |
| 92 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 93 | 'xyz/openbmc_project/User/MultiFactorAuthConfiguration', |
| 94 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 95 | install: should_generate_markdown, |
| 96 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 97 | build_by_default: should_generate_markdown, |
Ravi Teja | d001965 | 2024-07-22 05:43:43 -0500 | [diff] [blame] | 98 | ) |
| 99 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 100 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 101 | 'xyz/openbmc_project/User/PrivilegeMapper__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 102 | input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapper.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 103 | output: [ 'PrivilegeMapper.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 104 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 105 | command: [ |
| 106 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 107 | '--output', meson.current_build_dir(), |
| 108 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 109 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 110 | 'xyz/openbmc_project/User/PrivilegeMapper', |
| 111 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 112 | install: should_generate_markdown, |
| 113 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 114 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 115 | ) |
| 116 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 117 | generated_markdown += custom_target( |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 118 | 'xyz/openbmc_project/User/PrivilegeMapperEntry__markdown'.underscorify(), |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 119 | input: [ '../../../../yaml/xyz/openbmc_project/User/PrivilegeMapperEntry.interface.yaml', ], |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 120 | output: [ 'PrivilegeMapperEntry.md' ], |
Patrick Williams | 1133524 | 2022-09-12 06:11:41 -0500 | [diff] [blame] | 121 | depend_files: sdbusplusplus_depfiles, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 122 | command: [ |
| 123 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 124 | '--output', meson.current_build_dir(), |
| 125 | '--tool', sdbusplusplus_prog, |
William A. Kennington III | b1b4d26 | 2021-06-05 12:22:23 -0700 | [diff] [blame] | 126 | '--directory', meson.current_source_dir() / '../../../../yaml', |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 127 | 'xyz/openbmc_project/User/PrivilegeMapperEntry', |
| 128 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 129 | install: should_generate_markdown, |
| 130 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 131 | build_by_default: should_generate_markdown, |
Patrick Williams | d963214 | 2020-06-24 16:12:44 -0500 | [diff] [blame] | 132 | ) |
| 133 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 134 | generated_markdown += custom_target( |
Ravi Teja | 20650cd | 2024-07-08 04:28:42 -0500 | [diff] [blame] | 135 | 'xyz/openbmc_project/User/TOTPAuthenticator__markdown'.underscorify(), |
| 136 | input: [ '../../../../yaml/xyz/openbmc_project/User/TOTPAuthenticator.interface.yaml', ], |
| 137 | output: [ 'TOTPAuthenticator.md' ], |
| 138 | depend_files: sdbusplusplus_depfiles, |
| 139 | command: [ |
| 140 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 141 | '--output', meson.current_build_dir(), |
| 142 | '--tool', sdbusplusplus_prog, |
| 143 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 144 | 'xyz/openbmc_project/User/TOTPAuthenticator', |
| 145 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 146 | install: should_generate_markdown, |
| 147 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 148 | build_by_default: should_generate_markdown, |
Ravi Teja | 20650cd | 2024-07-08 04:28:42 -0500 | [diff] [blame] | 149 | ) |
| 150 | |
Ravi Teja | 4c549f6 | 2024-11-26 02:42:27 -0600 | [diff] [blame] | 151 | generated_markdown += custom_target( |
| 152 | 'xyz/openbmc_project/User/TOTPState__markdown'.underscorify(), |
| 153 | input: [ '../../../../yaml/xyz/openbmc_project/User/TOTPState.interface.yaml', ], |
| 154 | output: [ 'TOTPState.md' ], |
| 155 | depend_files: sdbusplusplus_depfiles, |
| 156 | command: [ |
| 157 | sdbuspp_gen_meson_prog, '--command', 'markdown', |
| 158 | '--output', meson.current_build_dir(), |
| 159 | '--tool', sdbusplusplus_prog, |
| 160 | '--directory', meson.current_source_dir() / '../../../../yaml', |
| 161 | 'xyz/openbmc_project/User/TOTPState', |
| 162 | ], |
| 163 | install: should_generate_markdown, |
| 164 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 165 | build_by_default: should_generate_markdown, |
| 166 | ) |
| 167 | |