blob: 2265dd931f207a4e830dd490687c788b94a17a5c [file] [log] [blame]
Ramesh Iyyar1f971f22021-05-17 06:13:25 -05001# Generated file; do not modify.
Ramesh Iyyarb96ed612021-06-26 10:21:19 -05002generated_sources += custom_target(
3 'xyz/openbmc_project/HardwareIsolation__cpp'.underscorify(),
4 input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml', ],
5 output: [ 'error.cpp', 'error.hpp', ],
Patrick Williams11335242022-09-12 06:11:41 -05006 depend_files: sdbusplusplus_depfiles,
Ramesh Iyyarb96ed612021-06-26 10:21:19 -05007 command: [
8 sdbuspp_gen_meson_prog, '--command', 'cpp',
9 '--output', meson.current_build_dir(),
10 '--tool', sdbusplusplus_prog,
11 '--directory', meson.current_source_dir() / '../../../../yaml',
12 'xyz/openbmc_project/HardwareIsolation',
13 ],
14)
15
Ramesh Iyyarae56dbc2021-05-17 06:40:00 -050016subdir('Create')
17generated_others += custom_target(
18 'xyz/openbmc_project/HardwareIsolation/Create__markdown'.underscorify(),
19 input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation/Create.interface.yaml', ],
20 output: [ 'Create.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050021 depend_files: sdbusplusplus_depfiles,
Ramesh Iyyarae56dbc2021-05-17 06:40:00 -050022 command: [
23 sdbuspp_gen_meson_prog, '--command', 'markdown',
24 '--output', meson.current_build_dir(),
25 '--tool', sdbusplusplus_prog,
26 '--directory', meson.current_source_dir() / '../../../../yaml',
27 'xyz/openbmc_project/HardwareIsolation/Create',
28 ],
29)
30
Ramesh Iyyar1f971f22021-05-17 06:13:25 -050031subdir('Entry')
32generated_others += custom_target(
33 'xyz/openbmc_project/HardwareIsolation/Entry__markdown'.underscorify(),
34 input: [ '../../../../yaml/xyz/openbmc_project/HardwareIsolation/Entry.interface.yaml', ],
35 output: [ 'Entry.md' ],
Patrick Williams11335242022-09-12 06:11:41 -050036 depend_files: sdbusplusplus_depfiles,
Ramesh Iyyar1f971f22021-05-17 06:13:25 -050037 command: [
38 sdbuspp_gen_meson_prog, '--command', 'markdown',
39 '--output', meson.current_build_dir(),
40 '--tool', sdbusplusplus_prog,
41 '--directory', meson.current_source_dir() / '../../../../yaml',
42 'xyz/openbmc_project/HardwareIsolation/Entry',
43 ],
44)
45