regenerate-meson: enable meson formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
diff --git a/gen/org/freedesktop/UPower/Device/meson.build b/gen/org/freedesktop/UPower/Device/meson.build
index 3f9452b..fe33c7f 100644
--- a/gen/org/freedesktop/UPower/Device/meson.build
+++ b/gen/org/freedesktop/UPower/Device/meson.build
@@ -4,9 +4,7 @@
generated_sources += custom_target(
'org/freedesktop/UPower/Device__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/freedesktop/UPower/Device.interface.yaml',
- ],
+ input: ['../../../../../yaml/org/freedesktop/UPower/Device.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -16,10 +14,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/freedesktop/UPower/Device',
],
install: should_generate_cpp,
diff --git a/gen/org/freedesktop/UPower/meson.build b/gen/org/freedesktop/UPower/meson.build
index 95c1c55..730f8b6 100644
--- a/gen/org/freedesktop/UPower/meson.build
+++ b/gen/org/freedesktop/UPower/meson.build
@@ -5,14 +5,19 @@
generated_markdown += custom_target(
'org/freedesktop/UPower/Device__markdown'.underscorify(),
- input: [ '../../../../yaml/org/freedesktop/UPower/Device.interface.yaml', ],
- output: [ 'Device.md' ],
+ input: ['../../../../yaml/org/freedesktop/UPower/Device.interface.yaml'],
+ output: ['Device.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/freedesktop/UPower/Device',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Common/Callout/meson.build b/gen/org/open_power/Common/Callout/meson.build
index 0c1b57b..30a9113 100644
--- a/gen/org/open_power/Common/Callout/meson.build
+++ b/gen/org/open_power/Common/Callout/meson.build
@@ -4,26 +4,23 @@
generated_sources += custom_target(
'org/open_power/Common/Callout__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Common/Callout.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../../yaml/org/open_power/Common/Callout.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Common/Callout',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
diff --git a/gen/org/open_power/Common/meson.build b/gen/org/open_power/Common/meson.build
index 6626a09..13b98c8 100644
--- a/gen/org/open_power/Common/meson.build
+++ b/gen/org/open_power/Common/meson.build
@@ -5,14 +5,19 @@
generated_markdown += custom_target(
'org/open_power/Common/Callout__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Common/Callout.errors.yaml', ],
- output: [ 'Callout.md' ],
+ input: ['../../../../yaml/org/open_power/Common/Callout.errors.yaml'],
+ output: ['Callout.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Common/Callout',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Control/Host/meson.build b/gen/org/open_power/Control/Host/meson.build
index ece1221..8e850e9 100644
--- a/gen/org/open_power/Control/Host/meson.build
+++ b/gen/org/open_power/Control/Host/meson.build
@@ -4,9 +4,7 @@
generated_sources += custom_target(
'org/open_power/Control/Host__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Control/Host.interface.yaml',
- ],
+ input: ['../../../../../yaml/org/open_power/Control/Host.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -16,10 +14,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Control/Host',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Control/TPM/SecurityKeys/meson.build b/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
index 65f45e2..4666efd 100644
--- a/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
+++ b/gen/org/open_power/Control/TPM/SecurityKeys/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../yaml',
'org/open_power/Control/TPM/SecurityKeys',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Control/TPM/meson.build b/gen/org/open_power/Control/TPM/meson.build
index 093ce18..94db3a3 100644
--- a/gen/org/open_power/Control/TPM/meson.build
+++ b/gen/org/open_power/Control/TPM/meson.build
@@ -5,14 +5,21 @@
generated_markdown += custom_target(
'org/open_power/Control/TPM/SecurityKeys__markdown'.underscorify(),
- input: [ '../../../../../yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml', ],
- output: [ 'SecurityKeys.md' ],
+ input: [
+ '../../../../../yaml/org/open_power/Control/TPM/SecurityKeys.interface.yaml',
+ ],
+ output: ['SecurityKeys.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Control/TPM/SecurityKeys',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Control/meson.build b/gen/org/open_power/Control/meson.build
index 13b72c2..2e38207 100644
--- a/gen/org/open_power/Control/meson.build
+++ b/gen/org/open_power/Control/meson.build
@@ -6,14 +6,19 @@
generated_markdown += custom_target(
'org/open_power/Control/Host__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Control/Host.interface.yaml', ],
- output: [ 'Host.md' ],
+ input: ['../../../../yaml/org/open_power/Control/Host.interface.yaml'],
+ output: ['Host.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Control/Host',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Host/Access/meson.build b/gen/org/open_power/Host/Access/meson.build
index 6a06209..f87a3e5 100644
--- a/gen/org/open_power/Host/Access/meson.build
+++ b/gen/org/open_power/Host/Access/meson.build
@@ -4,26 +4,23 @@
generated_sources += custom_target(
'org/open_power/Host/Access__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Host/Access.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../../yaml/org/open_power/Host/Access.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Host/Access',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
diff --git a/gen/org/open_power/Host/Boot/meson.build b/gen/org/open_power/Host/Boot/meson.build
index 04ead34..81cdf7d 100644
--- a/gen/org/open_power/Host/Boot/meson.build
+++ b/gen/org/open_power/Host/Boot/meson.build
@@ -4,26 +4,23 @@
generated_sources += custom_target(
'org/open_power/Host/Boot__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Host/Boot.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../../yaml/org/open_power/Host/Boot.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Host/Boot',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
diff --git a/gen/org/open_power/Host/meson.build b/gen/org/open_power/Host/meson.build
index 1717493..6ad733e 100644
--- a/gen/org/open_power/Host/meson.build
+++ b/gen/org/open_power/Host/meson.build
@@ -6,39 +6,41 @@
generated_sources += custom_target(
'org/open_power/Host__cpp'.underscorify(),
- input: [
- '../../../../yaml/org/open_power/Host.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../yaml/org/open_power/Host.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Host',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
generated_markdown += custom_target(
'org/open_power/Host/Access__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Host/Access.errors.yaml', ],
- output: [ 'Access.md' ],
+ input: ['../../../../yaml/org/open_power/Host/Access.errors.yaml'],
+ output: ['Access.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Host/Access',
],
install: should_generate_markdown,
@@ -48,14 +50,19 @@
generated_markdown += custom_target(
'org/open_power/Host/Boot__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Host/Boot.errors.yaml', ],
- output: [ 'Boot.md' ],
+ input: ['../../../../yaml/org/open_power/Host/Boot.errors.yaml'],
+ output: ['Boot.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Host/Boot',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Inventory/Decorator/Asset/meson.build b/gen/org/open_power/Inventory/Decorator/Asset/meson.build
index d960cbf..cc8e0f5 100644
--- a/gen/org/open_power/Inventory/Decorator/Asset/meson.build
+++ b/gen/org/open_power/Inventory/Decorator/Asset/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../yaml',
'org/open_power/Inventory/Decorator/Asset',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Inventory/Decorator/meson.build b/gen/org/open_power/Inventory/Decorator/meson.build
index 509c85d..d2beddb 100644
--- a/gen/org/open_power/Inventory/Decorator/meson.build
+++ b/gen/org/open_power/Inventory/Decorator/meson.build
@@ -5,14 +5,21 @@
generated_markdown += custom_target(
'org/open_power/Inventory/Decorator/Asset__markdown'.underscorify(),
- input: [ '../../../../../yaml/org/open_power/Inventory/Decorator/Asset.interface.yaml', ],
- output: [ 'Asset.md' ],
+ input: [
+ '../../../../../yaml/org/open_power/Inventory/Decorator/Asset.interface.yaml',
+ ],
+ output: ['Asset.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Inventory/Decorator/Asset',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Logging/PEL/Entry/meson.build b/gen/org/open_power/Logging/PEL/Entry/meson.build
index b341640..7e12882 100644
--- a/gen/org/open_power/Logging/PEL/Entry/meson.build
+++ b/gen/org/open_power/Logging/PEL/Entry/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../yaml',
'org/open_power/Logging/PEL/Entry',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Logging/PEL/meson.build b/gen/org/open_power/Logging/PEL/meson.build
index f505838..4a12075 100644
--- a/gen/org/open_power/Logging/PEL/meson.build
+++ b/gen/org/open_power/Logging/PEL/meson.build
@@ -5,9 +5,7 @@
generated_sources += custom_target(
'org/open_power/Logging/PEL__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Logging/PEL.interface.yaml',
- ],
+ input: ['../../../../../yaml/org/open_power/Logging/PEL.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -17,10 +15,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Logging/PEL',
],
install: should_generate_cpp,
@@ -36,14 +39,21 @@
generated_markdown += custom_target(
'org/open_power/Logging/PEL/Entry__markdown'.underscorify(),
- input: [ '../../../../../yaml/org/open_power/Logging/PEL/Entry.interface.yaml', ],
- output: [ 'Entry.md' ],
+ input: [
+ '../../../../../yaml/org/open_power/Logging/PEL/Entry.interface.yaml',
+ ],
+ output: ['Entry.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Logging/PEL/Entry',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Logging/meson.build b/gen/org/open_power/Logging/meson.build
index 0c8be45..3de342a 100644
--- a/gen/org/open_power/Logging/meson.build
+++ b/gen/org/open_power/Logging/meson.build
@@ -5,14 +5,19 @@
generated_markdown += custom_target(
'org/open_power/Logging/PEL__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Logging/PEL.interface.yaml', ],
- output: [ 'PEL.md' ],
+ input: ['../../../../yaml/org/open_power/Logging/PEL.interface.yaml'],
+ output: ['PEL.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Logging/PEL',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/OCC/Device/meson.build b/gen/org/open_power/OCC/Device/meson.build
index b9a8d62..130fe5f 100644
--- a/gen/org/open_power/OCC/Device/meson.build
+++ b/gen/org/open_power/OCC/Device/meson.build
@@ -4,26 +4,23 @@
generated_sources += custom_target(
'org/open_power/OCC/Device__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/OCC/Device.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../../yaml/org/open_power/OCC/Device.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/OCC/Device',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
diff --git a/gen/org/open_power/OCC/PassThrough/meson.build b/gen/org/open_power/OCC/PassThrough/meson.build
index 3d11120..0af7782 100644
--- a/gen/org/open_power/OCC/PassThrough/meson.build
+++ b/gen/org/open_power/OCC/PassThrough/meson.build
@@ -4,9 +4,7 @@
generated_sources += custom_target(
'org/open_power/OCC/PassThrough__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml',
- ],
+ input: ['../../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -16,10 +14,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/OCC/PassThrough',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/OCC/Status/meson.build b/gen/org/open_power/OCC/Status/meson.build
index 2aaf9d7..8599c82 100644
--- a/gen/org/open_power/OCC/Status/meson.build
+++ b/gen/org/open_power/OCC/Status/meson.build
@@ -4,9 +4,7 @@
generated_sources += custom_target(
'org/open_power/OCC/Status__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/OCC/Status.interface.yaml',
- ],
+ input: ['../../../../../yaml/org/open_power/OCC/Status.interface.yaml'],
output: [
'common.hpp',
'server.hpp',
@@ -16,10 +14,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/OCC/Status',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/OCC/meson.build b/gen/org/open_power/OCC/meson.build
index 62dfb74..375c237 100644
--- a/gen/org/open_power/OCC/meson.build
+++ b/gen/org/open_power/OCC/meson.build
@@ -7,14 +7,19 @@
generated_markdown += custom_target(
'org/open_power/OCC/Device__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/OCC/Device.errors.yaml', ],
- output: [ 'Device.md' ],
+ input: ['../../../../yaml/org/open_power/OCC/Device.errors.yaml'],
+ output: ['Device.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/OCC/Device',
],
install: should_generate_markdown,
@@ -24,14 +29,19 @@
generated_markdown += custom_target(
'org/open_power/OCC/PassThrough__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml', ],
- output: [ 'PassThrough.md' ],
+ input: ['../../../../yaml/org/open_power/OCC/PassThrough.interface.yaml'],
+ output: ['PassThrough.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/OCC/PassThrough',
],
install: should_generate_markdown,
@@ -41,14 +51,19 @@
generated_markdown += custom_target(
'org/open_power/OCC/Status__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/OCC/Status.interface.yaml', ],
- output: [ 'Status.md' ],
+ input: ['../../../../yaml/org/open_power/OCC/Status.interface.yaml'],
+ output: ['Status.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/OCC/Status',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Proc/FSI/meson.build b/gen/org/open_power/Proc/FSI/meson.build
index 59a0f9b..f787ec1 100644
--- a/gen/org/open_power/Proc/FSI/meson.build
+++ b/gen/org/open_power/Proc/FSI/meson.build
@@ -4,26 +4,23 @@
generated_sources += custom_target(
'org/open_power/Proc/FSI__cpp'.underscorify(),
- input: [
- '../../../../../yaml/org/open_power/Proc/FSI.errors.yaml',
- ],
- output: [
- 'error.cpp',
- 'error.hpp',
- ],
+ input: ['../../../../../yaml/org/open_power/Proc/FSI.errors.yaml'],
+ output: ['error.cpp', 'error.hpp'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../yaml',
'org/open_power/Proc/FSI',
],
install: should_generate_cpp,
- install_dir: [
- false,
- get_option('includedir') / sdbusplus_current_path,
- ],
+ install_dir: [false, get_option('includedir') / sdbusplus_current_path],
build_by_default: should_generate_cpp,
)
diff --git a/gen/org/open_power/Proc/meson.build b/gen/org/open_power/Proc/meson.build
index 90ad4a3..3418236 100644
--- a/gen/org/open_power/Proc/meson.build
+++ b/gen/org/open_power/Proc/meson.build
@@ -5,14 +5,19 @@
generated_markdown += custom_target(
'org/open_power/Proc/FSI__markdown'.underscorify(),
- input: [ '../../../../yaml/org/open_power/Proc/FSI.errors.yaml', ],
- output: [ 'FSI.md' ],
+ input: ['../../../../yaml/org/open_power/Proc/FSI.errors.yaml'],
+ output: ['FSI.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../yaml',
'org/open_power/Proc/FSI',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build b/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build
index 7864250..658a289 100644
--- a/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build
+++ b/gen/org/open_power/Sensor/Aggregation/History/Average/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../../yaml',
'org/open_power/Sensor/Aggregation/History/Average',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build b/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build
index e34abdb..70ab2c1 100644
--- a/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build
+++ b/gen/org/open_power/Sensor/Aggregation/History/Maximum/meson.build
@@ -16,10 +16,15 @@
],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'cpp',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'cpp',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../../yaml',
'org/open_power/Sensor/Aggregation/History/Maximum',
],
install: should_generate_cpp,
diff --git a/gen/org/open_power/Sensor/Aggregation/History/meson.build b/gen/org/open_power/Sensor/Aggregation/History/meson.build
index 4c799a4..b0a979c 100644
--- a/gen/org/open_power/Sensor/Aggregation/History/meson.build
+++ b/gen/org/open_power/Sensor/Aggregation/History/meson.build
@@ -6,14 +6,21 @@
generated_markdown += custom_target(
'org/open_power/Sensor/Aggregation/History/Average__markdown'.underscorify(),
- input: [ '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml', ],
- output: [ 'Average.md' ],
+ input: [
+ '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Average.interface.yaml',
+ ],
+ output: ['Average.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../yaml',
'org/open_power/Sensor/Aggregation/History/Average',
],
install: should_generate_markdown,
@@ -23,14 +30,21 @@
generated_markdown += custom_target(
'org/open_power/Sensor/Aggregation/History/Maximum__markdown'.underscorify(),
- input: [ '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml', ],
- output: [ 'Maximum.md' ],
+ input: [
+ '../../../../../../yaml/org/open_power/Sensor/Aggregation/History/Maximum.interface.yaml',
+ ],
+ output: ['Maximum.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../../../../yaml',
'org/open_power/Sensor/Aggregation/History/Maximum',
],
install: should_generate_markdown,
diff --git a/gen/org/open_power/meson.build b/gen/org/open_power/meson.build
index 84bf1e8..0a2b04f 100644
--- a/gen/org/open_power/meson.build
+++ b/gen/org/open_power/meson.build
@@ -12,14 +12,19 @@
generated_markdown += custom_target(
'org/open_power/Host__markdown'.underscorify(),
- input: [ '../../../yaml/org/open_power/Host.errors.yaml', ],
- output: [ 'Host.md' ],
+ input: ['../../../yaml/org/open_power/Host.errors.yaml'],
+ output: ['Host.md'],
depend_files: sdbusplusplus_depfiles,
command: [
- sdbuspp_gen_meson_prog, '--command', 'markdown',
- '--output', meson.current_build_dir(),
- '--tool', sdbusplusplus_prog,
- '--directory', meson.current_source_dir() / '../../../yaml',
+ sdbuspp_gen_meson_prog,
+ '--command',
+ 'markdown',
+ '--output',
+ meson.current_build_dir(),
+ '--tool',
+ sdbusplusplus_prog,
+ '--directory',
+ meson.current_source_dir() / '../../../yaml',
'org/open_power/Host',
],
install: should_generate_markdown,