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