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('Console')
53subdir('Control')
54subdir('Debug')
55subdir('Dump')
56subdir('HardwareIsolation')
57generated_others += custom_target(
58    'xyz/openbmc_project/HardwareIsolation__markdown'.underscorify(),
59    input: [ '../../../yaml/xyz/openbmc_project/HardwareIsolation.errors.yaml',  ],
60    output: [ 'HardwareIsolation.md' ],
61    depend_files: sdbusplusplus_depfiles,
62    command: [
63        sdbuspp_gen_meson_prog, '--command', 'markdown',
64        '--output', meson.current_build_dir(),
65        '--tool', sdbusplusplus_prog,
66        '--directory', meson.current_source_dir() / '../../../yaml',
67        'xyz/openbmc_project/HardwareIsolation',
68    ],
69)
70
71subdir('Inventory')
72generated_others += custom_target(
73    'xyz/openbmc_project/Inventory__markdown'.underscorify(),
74    input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml',  ],
75    output: [ 'Inventory.md' ],
76    depend_files: sdbusplusplus_depfiles,
77    command: [
78        sdbuspp_gen_meson_prog, '--command', 'markdown',
79        '--output', meson.current_build_dir(),
80        '--tool', sdbusplusplus_prog,
81        '--directory', meson.current_source_dir() / '../../../yaml',
82        'xyz/openbmc_project/Inventory',
83    ],
84)
85
86subdir('Ipmi')
87subdir('Led')
88subdir('Logging')
89subdir('MCTP')
90subdir('Memory')
91subdir('Network')
92subdir('Nvme')
93subdir('Object')
94subdir('ObjectMapper')
95generated_others += custom_target(
96    'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
97    input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
98    output: [ 'ObjectMapper.md' ],
99    depend_files: sdbusplusplus_depfiles,
100    command: [
101        sdbuspp_gen_meson_prog, '--command', 'markdown',
102        '--output', meson.current_build_dir(),
103        '--tool', sdbusplusplus_prog,
104        '--directory', meson.current_source_dir() / '../../../yaml',
105        'xyz/openbmc_project/ObjectMapper',
106    ],
107)
108
109subdir('PFR')
110subdir('PLDM')
111subdir('ScheduledTime')
112generated_others += custom_target(
113    'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
114    input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
115    output: [ 'ScheduledTime.md' ],
116    depend_files: sdbusplusplus_depfiles,
117    command: [
118        sdbuspp_gen_meson_prog, '--command', 'markdown',
119        '--output', meson.current_build_dir(),
120        '--tool', sdbusplusplus_prog,
121        '--directory', meson.current_source_dir() / '../../../yaml',
122        'xyz/openbmc_project/ScheduledTime',
123    ],
124)
125
126subdir('Sensor')
127subdir('Smbios')
128subdir('Software')
129subdir('State')
130subdir('Telemetry')
131subdir('Time')
132generated_others += custom_target(
133    'xyz/openbmc_project/Time__markdown'.underscorify(),
134    input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml',  ],
135    output: [ 'Time.md' ],
136    depend_files: sdbusplusplus_depfiles,
137    command: [
138        sdbuspp_gen_meson_prog, '--command', 'markdown',
139        '--output', meson.current_build_dir(),
140        '--tool', sdbusplusplus_prog,
141        '--directory', meson.current_source_dir() / '../../../yaml',
142        'xyz/openbmc_project/Time',
143    ],
144)
145
146subdir('User')
147subdir('VirtualMedia')
148