Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 1 | # Generated file; do not modify. |
| 2 | subdir('ComponentIntegrity') |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 3 | subdir('IdentityAuthentication') |
| 4 | subdir('MeasurementSet') |
| 5 | |
| 6 | sdbusplus_current_path = 'xyz/openbmc_project/Attestation' |
| 7 | |
| 8 | generated_markdown += custom_target( |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 9 | 'xyz/openbmc_project/Attestation/ComponentIntegrity__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 10 | input: [ |
| 11 | '../../../../yaml/xyz/openbmc_project/Attestation/ComponentIntegrity.interface.yaml', |
| 12 | ], |
| 13 | output: ['ComponentIntegrity.md'], |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [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', |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 25 | 'xyz/openbmc_project/Attestation/ComponentIntegrity', |
| 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, |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 30 | ) |
| 31 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 32 | generated_markdown += custom_target( |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 33 | 'xyz/openbmc_project/Attestation/IdentityAuthentication__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 34 | input: [ |
| 35 | '../../../../yaml/xyz/openbmc_project/Attestation/IdentityAuthentication.interface.yaml', |
| 36 | ], |
| 37 | output: ['IdentityAuthentication.md'], |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 38 | depend_files: sdbusplusplus_depfiles, |
| 39 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 40 | sdbuspp_gen_meson_prog, |
| 41 | '--command', |
| 42 | 'markdown', |
| 43 | '--output', |
| 44 | meson.current_build_dir(), |
| 45 | '--tool', |
| 46 | sdbusplusplus_prog, |
| 47 | '--directory', |
| 48 | meson.current_source_dir() / '../../../../yaml', |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 49 | 'xyz/openbmc_project/Attestation/IdentityAuthentication', |
| 50 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 51 | install: should_generate_markdown, |
| 52 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 53 | build_by_default: should_generate_markdown, |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 54 | ) |
| 55 | |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 56 | generated_markdown += custom_target( |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 57 | 'xyz/openbmc_project/Attestation/MeasurementSet__markdown'.underscorify(), |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 58 | input: [ |
| 59 | '../../../../yaml/xyz/openbmc_project/Attestation/MeasurementSet.interface.yaml', |
| 60 | ], |
| 61 | output: ['MeasurementSet.md'], |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 62 | depend_files: sdbusplusplus_depfiles, |
| 63 | command: [ |
Patrick Williams | 0e78828 | 2025-01-31 06:34:56 -0500 | [diff] [blame] | 64 | sdbuspp_gen_meson_prog, |
| 65 | '--command', |
| 66 | 'markdown', |
| 67 | '--output', |
| 68 | meson.current_build_dir(), |
| 69 | '--tool', |
| 70 | sdbusplusplus_prog, |
| 71 | '--directory', |
| 72 | meson.current_source_dir() / '../../../../yaml', |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 73 | 'xyz/openbmc_project/Attestation/MeasurementSet', |
| 74 | ], |
Patrick Williams | 7f15400 | 2025-01-03 10:12:23 -0500 | [diff] [blame] | 75 | install: should_generate_markdown, |
| 76 | install_dir: [inst_markdown_dir / sdbusplus_current_path], |
| 77 | build_by_default: should_generate_markdown, |
Zhichuang Sun | 387a619 | 2023-07-19 15:48:03 -0700 | [diff] [blame] | 78 | ) |
| 79 | |