[VOL-4665] Introduce events in the DMI interface for insertion and removal of Line Cards

Change-Id: Iaf5db3ebc22651c96f07c1d29fdb513282696658
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto
index 2865de1..740786c 100644
--- a/protos/dmi/hw_events_mgmt_service.proto
+++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -67,6 +67,10 @@
     EVENT_HW_TEMPERATURE_SENSOR_FAILED = 506;

     EVENT_HW_ALL_TEMPERATURE_SENSORS_FAILED = 507;

 

+    // Events for the line cards on the HW Device

+    EVENT_LINE_CARD_PLUG_OUT = 600;

+    EVENT_LINE_CARD_PLUG_IN = 601;

+

     // More to be added

 }