VOL-4950: Move the component_uuid from EventsConfigurationRequest to EventCfg of DMI interface

Change-Id: Ic02e8152b72e7ed999a905ddf4d7ab1965c2cd02
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto
index 1a7e0b0..08ed96a 100644
--- a/protos/dmi/hw_events_mgmt_service.proto
+++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -115,6 +115,9 @@
     bool is_configured = 2;

     // Optional threshold values, applicable only for some specific events

     Thresholds thresholds = 3;

+    // For events which can be configured on a particular component this id can be used to identify the component

+    // For e.g. for events of the transceivers

+    Uuid component_uuid = 4;

 }

 

 message EventsCfg {

@@ -140,9 +143,6 @@
         EventsCfg changes = 2;

         bool reset_to_default = 3;

     }

-    // For events which can be configured on a particular component this id can be used to identify the component

-    // For e.g. for events of the transceivers

-    Uuid component_uuid = 4;

 }

 

 message EventsConfigurationResponse {