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    command: [
8        sdbuspp_gen_meson_prog, '--command', 'markdown',
9        '--output', meson.current_build_dir(),
10        '--tool', sdbusplusplus_prog,
11        '--directory', meson.current_source_dir() / '../../../yaml',
12        'xyz/openbmc_project/Association',
13    ],
14)
15
16subdir('BIOSConfig')
17subdir('Certs')
18generated_others += custom_target(
19    'xyz/openbmc_project/Certs__markdown'.underscorify(),
20    input: [ '../../../yaml/xyz/openbmc_project/Certs.errors.yaml',  ],
21    output: [ 'Certs.md' ],
22    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/Certs',
28    ],
29)
30
31subdir('Channel')
32subdir('Chassis')
33subdir('Collection')
34subdir('Common')
35generated_others += custom_target(
36    'xyz/openbmc_project/Common__markdown'.underscorify(),
37    input: [ '../../../yaml/xyz/openbmc_project/Common.errors.yaml',  ],
38    output: [ 'Common.md' ],
39    command: [
40        sdbuspp_gen_meson_prog, '--command', 'markdown',
41        '--output', meson.current_build_dir(),
42        '--tool', sdbusplusplus_prog,
43        '--directory', meson.current_source_dir() / '../../../yaml',
44        'xyz/openbmc_project/Common',
45    ],
46)
47
48subdir('Condition')
49subdir('Control')
50subdir('Dump')
51subdir('Inventory')
52generated_others += custom_target(
53    'xyz/openbmc_project/Inventory__markdown'.underscorify(),
54    input: [ '../../../yaml/xyz/openbmc_project/Inventory.errors.yaml',  ],
55    output: [ 'Inventory.md' ],
56    command: [
57        sdbuspp_gen_meson_prog, '--command', 'markdown',
58        '--output', meson.current_build_dir(),
59        '--tool', sdbusplusplus_prog,
60        '--directory', meson.current_source_dir() / '../../../yaml',
61        'xyz/openbmc_project/Inventory',
62    ],
63)
64
65subdir('Ipmi')
66subdir('Led')
67subdir('Logging')
68subdir('Memory')
69subdir('Network')
70subdir('Nvme')
71subdir('Object')
72subdir('ObjectMapper')
73generated_others += custom_target(
74    'xyz/openbmc_project/ObjectMapper__markdown'.underscorify(),
75    input: [ '../../../yaml/xyz/openbmc_project/ObjectMapper.interface.yaml',  ],
76    output: [ 'ObjectMapper.md' ],
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/ObjectMapper',
83    ],
84)
85
86subdir('PFR')
87subdir('PLDM')
88subdir('ScheduledTime')
89generated_others += custom_target(
90    'xyz/openbmc_project/ScheduledTime__markdown'.underscorify(),
91    input: [ '../../../yaml/xyz/openbmc_project/ScheduledTime.errors.yaml',  ],
92    output: [ 'ScheduledTime.md' ],
93    command: [
94        sdbuspp_gen_meson_prog, '--command', 'markdown',
95        '--output', meson.current_build_dir(),
96        '--tool', sdbusplusplus_prog,
97        '--directory', meson.current_source_dir() / '../../../yaml',
98        'xyz/openbmc_project/ScheduledTime',
99    ],
100)
101
102subdir('Sensor')
103subdir('Smbios')
104subdir('Software')
105subdir('State')
106subdir('Telemetry')
107subdir('Time')
108generated_others += custom_target(
109    'xyz/openbmc_project/Time__markdown'.underscorify(),
110    input: [ '../../../yaml/xyz/openbmc_project/Time.errors.yaml',  ],
111    output: [ 'Time.md' ],
112    command: [
113        sdbuspp_gen_meson_prog, '--command', 'markdown',
114        '--output', meson.current_build_dir(),
115        '--tool', sdbusplusplus_prog,
116        '--directory', meson.current_source_dir() / '../../../yaml',
117        'xyz/openbmc_project/Time',
118    ],
119)
120
121subdir('User')
122subdir('VirtualMedia')
123