Entry: Support hidden property

    Interface added to support hidden property for error logs. This
    property is used to set the events visibility to the customer. If
    this flag is set then the event is mostly a recovered error and
    customer need not take any service actions.

Signed-off-by: Vijay Lobo <vijaylobo@gmail.com>
Change-Id: I05aec8c805dc74f5998d3dc0fe14ec26241a2153
diff --git a/gen/org/open_power/Logging/PEL/Entry/meson.build b/gen/org/open_power/Logging/PEL/Entry/meson.build
new file mode 100644
index 0000000..0f84c69
--- /dev/null
+++ b/gen/org/open_power/Logging/PEL/Entry/meson.build
@@ -0,0 +1,14 @@
+# Generated file; do not modify.
+generated_sources += custom_target(
+    'org/open_power/Logging/PEL/Entry__cpp'.underscorify(),
+    input: [ '../../../../../../yaml/org/open_power/Logging/PEL/Entry.interface.yaml',  ],
+    output: [ 'server.cpp', 'server.hpp', 'client.hpp',  ],
+    command: [
+        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',
+    ],
+)
+