oem-meta: Add OEM Meta handler
Add OEM Meta class.
Change-Id: Id069d7d491819e446368d78da28a6590bfc6faa9
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
Signed-off-by: Sora Su <baxiche@gmail.com>
diff --git a/meson.options b/meson.options
index f49ffc0..92ba928 100644
--- a/meson.options
+++ b/meson.options
@@ -190,6 +190,14 @@
value: 'enabled',
)
+## OEM META Options
+option(
+ 'oem-meta',
+ type: 'feature',
+ description: 'Enable META OEM PLDM',
+ value: 'enabled',
+)
+
## Default Sensor Update Interval Options
option(
'default-sensor-update-interval',