[VOL-5452] Added new RPCs and enums for component states as well as reset/enable/disable of components

Change-Id: I03781f71f8f7829c54d6b73298742f7bea364e41
Signed-off-by: Amit Ghosh <amit.ghosh@radisys.com>
diff --git a/go/dmi/hw.pb.go b/go/dmi/hw.pb.go
index 7b944ef..c83b4c0 100644
--- a/go/dmi/hw.pb.go
+++ b/go/dmi/hw.pb.go
@@ -94,6 +94,12 @@
 	ComponentAdminState_COMP_ADMIN_STATE_LOCKED        ComponentAdminState = 2
 	ComponentAdminState_COMP_ADMIN_STATE_SHUTTING_DOWN ComponentAdminState = 3
 	ComponentAdminState_COMP_ADMIN_STATE_UNLOCKED      ComponentAdminState = 4
+	// Indicates that the component is in a prohibited administrative state, meaning operations are not allowed.
+	// Typically used to enforce security or policy restrictions.
+	ComponentAdminState_COMP_ADMIN_STATE_ISOLATED ComponentAdminState = 6
+	// Indicates that the component is administratively isolated from the rest of the system.
+	// Used when a component must be separated for maintenance, troubleshooting, or security reasons.
+	ComponentAdminState_COMP_ADMIN_STATE_PROHIBITED ComponentAdminState = 5
 )
 
 var ComponentAdminState_name = map[int32]string{
@@ -102,6 +108,8 @@
 	2: "COMP_ADMIN_STATE_LOCKED",
 	3: "COMP_ADMIN_STATE_SHUTTING_DOWN",
 	4: "COMP_ADMIN_STATE_UNLOCKED",
+	6: "COMP_ADMIN_STATE_ISOLATED",
+	5: "COMP_ADMIN_STATE_PROHIBITED",
 }
 
 var ComponentAdminState_value = map[string]int32{
@@ -110,6 +118,8 @@
 	"COMP_ADMIN_STATE_LOCKED":        2,
 	"COMP_ADMIN_STATE_SHUTTING_DOWN": 3,
 	"COMP_ADMIN_STATE_UNLOCKED":      4,
+	"COMP_ADMIN_STATE_ISOLATED":      6,
+	"COMP_ADMIN_STATE_PROHIBITED":    5,
 }
 
 func (x ComponentAdminState) String() string {
@@ -128,22 +138,55 @@
 	ComponentOperState_COMP_OPER_STATE_DISABLED  ComponentOperState = 2
 	ComponentOperState_COMP_OPER_STATE_ENABLED   ComponentOperState = 3
 	ComponentOperState_COMP_OPER_STATE_TESTING   ComponentOperState = 4
+	// Indicates that the component is operating normally.
+	ComponentOperState_COMP_OPER_STATE_NORMAL ComponentOperState = 5
+	// Indicates that the component is currently being configured.
+	ComponentOperState_COMP_OPER_STATE_CONFIGURING ComponentOperState = 6
+	// Indicates that the component is automatically loading configuration or software.
+	ComponentOperState_COMP_OPER_STATE_AUTOMATIC_LOADING ComponentOperState = 7
+	// Indicates that the component has encountered a failure.
+	ComponentOperState_COMP_OPER_STATE_FAILED ComponentOperState = 8
+	// Indicates that the component is temporarily shut down.
+	// The component is in a high temperature shutdown state due to exceeding safe operating temperature limits.
+	ComponentOperState_COMP_OPER_STATE_HIGH_TEMP_SHUTDOWN ComponentOperState = 9
+	// Indicates that the component is manually shut down.
+	ComponentOperState_COMP_OPER_STATE_MANUAL_SHUTDOWN ComponentOperState = 10
+	// Indicates that the component is shut down to save power.
+	ComponentOperState_COMP_OPER_STATE_POWER_SAVING_SHUTDOWN ComponentOperState = 11
+	// Indicates that the component's type does not match the expected type.
+	ComponentOperState_COMP_OPER_STATE_TYPE_MISMATCH ComponentOperState = 12
 )
 
 var ComponentOperState_name = map[int32]string{
-	0: "COMP_OPER_STATE_UNDEFINED",
-	1: "COMP_OPER_STATE_UNKNOWN",
-	2: "COMP_OPER_STATE_DISABLED",
-	3: "COMP_OPER_STATE_ENABLED",
-	4: "COMP_OPER_STATE_TESTING",
+	0:  "COMP_OPER_STATE_UNDEFINED",
+	1:  "COMP_OPER_STATE_UNKNOWN",
+	2:  "COMP_OPER_STATE_DISABLED",
+	3:  "COMP_OPER_STATE_ENABLED",
+	4:  "COMP_OPER_STATE_TESTING",
+	5:  "COMP_OPER_STATE_NORMAL",
+	6:  "COMP_OPER_STATE_CONFIGURING",
+	7:  "COMP_OPER_STATE_AUTOMATIC_LOADING",
+	8:  "COMP_OPER_STATE_FAILED",
+	9:  "COMP_OPER_STATE_HIGH_TEMP_SHUTDOWN",
+	10: "COMP_OPER_STATE_MANUAL_SHUTDOWN",
+	11: "COMP_OPER_STATE_POWER_SAVING_SHUTDOWN",
+	12: "COMP_OPER_STATE_TYPE_MISMATCH",
 }
 
 var ComponentOperState_value = map[string]int32{
-	"COMP_OPER_STATE_UNDEFINED": 0,
-	"COMP_OPER_STATE_UNKNOWN":   1,
-	"COMP_OPER_STATE_DISABLED":  2,
-	"COMP_OPER_STATE_ENABLED":   3,
-	"COMP_OPER_STATE_TESTING":   4,
+	"COMP_OPER_STATE_UNDEFINED":             0,
+	"COMP_OPER_STATE_UNKNOWN":               1,
+	"COMP_OPER_STATE_DISABLED":              2,
+	"COMP_OPER_STATE_ENABLED":               3,
+	"COMP_OPER_STATE_TESTING":               4,
+	"COMP_OPER_STATE_NORMAL":                5,
+	"COMP_OPER_STATE_CONFIGURING":           6,
+	"COMP_OPER_STATE_AUTOMATIC_LOADING":     7,
+	"COMP_OPER_STATE_FAILED":                8,
+	"COMP_OPER_STATE_HIGH_TEMP_SHUTDOWN":    9,
+	"COMP_OPER_STATE_MANUAL_SHUTDOWN":       10,
+	"COMP_OPER_STATE_POWER_SAVING_SHUTDOWN": 11,
+	"COMP_OPER_STATE_TYPE_MISMATCH":         12,
 }
 
 func (x ComponentOperState) String() string {
@@ -2017,188 +2060,197 @@
 func init() { proto.RegisterFile("dmi/hw.proto", fileDescriptor_d7c33d745c4ab367) }
 
 var fileDescriptor_d7c33d745c4ab367 = []byte{
-	// 2926 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x59, 0xcd, 0x92, 0xdb, 0xc6,
-	0x11, 0x16, 0xff, 0xc9, 0x26, 0xb9, 0x3b, 0x3b, 0xfa, 0xa3, 0xfe, 0x6c, 0x99, 0x91, 0x5d, 0xf2,
-	0xc6, 0xde, 0x5d, 0xad, 0xa4, 0x94, 0x6c, 0x97, 0x2b, 0x85, 0x05, 0xc1, 0x5d, 0x58, 0x24, 0x00,
-	0x0f, 0xc0, 0x95, 0xd6, 0x39, 0xa0, 0xb0, 0x24, 0x48, 0xa1, 0x8a, 0x24, 0x58, 0x00, 0xb8, 0x5a,
-	0x55, 0xe5, 0x94, 0xe4, 0x9e, 0x27, 0xc8, 0xcd, 0x95, 0xf2, 0x29, 0x87, 0x24, 0xc7, 0x1c, 0x72,
-	0xc9, 0x31, 0x0f, 0x90, 0x67, 0xc8, 0x21, 0x8f, 0x90, 0xd4, 0xcc, 0x00, 0x20, 0x08, 0x42, 0xb2,
-	0x5c, 0x95, 0xdb, 0x4c, 0xf7, 0xd7, 0x3d, 0x3d, 0xdd, 0x3d, 0x3d, 0xd3, 0x00, 0x34, 0x46, 0x33,
-	0x67, 0xff, 0xd5, 0xeb, 0xbd, 0x85, 0xe7, 0x06, 0x2e, 0x2e, 0x8c, 0x66, 0xce, 0xed, 0x0f, 0x27,
-	0xae, 0x3b, 0x99, 0xda, 0xfb, 0x8c, 0x74, 0xbe, 0x1c, 0xef, 0x07, 0xce, 0xcc, 0xf6, 0x03, 0x6b,
-	0xb6, 0xe0, 0xa8, 0xf6, 0x6d, 0x28, 0x0e, 0x96, 0xce, 0x08, 0x63, 0x28, 0x2e, 0x97, 0xce, 0xa8,
-	0x95, 0xbb, 0x9f, 0x7b, 0x58, 0x23, 0x6c, 0xdc, 0xfe, 0x39, 0xc0, 0x89, 0xe5, 0x8d, 0x5e, 0x5b,
-	0x9e, 0x2d, 0x77, 0xf0, 0xbd, 0x04, 0xa2, 0x7e, 0x58, 0xdb, 0x1b, 0xcd, 0x9c, 0x3d, 0x2a, 0x1a,
-	0x82, 0x6f, 0x42, 0x61, 0xe0, 0x39, 0x18, 0x41, 0x61, 0xe9, 0x39, 0xa1, 0x1a, 0x3a, 0x6c, 0xff,
-	0xae, 0x00, 0x5b, 0xa2, 0x3b, 0x5b, 0xb8, 0x73, 0x7b, 0x1e, 0xe8, 0x81, 0x15, 0xd8, 0xf8, 0x04,
-	0xb0, 0x4f, 0x07, 0xe6, 0xd4, 0xf2, 0x03, 0x73, 0xf8, 0xca, 0x9a, 0x4f, 0xec, 0x48, 0xf1, 0xed,
-	0x3d, 0x6e, 0xf2, 0x5e, 0x64, 0xf2, 0x9e, 0x11, 0x99, 0x4c, 0x10, 0x93, 0xea, 0x59, 0x7e, 0x20,
-	0x72, 0x19, 0xfc, 0x05, 0xd4, 0xad, 0xd1, 0xcc, 0x99, 0x9b, 0x8c, 0xd3, 0xca, 0xdf, 0xcf, 0x3d,
-	0xdc, 0x3a, 0x6c, 0x31, 0xdb, 0xe2, 0x35, 0x05, 0x0a, 0x60, 0x0b, 0x13, 0xb0, 0xe2, 0x31, 0xfe,
-	0x05, 0x80, 0xbb, 0xb0, 0xbd, 0x50, 0xb2, 0xc0, 0x24, 0x6f, 0xae, 0x4b, 0xaa, 0x0b, 0xdb, 0xe3,
-	0x82, 0x35, 0x37, 0x1a, 0xd2, 0x25, 0x97, 0xbe, 0x35, 0xb1, 0x43, 0xc1, 0x62, 0xd6, 0x92, 0x03,
-	0x0a, 0x08, 0x97, 0x5c, 0xc6, 0x63, 0x66, 0xed, 0xd4, 0xf2, 0x66, 0xa1, 0x68, 0x29, 0xd3, 0x5a,
-	0x0a, 0x88, 0xac, 0x8d, 0xc7, 0xf8, 0x97, 0xd0, 0xf4, 0x03, 0x6b, 0x3e, 0x3a, 0x7f, 0x13, 0x0a,
-	0x97, 0x99, 0xf0, 0xed, 0x75, 0x61, 0x9d, 0x43, 0xb8, 0x78, 0xc3, 0x4f, 0xcc, 0xda, 0xff, 0xce,
-	0xc3, 0xd5, 0x15, 0xce, 0x9e, 0xfb, 0xae, 0xd7, 0xb1, 0x02, 0x0b, 0x5f, 0x83, 0xd2, 0x85, 0x35,
-	0x5d, 0xda, 0xcc, 0xfd, 0x25, 0xc2, 0x27, 0xf8, 0x13, 0x28, 0x06, 0x6f, 0x16, 0x91, 0x43, 0x31,
-	0x5b, 0x85, 0xc2, 0x4f, 0x29, 0xd7, 0x78, 0xb3, 0xb0, 0x09, 0xe3, 0xe3, 0x8f, 0xa1, 0xe4, 0x0f,
-	0xad, 0x69, 0xe4, 0xbf, 0x6d, 0x06, 0x64, 0x20, 0x9d, 0x92, 0x09, 0xe7, 0xe2, 0xbb, 0x50, 0x5b,
-	0x78, 0xf6, 0xd0, 0xf1, 0x1d, 0x77, 0xce, 0x3c, 0x56, 0x22, 0x2b, 0x02, 0xfe, 0x14, 0xca, 0x74,
-	0x4f, 0x4b, 0x3f, 0xf4, 0xc8, 0x0e, 0xd3, 0xc2, 0x6d, 0xd4, 0x19, 0x83, 0x84, 0x00, 0xfc, 0x33,
-	0x68, 0x2e, 0xe7, 0x4e, 0xe0, 0x9b, 0x23, 0xc7, 0x5f, 0x4c, 0xad, 0x37, 0xcc, 0x0d, 0x35, 0xd2,
-	0x60, 0xc4, 0x0e, 0xa7, 0xe1, 0x67, 0x50, 0x8b, 0xd3, 0xbc, 0x55, 0xf9, 0xd1, 0xac, 0x5a, 0x81,
-	0xf1, 0x2e, 0xec, 0xb0, 0xfd, 0x9b, 0xcb, 0xc5, 0x88, 0xe6, 0xa7, 0x47, 0x3d, 0x5d, 0xbd, 0x9f,
-	0x7b, 0xd8, 0x24, 0xdb, 0x8c, 0x31, 0x60, 0x74, 0x42, 0x23, 0x72, 0x07, 0x6a, 0x23, 0x2b, 0xb0,
-	0x4c, 0xe6, 0xa7, 0x1a, 0x33, 0xa3, 0x4a, 0x09, 0xd4, 0x3b, 0xed, 0xff, 0x94, 0xe1, 0xa6, 0xe6,
-	0x7a, 0xc1, 0x2a, 0xac, 0x41, 0xe0, 0x39, 0xe7, 0xcb, 0xc0, 0xf6, 0xf1, 0xb7, 0xb0, 0x35, 0x74,
-	0xe7, 0x73, 0x7b, 0x18, 0xb8, 0x1e, 0x97, 0xce, 0xb1, 0x6d, 0xef, 0xb2, 0x6d, 0xbf, 0x45, 0x6a,
-	0x4f, 0x8c, 0x44, 0x98, 0xf7, 0x9b, 0xc3, 0xe4, 0x14, 0x3f, 0x83, 0x92, 0xbf, 0xb0, 0xed, 0x51,
-	0x18, 0xaf, 0xf6, 0x3b, 0x35, 0xe9, 0x14, 0x49, 0xb8, 0x00, 0x16, 0xa0, 0xca, 0x5c, 0x32, 0x74,
-	0xa7, 0x61, 0x0c, 0x3f, 0x7e, 0xa7, 0xb0, 0x16, 0x82, 0x49, 0x2c, 0x86, 0x3f, 0x86, 0xad, 0xc5,
-	0xab, 0x37, 0xbe, 0x33, 0xb4, 0xa6, 0xe6, 0xd4, 0x3a, 0xb7, 0xa7, 0x2c, 0xc2, 0x35, 0xd2, 0x8c,
-	0xa8, 0x3d, 0x4a, 0xa4, 0xa1, 0x9b, 0x59, 0x8b, 0x85, 0x33, 0x9f, 0x84, 0xa8, 0x12, 0x0f, 0x5d,
-	0x48, 0xe4, 0xa0, 0x27, 0xd0, 0x5c, 0xb8, 0x73, 0xd3, 0x19, 0x99, 0x43, 0x77, 0x3e, 0x76, 0x26,
-	0x2c, 0xbe, 0xf5, 0x43, 0x14, 0xda, 0x34, 0x97, 0x47, 0x22, 0xa3, 0x93, 0xfa, 0x62, 0x35, 0xc1,
-	0x8f, 0xe1, 0x3a, 0xdb, 0x8d, 0x69, 0x2d, 0x03, 0x77, 0x6e, 0x4f, 0xdc, 0xc0, 0xb1, 0x02, 0x9a,
-	0x6a, 0x34, 0xf8, 0x55, 0x72, 0x8d, 0x31, 0x85, 0x75, 0x1e, 0xfe, 0x0c, 0xaa, 0x23, 0x87, 0x1e,
-	0x91, 0x21, 0x0f, 0x71, 0x62, 0x95, 0x4e, 0x48, 0x27, 0x31, 0xa2, 0xbd, 0x80, 0xe6, 0x5a, 0x04,
-	0xf0, 0x5d, 0x68, 0x89, 0xaa, 0xa2, 0x48, 0xa2, 0xa1, 0x12, 0xd3, 0x38, 0xd3, 0x24, 0x73, 0xa0,
-	0x74, 0xa4, 0xae, 0xac, 0x48, 0x1d, 0x74, 0x05, 0x57, 0xa1, 0x48, 0xbe, 0x79, 0xf2, 0x14, 0xe5,
-	0x70, 0x03, 0xaa, 0x5d, 0xf9, 0x48, 0x22, 0x66, 0x4f, 0x44, 0x79, 0xbc, 0x0d, 0x75, 0x3e, 0xd3,
-	0x45, 0x53, 0x13, 0x51, 0x01, 0x37, 0xa1, 0xc6, 0x09, 0x7d, 0x4d, 0x45, 0x45, 0x5c, 0x83, 0x12,
-	0xd1, 0x0f, 0x1f, 0x1f, 0xa2, 0x52, 0xfb, 0x4f, 0x39, 0x28, 0xb1, 0x50, 0xe1, 0xab, 0xb0, 0xad,
-	0x6b, 0x92, 0xd4, 0x59, 0x5b, 0xa1, 0x0e, 0x95, 0xce, 0x99, 0x22, 0xf4, 0x65, 0x11, 0xe5, 0xa8,
-	0x96, 0x63, 0xf9, 0x58, 0x38, 0x92, 0x0d, 0xf3, 0x11, 0xca, 0xe3, 0x2d, 0x80, 0x78, 0x7a, 0x80,
-	0x0a, 0xc9, 0xf9, 0xe1, 0x53, 0x54, 0x4c, 0xce, 0x9f, 0x1c, 0xa0, 0x12, 0xb5, 0x6a, 0x85, 0x3f,
-	0x40, 0xe5, 0x24, 0xe1, 0xc9, 0xc1, 0x01, 0xaa, 0x60, 0x04, 0x8d, 0xbe, 0x14, 0x69, 0x38, 0x38,
-	0x40, 0xd5, 0x24, 0xe5, 0xd1, 0xe1, 0xd3, 0x03, 0x54, 0x6b, 0xff, 0x1a, 0xaa, 0x51, 0x76, 0xe0,
-	0x1b, 0x80, 0x35, 0xa2, 0x1a, 0xaa, 0xa8, 0xf6, 0xd6, 0xac, 0x6e, 0x40, 0x55, 0x32, 0x4e, 0x24,
-	0xa2, 0x48, 0x06, 0xca, 0x51, 0x2f, 0x1d, 0x6b, 0xaa, 0x82, 0xf2, 0x74, 0xdf, 0x2f, 0xd9, 0xb0,
-	0x80, 0x01, 0xca, 0x2f, 0x8f, 0x75, 0x3a, 0x66, 0xee, 0x38, 0xee, 0x0a, 0xba, 0x81, 0x4a, 0x94,
-	0xac, 0x4b, 0x44, 0x16, 0x7a, 0xa8, 0x4c, 0xe5, 0x24, 0x0a, 0xa8, 0xd0, 0xd1, 0x91, 0x6c, 0xe8,
-	0xa8, 0xda, 0x9e, 0x42, 0x3d, 0x11, 0x39, 0xfc, 0x11, 0x34, 0x66, 0xd6, 0xa5, 0x19, 0x47, 0x38,
-	0xc7, 0x0e, 0x71, 0x7d, 0x66, 0x5d, 0xc6, 0x90, 0x2f, 0xe1, 0x16, 0x87, 0x8c, 0xc7, 0xb6, 0x67,
-	0xcf, 0x03, 0xc7, 0x9a, 0xae, 0xf0, 0x79, 0x86, 0xbf, 0xc9, 0xf0, 0x2b, 0x7e, 0x24, 0xdb, 0xfe,
-	0x6d, 0x0e, 0xee, 0xad, 0x1d, 0x11, 0x7e, 0x21, 0x25, 0x4e, 0xf9, 0x46, 0x26, 0xe7, 0xde, 0x27,
-	0x93, 0x93, 0x49, 0x99, 0xff, 0xd1, 0xa4, 0xfc, 0x15, 0x3c, 0x30, 0x3c, 0x6b, 0xee, 0x0f, 0x6d,
-	0xe7, 0xc2, 0xf6, 0xde, 0x6e, 0xcb, 0x63, 0x80, 0x80, 0xe2, 0x92, 0xd5, 0xe6, 0x1a, 0xd3, 0x9b,
-	0x10, 0x67, 0x75, 0xa5, 0xc6, 0x70, 0xac, 0x84, 0x0d, 0x99, 0x43, 0x63, 0xcb, 0xae, 0x43, 0x99,
-	0xef, 0x87, 0xc9, 0x37, 0x48, 0x89, 0x99, 0x8d, 0xbf, 0x86, 0x3b, 0xe1, 0x36, 0x99, 0xe4, 0xcc,
-	0x09, 0xcc, 0x85, 0xed, 0x39, 0xee, 0xc8, 0x19, 0x3a, 0xc1, 0x9b, 0xd0, 0x8d, 0x2d, 0x86, 0x35,
-	0x42, 0x80, 0xb6, 0xe2, 0xb7, 0x25, 0xb8, 0x2b, 0xba, 0xf3, 0xc0, 0x72, 0xe6, 0x09, 0xfb, 0x13,
-	0x96, 0x6f, 0xd6, 0x96, 0x5c, 0x46, 0x6d, 0x69, 0xff, 0x23, 0x07, 0x37, 0x34, 0x7f, 0x99, 0xa5,
-	0xe1, 0x0c, 0x76, 0xfc, 0xe5, 0x62, 0xe1, 0x7a, 0x81, 0x3d, 0x32, 0x2f, 0xdc, 0x69, 0x60, 0x4d,
-	0x22, 0x17, 0x7c, 0xc6, 0x5d, 0x9b, 0x29, 0xb7, 0xa7, 0x47, 0x42, 0xa7, 0x5c, 0x86, 0x20, 0x3f,
-	0x45, 0x69, 0x6b, 0x80, 0xd2, 0x28, 0xfc, 0x21, 0xdc, 0xd1, 0x07, 0x9a, 0xa6, 0x12, 0x43, 0xea,
-	0x98, 0xa7, 0x6a, 0xcf, 0x10, 0x8e, 0xd7, 0x2b, 0x43, 0x05, 0x0a, 0xa7, 0x4f, 0x9e, 0xf1, 0xe4,
-	0x3f, 0x3d, 0x7c, 0x7c, 0x80, 0xf2, 0x6c, 0xf4, 0xe8, 0xd1, 0x53, 0x54, 0x68, 0xff, 0xb9, 0x04,
-	0x1f, 0x66, 0x45, 0xd4, 0x4f, 0x6c, 0x48, 0x83, 0xfa, 0xd8, 0xf5, 0x66, 0xe6, 0xd8, 0xa2, 0xb5,
-	0x28, 0xdc, 0xca, 0x7e, 0x3a, 0x9a, 0x59, 0xa2, 0x7b, 0x5d, 0xd7, 0x9b, 0x75, 0x99, 0x18, 0x81,
-	0x71, 0x3c, 0x4e, 0xa5, 0x47, 0xfe, 0xbd, 0xd2, 0x63, 0xe3, 0x80, 0x15, 0x36, 0x0f, 0xd8, 0xd7,
-	0x80, 0x93, 0x10, 0x93, 0xbf, 0x14, 0x8a, 0xd9, 0x2f, 0x05, 0x94, 0x90, 0x64, 0x14, 0x7a, 0x61,
-	0x78, 0x97, 0xe6, 0x6b, 0xeb, 0xc2, 0x9e, 0xda, 0xf3, 0x49, 0xf0, 0xaa, 0x55, 0xba, 0x5f, 0x78,
-	0xd8, 0x24, 0x0d, 0xef, 0xf2, 0x45, 0x4c, 0xa3, 0xa0, 0x60, 0x0d, 0x54, 0xe6, 0xa0, 0x20, 0x09,
-	0xfa, 0x12, 0xd0, 0x0a, 0x11, 0x9a, 0x51, 0xc9, 0x36, 0x63, 0x7b, 0x05, 0xe4, 0x56, 0xdc, 0x82,
-	0x6a, 0x70, 0x69, 0x2e, 0xdc, 0xd7, 0xb6, 0xd7, 0xaa, 0xde, 0x2f, 0x3c, 0x2c, 0x91, 0x4a, 0x70,
-	0xa9, 0xd1, 0x29, 0x7e, 0x0a, 0x5b, 0x11, 0x2b, 0x54, 0x5a, 0xcb, 0x56, 0xda, 0x08, 0x25, 0xd8,
-	0xac, 0xfd, 0xcf, 0x1c, 0xc0, 0x2a, 0x12, 0xf8, 0x26, 0x5c, 0xed, 0xaa, 0xa4, 0x6f, 0x76, 0x05,
-	0x76, 0x95, 0x0c, 0x94, 0xe7, 0x8a, 0xfa, 0x42, 0xe1, 0x77, 0xc8, 0xb7, 0x7a, 0x57, 0xe3, 0xe5,
-	0x9d, 0x8e, 0x4c, 0xad, 0x37, 0xd0, 0x51, 0x9e, 0x96, 0x42, 0x3a, 0x3d, 0x7c, 0x86, 0x0a, 0x34,
-	0x9d, 0x28, 0xa6, 0x48, 0x2b, 0x6b, 0x0c, 0x29, 0x51, 0xf2, 0xcb, 0xae, 0xc6, 0x4b, 0xa5, 0xd8,
-	0xd5, 0x9e, 0xf0, 0x52, 0x29, 0x76, 0xb5, 0x43, 0x54, 0x65, 0x23, 0x4d, 0x78, 0x8e, 0x6a, 0xb8,
-	0x0c, 0xf9, 0x97, 0x87, 0x08, 0x68, 0x9d, 0x55, 0x69, 0x59, 0x46, 0x75, 0x2a, 0x29, 0x76, 0x35,
-	0xd4, 0xa0, 0x0a, 0x29, 0xde, 0x14, 0x44, 0x15, 0x35, 0xe3, 0x59, 0x47, 0x54, 0xd1, 0x16, 0xbd,
-	0x7c, 0x98, 0x41, 0x9d, 0x0e, 0xda, 0x6e, 0xff, 0xab, 0x02, 0xb5, 0x38, 0xdd, 0x68, 0x23, 0x31,
-	0xb7, 0x66, 0x76, 0xd4, 0x48, 0xd0, 0x31, 0x7e, 0x08, 0xa5, 0xe1, 0xd4, 0xf2, 0xfd, 0xb5, 0xe7,
-	0x64, 0x2c, 0xc2, 0x32, 0x8b, 0x03, 0xf0, 0x7d, 0xa8, 0x8f, 0x6c, 0x7f, 0xe8, 0x39, 0x0b, 0x76,
-	0x7f, 0x17, 0x98, 0x92, 0x24, 0x09, 0xdf, 0x80, 0xf2, 0xc2, 0xa2, 0xe5, 0x38, 0x7c, 0x65, 0x84,
-	0x33, 0xfc, 0x00, 0xb6, 0xf8, 0xc8, 0xf4, 0xec, 0xa9, 0xb9, 0x70, 0xf9, 0x63, 0xb2, 0x44, 0x1a,
-	0x9c, 0x4a, 0xec, 0xa9, 0xe6, 0xfa, 0x78, 0x17, 0xaa, 0xc3, 0x57, 0xce, 0x74, 0xe4, 0xd9, 0x73,
-	0x96, 0x29, 0xf5, 0xc3, 0xad, 0x75, 0x63, 0x48, 0xcc, 0xa7, 0x19, 0xfe, 0x2a, 0x6c, 0x7f, 0x4c,
-	0xcf, 0xbe, 0x60, 0x19, 0x53, 0x23, 0xf5, 0x88, 0x46, 0xec, 0x0b, 0x0a, 0x19, 0x3b, 0xde, 0x2c,
-	0x86, 0x54, 0x39, 0x24, 0xa2, 0x85, 0x10, 0xdf, 0x1d, 0x07, 0x31, 0x84, 0xbf, 0x14, 0xeb, 0x11,
-	0x8d, 0x42, 0xee, 0x01, 0xf8, 0xb6, 0x47, 0xaf, 0x9f, 0xf9, 0x72, 0xd6, 0x02, 0x06, 0xa8, 0x71,
-	0x8a, 0xb2, 0x9c, 0xd1, 0x0c, 0x9c, 0x8d, 0x27, 0x26, 0xf3, 0x6a, 0x9d, 0x31, 0x2b, 0xb3, 0xf1,
-	0x44, 0xa1, 0x8e, 0xbd, 0x07, 0x30, 0x73, 0x47, 0xf6, 0x94, 0x33, 0x1b, 0x5c, 0x92, 0x51, 0x18,
-	0xfb, 0x1a, 0x94, 0xac, 0xa9, 0x63, 0xf9, 0xad, 0x26, 0xe3, 0xf0, 0x09, 0xd5, 0x67, 0xf9, 0xbe,
-	0x1d, 0xd0, 0x5a, 0xbe, 0xc5, 0xf5, 0xb1, 0xb9, 0x3c, 0xa2, 0x45, 0xde, 0xf1, 0xcd, 0xb1, 0xb7,
-	0x6c, 0x6d, 0xb3, 0x97, 0x53, 0xc9, 0xf1, 0xbb, 0xde, 0x12, 0x3f, 0xe5, 0x16, 0xd0, 0xa7, 0x6f,
-	0x0b, 0xfd, 0xe8, 0x7b, 0x9a, 0x5a, 0xd7, 0xa1, 0x2f, 0xe4, 0xdb, 0xbc, 0x17, 0xdc, 0x61, 0x12,
-	0x55, 0xde, 0x30, 0x7a, 0x0e, 0xeb, 0x0a, 0xe3, 0x6e, 0x12, 0x67, 0x76, 0x93, 0xf8, 0x53, 0x28,
-	0xf1, 0x36, 0xe7, 0x2a, 0xe3, 0x5f, 0xdd, 0x68, 0x73, 0x02, 0xda, 0x5b, 0x44, 0x4d, 0x95, 0xcf,
-	0x5a, 0x05, 0x6a, 0x9f, 0xd5, 0xba, 0xc6, 0xa2, 0x9a, 0x6a, 0xaa, 0x56, 0xfd, 0x0e, 0x01, 0x7f,
-	0xd5, 0xfb, 0x7c, 0x05, 0x35, 0x5a, 0xbd, 0x4d, 0x2b, 0x08, 0xbc, 0xd6, 0x21, 0x5b, 0xe9, 0xee,
-	0xbb, 0x5e, 0xbf, 0x27, 0x57, 0x48, 0x95, 0x0a, 0x50, 0x0a, 0xfe, 0x86, 0x3d, 0xe3, 0xf9, 0xd5,
-	0xc5, 0x35, 0x3c, 0x66, 0x1a, 0x3e, 0x0a, 0x97, 0x7e, 0xfb, 0xad, 0x76, 0x72, 0x85, 0xbd, 0xdf,
-	0x39, 0x9f, 0xe9, 0x7a, 0x06, 0xd5, 0x85, 0xbf, 0xe4, 0x5a, 0x9e, 0x30, 0x2d, 0x77, 0xde, 0x71,
-	0x37, 0x9d, 0x5c, 0x21, 0x95, 0x85, 0xbf, 0x64, 0x92, 0xdf, 0x02, 0x0a, 0x56, 0x45, 0x9a, 0x6b,
-	0x78, 0xca, 0x34, 0x3c, 0x78, 0x9f, 0x2b, 0xe1, 0xe4, 0x0a, 0xd9, 0x4e, 0xc8, 0x53, 0xc6, 0x11,
-	0x40, 0xd5, 0x5f, 0xd8, 0x43, 0x67, 0xec, 0x0c, 0xdb, 0x3f, 0xe4, 0xa0, 0x1a, 0x7d, 0x03, 0xc0,
-	0x5f, 0x41, 0x3d, 0xd1, 0xb0, 0xbf, 0x47, 0xbf, 0x0e, 0xd3, 0xb8, 0x55, 0xc7, 0x6d, 0x28, 0x7a,
-	0xae, 0x1b, 0x84, 0xaf, 0x9a, 0xf4, 0xa9, 0x63, 0xbc, 0x78, 0x81, 0x73, 0xd7, 0x0d, 0xec, 0x11,
-	0x3b, 0xfd, 0xef, 0xb1, 0xc0, 0x11, 0x43, 0xb7, 0xff, 0x5e, 0x80, 0xab, 0x7d, 0x77, 0xe4, 0x8c,
-	0x1d, 0xeb, 0x7c, 0x6a, 0xff, 0xbf, 0x0a, 0xd2, 0x27, 0x71, 0xb9, 0x29, 0x64, 0x1a, 0xfe, 0xf6,
-	0xf2, 0x53, 0xcc, 0x28, 0x3f, 0xf1, 0x81, 0x2c, 0xbd, 0xed, 0x40, 0x96, 0xd7, 0x0f, 0x64, 0x78,
-	0x84, 0x2a, 0x59, 0x47, 0x28, 0xf5, 0xed, 0xa3, 0xfa, 0x13, 0xbe, 0x7d, 0x08, 0x9b, 0x89, 0x9f,
-	0xd1, 0x33, 0xa6, 0xdf, 0x91, 0x6b, 0xe9, 0xdf, 0x85, 0x6a, 0xe0, 0x5d, 0x26, 0x13, 0xff, 0xd3,
-	0xb7, 0x26, 0x5c, 0x86, 0xa2, 0x4a, 0xe0, 0x5d, 0xa6, 0xb3, 0x6d, 0xf7, 0xaf, 0x05, 0xda, 0x65,
-	0x25, 0xa2, 0xc0, 0xbb, 0xac, 0xbe, 0xa6, 0x2a, 0x92, 0x62, 0x6c, 0x76, 0x59, 0xb7, 0xe1, 0xc6,
-	0x06, 0x97, 0xdf, 0x9e, 0xb9, 0x0c, 0x9e, 0x78, 0x22, 0xe8, 0xba, 0x4c, 0x2f, 0xd0, 0x4d, 0xad,
-	0x47, 0x82, 0xf8, 0x5c, 0xeb, 0x09, 0x8a, 0x84, 0x0a, 0x19, 0x5c, 0x51, 0x55, 0x0c, 0x41, 0x56,
-	0x24, 0x82, 0x8a, 0xf4, 0x81, 0x97, 0xe2, 0x6a, 0xea, 0x0b, 0xda, 0xd0, 0x0d, 0x34, 0xad, 0x77,
-	0x86, 0x4a, 0xb4, 0xf5, 0x49, 0x01, 0xba, 0x82, 0x82, 0xca, 0xf8, 0x16, 0x5c, 0x4f, 0xd1, 0x75,
-	0x49, 0xd1, 0x55, 0x82, 0x2a, 0x19, 0xac, 0xbe, 0xda, 0x19, 0xf4, 0x24, 0x54, 0xa5, 0xaf, 0x83,
-	0x8d, 0xe5, 0x88, 0x81, 0x6a, 0x19, 0xcb, 0x88, 0xda, 0x00, 0x41, 0xc6, 0xbe, 0x8f, 0x04, 0xc3,
-	0x90, 0xc8, 0x19, 0xaa, 0x67, 0xf0, 0x74, 0x43, 0x25, 0xc2, 0xb1, 0x84, 0x1a, 0x59, 0x36, 0x48,
-	0x7d, 0x95, 0x9c, 0xa1, 0x26, 0xfe, 0x00, 0x6e, 0xa7, 0x58, 0x06, 0x11, 0x14, 0x5d, 0x94, 0xe4,
-	0x53, 0x89, 0xa0, 0xad, 0xdd, 0xbf, 0xe4, 0x12, 0x9f, 0x96, 0x56, 0x19, 0x17, 0xc9, 0x99, 0x42,
-	0xa7, 0x2f, 0x2b, 0xa6, 0x6e, 0x08, 0xc6, 0x7a, 0xf8, 0x42, 0x47, 0xa7, 0xf8, 0x51, 0x00, 0xef,
-	0xc0, 0xcd, 0x0d, 0x6e, 0x4f, 0x15, 0x9f, 0x4b, 0x1d, 0x94, 0xc7, 0x6d, 0xf8, 0x60, 0x83, 0xa9,
-	0x9f, 0x0c, 0x0c, 0x43, 0x56, 0x8e, 0xcd, 0x0e, 0x55, 0x50, 0xc0, 0xf7, 0xe0, 0x56, 0x86, 0xfa,
-	0x50, 0x45, 0x71, 0xf7, 0x87, 0x1c, 0xe0, 0xcd, 0x2f, 0x7d, 0xb1, 0x94, 0xaa, 0xd1, 0xa0, 0x6e,
-	0xd8, 0x1c, 0x59, 0xb5, 0xc6, 0x8e, 0x4c, 0x8e, 0x36, 0x94, 0x60, 0x76, 0x64, 0x5d, 0x38, 0xea,
-	0x31, 0x9b, 0x33, 0x44, 0x25, 0x85, 0x33, 0x0b, 0x59, 0x4c, 0x43, 0xd2, 0xe9, 0x76, 0x50, 0x71,
-	0xf7, 0x8f, 0x49, 0x07, 0xaf, 0xbe, 0x2d, 0xc6, 0x0e, 0x1e, 0xe8, 0xb4, 0xcb, 0x78, 0xbb, 0x83,
-	0xd7, 0xf9, 0x91, 0xb5, 0x61, 0xc4, 0xd7, 0xb8, 0x72, 0xa7, 0x27, 0x25, 0x4c, 0x4d, 0xb2, 0x04,
-	0xd1, 0x90, 0x4f, 0xe9, 0xf9, 0xc8, 0x92, 0x3b, 0x1a, 0xe8, 0x67, 0xa8, 0xb8, 0xfb, 0xfb, 0xe4,
-	0x47, 0xc6, 0xd5, 0x97, 0xcc, 0x55, 0x26, 0xf4, 0x04, 0xd2, 0x7f, 0x57, 0x26, 0xac, 0xf1, 0x23,
-	0x43, 0x3f, 0x82, 0x7b, 0x99, 0xd2, 0xc4, 0x24, 0x92, 0x26, 0xc8, 0x04, 0xe5, 0x57, 0xb1, 0x4e,
-	0x40, 0x44, 0x22, 0x1b, 0xb2, 0x28, 0xf4, 0x50, 0x21, 0x4a, 0xfc, 0x35, 0x76, 0x5f, 0xf8, 0x46,
-	0xa5, 0x07, 0x3a, 0x93, 0x27, 0x2b, 0x2a, 0x41, 0xa5, 0x4c, 0xbb, 0x5e, 0x08, 0x44, 0xa1, 0x61,
-	0x29, 0xaf, 0x92, 0x30, 0xc1, 0x95, 0x95, 0x8e, 0x64, 0x48, 0xa4, 0x2f, 0x2b, 0x82, 0x21, 0xa1,
-	0xca, 0xee, 0xdf, 0x72, 0x70, 0x3d, 0xf3, 0xf3, 0x2c, 0xbe, 0x0f, 0x77, 0x99, 0xb4, 0x6e, 0x08,
-	0x4a, 0xe7, 0xe8, 0x2c, 0xc3, 0x2b, 0x91, 0xd7, 0xd2, 0x88, 0x54, 0x89, 0x4b, 0xf1, 0x4f, 0x54,
-	0x23, 0x11, 0xc1, 0x75, 0x9e, 0xa8, 0xf6, 0x68, 0xb2, 0x3d, 0x84, 0x07, 0x19, 0x4c, 0x8d, 0xa8,
-	0xa7, 0x72, 0x87, 0x1e, 0x20, 0x5d, 0x22, 0xa7, 0xb2, 0x28, 0xa1, 0xe2, 0xee, 0x1f, 0x0a, 0xd0,
-	0x5c, 0xfb, 0xee, 0x8b, 0x5b, 0x70, 0xed, 0x54, 0xe8, 0x0d, 0xa4, 0xcd, 0x6a, 0x7c, 0x0d, 0x50,
-	0x82, 0xc3, 0xfb, 0x89, 0x1c, 0xad, 0x53, 0x6b, 0x78, 0x6e, 0x7c, 0x9e, 0x16, 0xb6, 0x04, 0x9d,
-	0x76, 0xca, 0xba, 0x29, 0x88, 0xa8, 0x90, 0xc9, 0xe8, 0x88, 0xa8, 0x98, 0xd2, 0x24, 0xf4, 0x35,
-	0x89, 0x48, 0xb4, 0xd7, 0x59, 0x5f, 0xf7, 0x85, 0x60, 0x18, 0x3a, 0x2a, 0xa7, 0xa8, 0x27, 0x12,
-	0x31, 0xbe, 0x43, 0x95, 0x94, 0x0e, 0x51, 0xea, 0xe9, 0xf2, 0x40, 0x47, 0x55, 0x9a, 0xd3, 0x09,
-	0xba, 0x26, 0x11, 0x91, 0xd6, 0x3a, 0x72, 0x82, 0x6a, 0x18, 0xc3, 0x56, 0x82, 0x45, 0xb4, 0x3e,
-	0x82, 0x14, 0x4d, 0xec, 0xf7, 0x79, 0x71, 0x4d, 0xd0, 0x0c, 0x32, 0x30, 0x4e, 0x4c, 0x46, 0x40,
-	0x8d, 0xd4, 0xb2, 0xa1, 0x7a, 0xd4, 0xc4, 0xd7, 0x61, 0x27, 0x41, 0xef, 0xd3, 0xcc, 0xd1, 0xd1,
-	0x56, 0xca, 0xf6, 0xa3, 0x33, 0x43, 0xd2, 0xd1, 0x76, 0x6a, 0xd1, 0xce, 0x51, 0x1f, 0xa1, 0xdd,
-	0xef, 0x0b, 0x00, 0xab, 0x46, 0x73, 0xb5, 0x0d, 0x5d, 0x14, 0x7a, 0xeb, 0xd1, 0x89, 0x97, 0xe2,
-	0xac, 0x33, 0x55, 0x34, 0x54, 0x94, 0x4b, 0x93, 0xbf, 0x93, 0x34, 0x43, 0x45, 0xf9, 0x95, 0x05,
-	0x9c, 0x2c, 0x18, 0x86, 0x8a, 0x0a, 0x69, 0x70, 0x57, 0xea, 0x1b, 0x2a, 0x2a, 0xa6, 0xc1, 0x9a,
-	0x2c, 0xaa, 0xc9, 0xb0, 0x70, 0xaa, 0x22, 0x28, 0x2a, 0x2a, 0xa7, 0x55, 0xf4, 0x65, 0x91, 0xa8,
-	0xa8, 0xb2, 0x49, 0xee, 0xf5, 0x64, 0x54, 0x4d, 0x93, 0x07, 0x8a, 0x6c, 0xe8, 0xa8, 0x96, 0x56,
-	0xfd, 0x5c, 0xee, 0xa9, 0x08, 0xd2, 0xd4, 0xbe, 0x74, 0x2c, 0xa0, 0x7a, 0x9a, 0x7a, 0x2c, 0x1f,
-	0x0b, 0xa8, 0x91, 0xa6, 0x1a, 0x12, 0x11, 0x50, 0x73, 0x63, 0x23, 0x92, 0x21, 0xa0, 0x2d, 0x7c,
-	0x15, 0xb6, 0x93, 0x54, 0xe9, 0xa5, 0x80, 0xb6, 0x37, 0xfd, 0x66, 0x18, 0x02, 0x42, 0x9b, 0x5e,
-	0xa6, 0xe4, 0x9d, 0xdd, 0xdf, 0xe4, 0xa0, 0x91, 0xfc, 0x9f, 0x41, 0x8f, 0x27, 0xbf, 0xfd, 0xd9,
-	0xd9, 0x1b, 0xe8, 0xe9, 0x83, 0xb4, 0xce, 0x54, 0x9f, 0xa3, 0x1c, 0x2d, 0x71, 0x69, 0x11, 0xe1,
-	0x54, 0x90, 0x7b, 0xf4, 0x06, 0x41, 0x79, 0x5a, 0x4e, 0xd6, 0xd9, 0x8a, 0xaa, 0xd0, 0xcb, 0x44,
-	0x30, 0x64, 0x55, 0xa1, 0x45, 0x70, 0xf7, 0xfb, 0x1c, 0x6c, 0xa7, 0x3e, 0xe8, 0xd0, 0x9c, 0xda,
-	0x38, 0xc7, 0x3f, 0xf1, 0x1b, 0x2d, 0xfb, 0x9a, 0xa0, 0x2a, 0xa8, 0x84, 0xeb, 0x50, 0x51, 0x8e,
-	0x4d, 0x4d, 0x55, 0x0e, 0xd7, 0xbe, 0xd1, 0x5e, 0x87, 0x1d, 0x51, 0xed, 0x1f, 0xa9, 0x26, 0x15,
-	0x36, 0x43, 0xb9, 0x2a, 0xbe, 0x01, 0x3b, 0x6c, 0x69, 0x45, 0x35, 0x4c, 0x5a, 0x33, 0x45, 0x43,
-	0xea, 0xa0, 0xff, 0xe6, 0x8e, 0xbe, 0xfa, 0xee, 0x8b, 0x89, 0x13, 0xbc, 0x5a, 0x9e, 0xef, 0x0d,
-	0xdd, 0xd9, 0xbe, 0xbb, 0xb0, 0xe7, 0x43, 0xd7, 0x1b, 0xed, 0x8f, 0xec, 0x0b, 0x67, 0x68, 0x7f,
-	0x3e, 0xb3, 0xe6, 0xd6, 0xc4, 0x9e, 0xd9, 0xf3, 0xe0, 0x73, 0x67, 0x1e, 0xd8, 0xde, 0xd8, 0x1a,
-	0xda, 0xfb, 0x17, 0x8f, 0xf7, 0x27, 0xee, 0xfe, 0x68, 0xe6, 0x9c, 0x97, 0x59, 0x93, 0xf0, 0xf8,
-	0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x35, 0x9b, 0x5d, 0x4d, 0x0b, 0x1d, 0x00, 0x00,
+	// 3060 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x59, 0xcd, 0x8e, 0xdb, 0xc8,
+	0xf1, 0xb7, 0xbe, 0xa5, 0x92, 0x66, 0xa6, 0xa7, 0xfd, 0x35, 0xfe, 0x5a, 0xdb, 0x5a, 0x7b, 0x61,
+	0xcf, 0x7f, 0x77, 0x66, 0x3c, 0xb6, 0xff, 0xf0, 0xee, 0x62, 0x11, 0x50, 0x14, 0x35, 0xe2, 0x5a,
+	0x22, 0xb9, 0x4d, 0x6a, 0xec, 0xd9, 0x1c, 0x08, 0x8e, 0x44, 0x8d, 0x09, 0x48, 0xa2, 0x40, 0x52,
+	0xe3, 0x31, 0x90, 0x53, 0x92, 0x7b, 0x9e, 0x20, 0xb7, 0x45, 0x90, 0x53, 0x0e, 0x41, 0x8e, 0x39,
+	0x04, 0x08, 0x72, 0xcc, 0x03, 0xe4, 0x19, 0x72, 0xc8, 0x21, 0x0f, 0x90, 0xa0, 0xbb, 0x49, 0x8a,
+	0xa2, 0x68, 0xaf, 0x17, 0xc8, 0xad, 0xbb, 0xea, 0x57, 0xd5, 0xd5, 0x55, 0xd5, 0xd5, 0x5d, 0x24,
+	0x34, 0x46, 0x53, 0x67, 0xff, 0xcd, 0xdb, 0xbd, 0xb9, 0xe7, 0x06, 0x2e, 0x2e, 0x8c, 0xa6, 0xce,
+	0xcd, 0xbb, 0x67, 0xae, 0x7b, 0x36, 0xb1, 0xf7, 0x19, 0xe9, 0x74, 0x31, 0xde, 0x0f, 0x9c, 0xa9,
+	0xed, 0x07, 0xd6, 0x74, 0xce, 0x51, 0xcd, 0x9b, 0x50, 0x1c, 0x2c, 0x9c, 0x11, 0xc6, 0x50, 0x5c,
+	0x2c, 0x9c, 0xd1, 0x4e, 0xee, 0x5e, 0xee, 0x51, 0x8d, 0xb0, 0x71, 0xf3, 0xff, 0x00, 0xba, 0x96,
+	0x37, 0x7a, 0x6b, 0x79, 0xb6, 0xdc, 0xc6, 0x77, 0x12, 0x88, 0xfa, 0x61, 0x6d, 0x6f, 0x34, 0x75,
+	0xf6, 0xa8, 0x68, 0x08, 0xbe, 0x0e, 0x85, 0x81, 0xe7, 0x60, 0x04, 0x85, 0x85, 0xe7, 0x84, 0x6a,
+	0xe8, 0xb0, 0xf9, 0xeb, 0x02, 0x6c, 0x8a, 0xee, 0x74, 0xee, 0xce, 0xec, 0x59, 0xa0, 0x07, 0x56,
+	0x60, 0xe3, 0x2e, 0x60, 0x9f, 0x0e, 0xcc, 0x89, 0xe5, 0x07, 0xe6, 0xf0, 0x8d, 0x35, 0x3b, 0xb3,
+	0x23, 0xc5, 0x37, 0xf7, 0xb8, 0xc9, 0x7b, 0x91, 0xc9, 0x7b, 0x46, 0x64, 0x32, 0x41, 0x4c, 0xaa,
+	0x67, 0xf9, 0x81, 0xc8, 0x65, 0xf0, 0x97, 0x50, 0xb7, 0x46, 0x53, 0x67, 0x66, 0x32, 0xce, 0x4e,
+	0xfe, 0x5e, 0xee, 0xd1, 0xe6, 0xe1, 0x0e, 0xb3, 0x2d, 0x5e, 0x53, 0xa0, 0x00, 0xb6, 0x30, 0x01,
+	0x2b, 0x1e, 0xe3, 0xff, 0x07, 0x70, 0xe7, 0xb6, 0x17, 0x4a, 0x16, 0x98, 0xe4, 0xf5, 0x55, 0x49,
+	0x75, 0x6e, 0x7b, 0x5c, 0xb0, 0xe6, 0x46, 0x43, 0xba, 0xe4, 0xc2, 0xb7, 0xce, 0xec, 0x50, 0xb0,
+	0x98, 0xb5, 0xe4, 0x80, 0x02, 0xc2, 0x25, 0x17, 0xf1, 0x98, 0x59, 0x3b, 0xb1, 0xbc, 0x69, 0x28,
+	0x5a, 0xca, 0xb4, 0x96, 0x02, 0x22, 0x6b, 0xe3, 0x31, 0xfe, 0x19, 0x6c, 0xf8, 0x81, 0x35, 0x1b,
+	0x9d, 0xbe, 0x0b, 0x85, 0xcb, 0x4c, 0xf8, 0xe6, 0xaa, 0xb0, 0xce, 0x21, 0x5c, 0xbc, 0xe1, 0x27,
+	0x66, 0xcd, 0x7f, 0xe6, 0xe1, 0xf2, 0x12, 0x67, 0xcf, 0x7c, 0xd7, 0x6b, 0x5b, 0x81, 0x85, 0xaf,
+	0x40, 0xe9, 0xdc, 0x9a, 0x2c, 0x6c, 0xe6, 0xfe, 0x12, 0xe1, 0x13, 0xfc, 0x19, 0x14, 0x83, 0x77,
+	0xf3, 0xc8, 0xa1, 0x98, 0xad, 0x42, 0xe1, 0xc7, 0x94, 0x6b, 0xbc, 0x9b, 0xdb, 0x84, 0xf1, 0xf1,
+	0x43, 0x28, 0xf9, 0x43, 0x6b, 0x12, 0xf9, 0x6f, 0x8b, 0x01, 0x19, 0x48, 0xa7, 0x64, 0xc2, 0xb9,
+	0xf8, 0x36, 0xd4, 0xe6, 0x9e, 0x3d, 0x74, 0x7c, 0xc7, 0x9d, 0x31, 0x8f, 0x95, 0xc8, 0x92, 0x80,
+	0x1f, 0x43, 0x99, 0xee, 0x69, 0xe1, 0x87, 0x1e, 0xd9, 0x66, 0x5a, 0xb8, 0x8d, 0x3a, 0x63, 0x90,
+	0x10, 0x80, 0x3f, 0x85, 0x8d, 0xc5, 0xcc, 0x09, 0x7c, 0x73, 0xe4, 0xf8, 0xf3, 0x89, 0xf5, 0x8e,
+	0xb9, 0xa1, 0x46, 0x1a, 0x8c, 0xd8, 0xe6, 0x34, 0xfc, 0x02, 0x6a, 0x71, 0x9a, 0xef, 0x54, 0x7e,
+	0x34, 0xab, 0x96, 0x60, 0xbc, 0x0b, 0xdb, 0x6c, 0xff, 0xe6, 0x62, 0x3e, 0xa2, 0xf9, 0xe9, 0x51,
+	0x4f, 0x57, 0xef, 0xe5, 0x1e, 0x6d, 0x90, 0x2d, 0xc6, 0x18, 0x30, 0x3a, 0xa1, 0x11, 0xb9, 0x05,
+	0xb5, 0x91, 0x15, 0x58, 0x26, 0xf3, 0x53, 0x8d, 0x99, 0x51, 0xa5, 0x04, 0xea, 0x9d, 0xe6, 0xbf,
+	0xca, 0x70, 0x5d, 0x73, 0xbd, 0x60, 0x19, 0xd6, 0x20, 0xf0, 0x9c, 0xd3, 0x45, 0x60, 0xfb, 0xf8,
+	0x3b, 0xd8, 0x1c, 0xba, 0xb3, 0x99, 0x3d, 0x0c, 0x5c, 0x8f, 0x4b, 0xe7, 0xd8, 0xb6, 0x77, 0xd9,
+	0xb6, 0xdf, 0x23, 0xb5, 0x27, 0x46, 0x22, 0xcc, 0xfb, 0x1b, 0xc3, 0xe4, 0x14, 0xbf, 0x80, 0x92,
+	0x3f, 0xb7, 0xed, 0x51, 0x18, 0xaf, 0xe6, 0x07, 0x35, 0xe9, 0x14, 0x49, 0xb8, 0x00, 0x16, 0xa0,
+	0xca, 0x5c, 0x32, 0x74, 0x27, 0x61, 0x0c, 0x1f, 0x7e, 0x50, 0x58, 0x0b, 0xc1, 0x24, 0x16, 0xc3,
+	0x0f, 0x61, 0x73, 0xfe, 0xe6, 0x9d, 0xef, 0x0c, 0xad, 0x89, 0x39, 0xb1, 0x4e, 0xed, 0x09, 0x8b,
+	0x70, 0x8d, 0x6c, 0x44, 0xd4, 0x1e, 0x25, 0xd2, 0xd0, 0x4d, 0xad, 0xf9, 0xdc, 0x99, 0x9d, 0x85,
+	0xa8, 0x12, 0x0f, 0x5d, 0x48, 0xe4, 0xa0, 0x67, 0xb0, 0x31, 0x77, 0x67, 0xa6, 0x33, 0x32, 0x87,
+	0xee, 0x6c, 0xec, 0x9c, 0xb1, 0xf8, 0xd6, 0x0f, 0x51, 0x68, 0xd3, 0x4c, 0x1e, 0x89, 0x8c, 0x4e,
+	0xea, 0xf3, 0xe5, 0x04, 0x3f, 0x85, 0xab, 0x6c, 0x37, 0xa6, 0xb5, 0x08, 0xdc, 0x99, 0x7d, 0xe6,
+	0x06, 0x8e, 0x15, 0xd0, 0x54, 0xa3, 0xc1, 0xaf, 0x92, 0x2b, 0x8c, 0x29, 0xac, 0xf2, 0xf0, 0xe7,
+	0x50, 0x1d, 0x39, 0xf4, 0x88, 0x0c, 0x79, 0x88, 0x13, 0xab, 0xb4, 0x43, 0x3a, 0x89, 0x11, 0xcd,
+	0x39, 0x6c, 0xac, 0x44, 0x00, 0xdf, 0x86, 0x1d, 0x51, 0x55, 0x14, 0x49, 0x34, 0x54, 0x62, 0x1a,
+	0x27, 0x9a, 0x64, 0x0e, 0x94, 0xb6, 0xd4, 0x91, 0x15, 0xa9, 0x8d, 0x2e, 0xe1, 0x2a, 0x14, 0xc9,
+	0xb7, 0xcf, 0x9e, 0xa3, 0x1c, 0x6e, 0x40, 0xb5, 0x23, 0xb7, 0x24, 0x62, 0xf6, 0x44, 0x94, 0xc7,
+	0x5b, 0x50, 0xe7, 0x33, 0x5d, 0x34, 0x35, 0x11, 0x15, 0xf0, 0x06, 0xd4, 0x38, 0xa1, 0xaf, 0xa9,
+	0xa8, 0x88, 0x6b, 0x50, 0x22, 0xfa, 0xe1, 0xd3, 0x43, 0x54, 0x6a, 0xfe, 0x21, 0x07, 0x25, 0x16,
+	0x2a, 0x7c, 0x19, 0xb6, 0x74, 0x4d, 0x92, 0xda, 0x2b, 0x2b, 0xd4, 0xa1, 0xd2, 0x3e, 0x51, 0x84,
+	0xbe, 0x2c, 0xa2, 0x1c, 0xd5, 0x72, 0x24, 0x1f, 0x09, 0x2d, 0xd9, 0x30, 0x9f, 0xa0, 0x3c, 0xde,
+	0x04, 0x88, 0xa7, 0x07, 0xa8, 0x90, 0x9c, 0x1f, 0x3e, 0x47, 0xc5, 0xe4, 0xfc, 0xd9, 0x01, 0x2a,
+	0x51, 0xab, 0x96, 0xf8, 0x03, 0x54, 0x4e, 0x12, 0x9e, 0x1d, 0x1c, 0xa0, 0x0a, 0x46, 0xd0, 0xe8,
+	0x4b, 0x91, 0x86, 0x83, 0x03, 0x54, 0x4d, 0x52, 0x9e, 0x1c, 0x3e, 0x3f, 0x40, 0xb5, 0xe6, 0x2f,
+	0xa0, 0x1a, 0x65, 0x07, 0xbe, 0x06, 0x58, 0x23, 0xaa, 0xa1, 0x8a, 0x6a, 0x6f, 0xc5, 0xea, 0x06,
+	0x54, 0x25, 0xa3, 0x2b, 0x11, 0x45, 0x32, 0x50, 0x8e, 0x7a, 0xe9, 0x48, 0x53, 0x15, 0x94, 0xa7,
+	0xfb, 0x7e, 0xcd, 0x86, 0x05, 0x0c, 0x50, 0x7e, 0x7d, 0xa4, 0xd3, 0x31, 0x73, 0xc7, 0x51, 0x47,
+	0xd0, 0x0d, 0x54, 0xa2, 0x64, 0x5d, 0x22, 0xb2, 0xd0, 0x43, 0x65, 0x2a, 0x27, 0x51, 0x40, 0x85,
+	0x8e, 0x5a, 0xb2, 0xa1, 0xa3, 0x6a, 0x73, 0x02, 0xf5, 0x44, 0xe4, 0xf0, 0x7d, 0x68, 0x4c, 0xad,
+	0x0b, 0x33, 0x8e, 0x70, 0x8e, 0x1d, 0xe2, 0xfa, 0xd4, 0xba, 0x88, 0x21, 0x5f, 0xc1, 0x0d, 0x0e,
+	0x19, 0x8f, 0x6d, 0xcf, 0x9e, 0x05, 0x8e, 0x35, 0x59, 0xe2, 0xf3, 0x0c, 0x7f, 0x9d, 0xe1, 0x97,
+	0xfc, 0x48, 0xb6, 0xf9, 0xab, 0x1c, 0xdc, 0x59, 0x39, 0x22, 0xfc, 0x42, 0x4a, 0x9c, 0xf2, 0xb5,
+	0x4c, 0xce, 0x7d, 0x4c, 0x26, 0x27, 0x93, 0x32, 0xff, 0xa3, 0x49, 0xf9, 0x73, 0x78, 0x60, 0x78,
+	0xd6, 0xcc, 0x1f, 0xda, 0xce, 0xb9, 0xed, 0xbd, 0xdf, 0x96, 0xa7, 0x00, 0x01, 0xc5, 0x25, 0xab,
+	0xcd, 0x15, 0xa6, 0x37, 0x21, 0xce, 0xea, 0x4a, 0x8d, 0xe1, 0x58, 0x09, 0x1b, 0x32, 0x87, 0xc6,
+	0x96, 0x5d, 0x85, 0x32, 0xdf, 0x0f, 0x93, 0x6f, 0x90, 0x12, 0x33, 0x1b, 0x7f, 0x03, 0xb7, 0xc2,
+	0x6d, 0x32, 0xc9, 0xa9, 0x13, 0x98, 0x73, 0xdb, 0x73, 0xdc, 0x91, 0x33, 0x74, 0x82, 0x77, 0xa1,
+	0x1b, 0x77, 0x18, 0xd6, 0x08, 0x01, 0xda, 0x92, 0xdf, 0x94, 0xe0, 0xb6, 0xe8, 0xce, 0x02, 0xcb,
+	0x99, 0x25, 0xec, 0x4f, 0x58, 0xbe, 0x5e, 0x5b, 0x72, 0x19, 0xb5, 0xa5, 0xf9, 0xb7, 0x1c, 0x5c,
+	0xd3, 0xfc, 0x45, 0x96, 0x86, 0x13, 0xd8, 0xf6, 0x17, 0xf3, 0xb9, 0xeb, 0x05, 0xf6, 0xc8, 0x3c,
+	0x77, 0x27, 0x81, 0x75, 0x16, 0xb9, 0xe0, 0x73, 0xee, 0xda, 0x4c, 0xb9, 0x3d, 0x3d, 0x12, 0x3a,
+	0xe6, 0x32, 0x04, 0xf9, 0x29, 0x4a, 0x53, 0x03, 0x94, 0x46, 0xe1, 0xbb, 0x70, 0x4b, 0x1f, 0x68,
+	0x9a, 0x4a, 0x0c, 0xa9, 0x6d, 0x1e, 0xab, 0x3d, 0x43, 0x38, 0x5a, 0xad, 0x0c, 0x15, 0x28, 0x1c,
+	0x3f, 0x7b, 0xc1, 0x93, 0xff, 0xf8, 0xf0, 0xe9, 0x01, 0xca, 0xb3, 0xd1, 0x93, 0x27, 0xcf, 0x51,
+	0xa1, 0xf9, 0xc7, 0x12, 0xdc, 0xcd, 0x8a, 0xa8, 0x9f, 0xd8, 0x90, 0x06, 0xf5, 0xb1, 0xeb, 0x4d,
+	0xcd, 0xb1, 0x45, 0x6b, 0x51, 0xb8, 0x95, 0xfd, 0x74, 0x34, 0xb3, 0x44, 0xf7, 0x3a, 0xae, 0x37,
+	0xed, 0x30, 0x31, 0x02, 0xe3, 0x78, 0x9c, 0x4a, 0x8f, 0xfc, 0x47, 0xa5, 0xc7, 0xda, 0x01, 0x2b,
+	0xac, 0x1f, 0xb0, 0x6f, 0x00, 0x27, 0x21, 0x26, 0x7f, 0x29, 0x14, 0xb3, 0x5f, 0x0a, 0x28, 0x21,
+	0xc9, 0x28, 0xf4, 0xc2, 0xf0, 0x2e, 0xcc, 0xb7, 0xd6, 0xb9, 0x3d, 0xb1, 0x67, 0x67, 0xc1, 0x9b,
+	0x9d, 0xd2, 0xbd, 0xc2, 0xa3, 0x0d, 0xd2, 0xf0, 0x2e, 0x5e, 0xc5, 0x34, 0x0a, 0x0a, 0x56, 0x40,
+	0x65, 0x0e, 0x0a, 0x92, 0xa0, 0xaf, 0x00, 0x2d, 0x11, 0xa1, 0x19, 0x95, 0x6c, 0x33, 0xb6, 0x96,
+	0x40, 0x6e, 0xc5, 0x0d, 0xa8, 0x06, 0x17, 0xe6, 0xdc, 0x7d, 0x6b, 0x7b, 0x3b, 0xd5, 0x7b, 0x85,
+	0x47, 0x25, 0x52, 0x09, 0x2e, 0x34, 0x3a, 0xc5, 0xcf, 0x61, 0x33, 0x62, 0x85, 0x4a, 0x6b, 0xd9,
+	0x4a, 0x1b, 0xa1, 0x04, 0x9b, 0x35, 0xff, 0x9e, 0x03, 0x58, 0x46, 0x02, 0x5f, 0x87, 0xcb, 0x1d,
+	0x95, 0xf4, 0xcd, 0x8e, 0xc0, 0xae, 0x92, 0x81, 0xf2, 0x52, 0x51, 0x5f, 0x29, 0xfc, 0x0e, 0xf9,
+	0x4e, 0xef, 0x68, 0xbc, 0xbc, 0xd3, 0x91, 0xa9, 0xf5, 0x06, 0x3a, 0xca, 0xd3, 0x52, 0x48, 0xa7,
+	0x87, 0x2f, 0x50, 0x81, 0xa6, 0x13, 0xc5, 0x14, 0x69, 0x65, 0x8d, 0x21, 0x25, 0x4a, 0x7e, 0xdd,
+	0xd1, 0x78, 0xa9, 0x14, 0x3b, 0xda, 0x33, 0x5e, 0x2a, 0xc5, 0x8e, 0x76, 0x88, 0xaa, 0x6c, 0xa4,
+	0x09, 0x2f, 0x51, 0x0d, 0x97, 0x21, 0xff, 0xfa, 0x10, 0x01, 0xad, 0xb3, 0x2a, 0x2d, 0xcb, 0xa8,
+	0x4e, 0x25, 0xc5, 0x8e, 0x86, 0x1a, 0x54, 0x21, 0xc5, 0x9b, 0x82, 0xa8, 0xa2, 0x8d, 0x78, 0xd6,
+	0x16, 0x55, 0xb4, 0x49, 0x2f, 0x1f, 0x66, 0x50, 0xbb, 0x8d, 0xb6, 0x9a, 0xff, 0xa8, 0x40, 0x2d,
+	0x4e, 0x37, 0xda, 0x48, 0xcc, 0xac, 0xa9, 0x1d, 0x35, 0x12, 0x74, 0x8c, 0x1f, 0x41, 0x69, 0x38,
+	0xb1, 0x7c, 0x7f, 0xe5, 0x39, 0x19, 0x8b, 0xb0, 0xcc, 0xe2, 0x00, 0x7c, 0x0f, 0xea, 0x23, 0xdb,
+	0x1f, 0x7a, 0xce, 0x9c, 0xdd, 0xdf, 0x05, 0xa6, 0x24, 0x49, 0xc2, 0xd7, 0xa0, 0x3c, 0xb7, 0x68,
+	0x39, 0x0e, 0x5f, 0x19, 0xe1, 0x0c, 0x3f, 0x80, 0x4d, 0x3e, 0x32, 0x3d, 0x7b, 0x62, 0xce, 0x5d,
+	0xfe, 0x98, 0x2c, 0x91, 0x06, 0xa7, 0x12, 0x7b, 0xa2, 0xb9, 0x3e, 0xde, 0x85, 0xea, 0xf0, 0x8d,
+	0x33, 0x19, 0x79, 0xf6, 0x8c, 0x65, 0x4a, 0xfd, 0x70, 0x73, 0xd5, 0x18, 0x12, 0xf3, 0x69, 0x86,
+	0xbf, 0x09, 0xdb, 0x1f, 0xd3, 0xb3, 0xcf, 0x59, 0xc6, 0xd4, 0x48, 0x3d, 0xa2, 0x11, 0xfb, 0x9c,
+	0x42, 0xc6, 0x8e, 0x37, 0x8d, 0x21, 0x55, 0x0e, 0x89, 0x68, 0x21, 0xc4, 0x77, 0xc7, 0x41, 0x0c,
+	0xe1, 0x2f, 0xc5, 0x7a, 0x44, 0xa3, 0x90, 0x3b, 0x00, 0xbe, 0xed, 0xd1, 0xeb, 0x67, 0xb6, 0x98,
+	0xee, 0x00, 0x03, 0xd4, 0x38, 0x45, 0x59, 0x4c, 0x69, 0x06, 0x4e, 0xc7, 0x67, 0x26, 0xf3, 0x6a,
+	0x9d, 0x31, 0x2b, 0xd3, 0xf1, 0x99, 0x42, 0x1d, 0x7b, 0x07, 0x60, 0xea, 0x8e, 0xec, 0x09, 0x67,
+	0x36, 0xb8, 0x24, 0xa3, 0x30, 0xf6, 0x15, 0x28, 0x59, 0x13, 0xc7, 0xf2, 0x77, 0x36, 0x18, 0x87,
+	0x4f, 0xa8, 0x3e, 0xcb, 0xf7, 0xed, 0x80, 0xd6, 0xf2, 0x4d, 0xae, 0x8f, 0xcd, 0xe5, 0x11, 0x2d,
+	0xf2, 0x8e, 0x6f, 0x8e, 0xbd, 0xc5, 0xce, 0x16, 0x7b, 0x39, 0x95, 0x1c, 0xbf, 0xe3, 0x2d, 0xf0,
+	0x73, 0x6e, 0x01, 0x7d, 0xfa, 0xee, 0xa0, 0x1f, 0x7d, 0x4f, 0x53, 0xeb, 0xda, 0xf4, 0x85, 0x7c,
+	0x93, 0xf7, 0x82, 0xdb, 0x4c, 0xa2, 0xca, 0x1b, 0x46, 0xcf, 0x61, 0x5d, 0x61, 0xdc, 0x4d, 0xe2,
+	0xcc, 0x6e, 0x12, 0x3f, 0x86, 0x12, 0x6f, 0x73, 0x2e, 0x33, 0xfe, 0xe5, 0xb5, 0x36, 0x27, 0xa0,
+	0xbd, 0x45, 0xd4, 0x54, 0xf9, 0xac, 0x55, 0xa0, 0xf6, 0x59, 0x3b, 0x57, 0x58, 0x54, 0x53, 0x4d,
+	0xd5, 0xb2, 0xdf, 0x21, 0xe0, 0x2f, 0x7b, 0x9f, 0xaf, 0xa1, 0x46, 0xab, 0xb7, 0x69, 0x05, 0x81,
+	0xb7, 0x73, 0xc8, 0x56, 0xba, 0xfd, 0xa1, 0xd7, 0x6f, 0xf7, 0x12, 0xa9, 0x52, 0x01, 0x4a, 0xc1,
+	0xdf, 0xb2, 0x67, 0x3c, 0xbf, 0xba, 0xb8, 0x86, 0xa7, 0x4c, 0xc3, 0xfd, 0x70, 0xe9, 0xf7, 0xdf,
+	0x6a, 0xdd, 0x4b, 0xec, 0xfd, 0xce, 0xf9, 0x4c, 0xd7, 0x0b, 0xa8, 0xce, 0xfd, 0x05, 0xd7, 0xf2,
+	0x8c, 0x69, 0xb9, 0xf5, 0x81, 0xbb, 0xa9, 0x7b, 0x89, 0x54, 0xe6, 0xfe, 0x82, 0x49, 0x7e, 0x07,
+	0x28, 0x58, 0x16, 0x69, 0xae, 0xe1, 0x39, 0xd3, 0xf0, 0xe0, 0x63, 0xae, 0x84, 0xee, 0x25, 0xb2,
+	0x95, 0x90, 0xa7, 0x8c, 0x16, 0x40, 0xd5, 0x9f, 0xdb, 0x43, 0x67, 0xec, 0x0c, 0x9b, 0xbf, 0xcf,
+	0x41, 0x35, 0xfa, 0x06, 0x80, 0xbf, 0x86, 0x7a, 0xa2, 0x61, 0xff, 0x88, 0x7e, 0x1d, 0x26, 0x71,
+	0xab, 0x8e, 0x9b, 0x50, 0xf4, 0x5c, 0x37, 0x08, 0x5f, 0x35, 0xe9, 0x53, 0xc7, 0x78, 0xf1, 0x02,
+	0xa7, 0xae, 0x1b, 0xd8, 0x23, 0x76, 0xfa, 0x3f, 0x62, 0x81, 0x16, 0x43, 0x37, 0xff, 0x52, 0x80,
+	0xcb, 0x7d, 0x77, 0xe4, 0x8c, 0x1d, 0xeb, 0x74, 0x62, 0xff, 0xaf, 0x0a, 0xd2, 0x67, 0x71, 0xb9,
+	0x29, 0x64, 0x1a, 0xfe, 0xfe, 0xf2, 0x53, 0xcc, 0x28, 0x3f, 0xf1, 0x81, 0x2c, 0xbd, 0xef, 0x40,
+	0x96, 0x57, 0x0f, 0x64, 0x78, 0x84, 0x2a, 0x59, 0x47, 0x28, 0xf5, 0xed, 0xa3, 0xfa, 0x13, 0xbe,
+	0x7d, 0x08, 0xeb, 0x89, 0x9f, 0xd1, 0x33, 0xa6, 0xdf, 0x91, 0x2b, 0xe9, 0xdf, 0x81, 0x6a, 0xe0,
+	0x5d, 0x24, 0x13, 0xff, 0xf1, 0x7b, 0x13, 0x2e, 0x43, 0x51, 0x25, 0xf0, 0x2e, 0xd2, 0xd9, 0xb6,
+	0xfb, 0xa7, 0x02, 0xed, 0xb2, 0x12, 0x51, 0xe0, 0x5d, 0x56, 0x5f, 0x53, 0x15, 0x49, 0x31, 0xd6,
+	0xbb, 0xac, 0x9b, 0x70, 0x6d, 0x8d, 0xcb, 0x6f, 0xcf, 0x5c, 0x06, 0x4f, 0xec, 0x0a, 0xba, 0x2e,
+	0xd3, 0x0b, 0x74, 0x5d, 0x6b, 0x4b, 0x10, 0x5f, 0x6a, 0x3d, 0x41, 0x91, 0x50, 0x21, 0x83, 0x2b,
+	0xaa, 0x8a, 0x21, 0xc8, 0x8a, 0x44, 0x50, 0x91, 0x3e, 0xf0, 0x52, 0x5c, 0x4d, 0x7d, 0x45, 0x1b,
+	0xba, 0x81, 0xa6, 0xf5, 0x4e, 0x50, 0x89, 0xb6, 0x3e, 0x29, 0x40, 0x47, 0x50, 0x50, 0x19, 0xdf,
+	0x80, 0xab, 0x29, 0xba, 0x2e, 0x29, 0xba, 0x4a, 0x50, 0x25, 0x83, 0xd5, 0x57, 0xdb, 0x83, 0x9e,
+	0x84, 0xaa, 0xf4, 0x75, 0xb0, 0xb6, 0x1c, 0x31, 0x50, 0x2d, 0x63, 0x19, 0x51, 0x1b, 0x20, 0xc8,
+	0xd8, 0x77, 0x4b, 0x30, 0x0c, 0x89, 0x9c, 0xa0, 0x7a, 0x06, 0x4f, 0x37, 0x54, 0x22, 0x1c, 0x49,
+	0xa8, 0x91, 0x65, 0x83, 0xd4, 0x57, 0xc9, 0x09, 0xda, 0xc0, 0x9f, 0xc0, 0xcd, 0x14, 0xcb, 0x20,
+	0x82, 0xa2, 0x8b, 0x92, 0x7c, 0x2c, 0x11, 0xb4, 0xb9, 0xfb, 0xef, 0x5c, 0xe2, 0xd3, 0xd2, 0x32,
+	0xe3, 0x22, 0x39, 0x53, 0x68, 0xf7, 0x65, 0xc5, 0xd4, 0x0d, 0xc1, 0x58, 0x0d, 0x5f, 0xe8, 0xe8,
+	0x14, 0x3f, 0x0a, 0xe0, 0x2d, 0xb8, 0xbe, 0xc6, 0xed, 0xa9, 0xe2, 0x4b, 0xa9, 0x8d, 0xf2, 0xb8,
+	0x09, 0x9f, 0xac, 0x31, 0xf5, 0xee, 0xc0, 0x30, 0x64, 0xe5, 0xc8, 0x6c, 0x53, 0x05, 0x05, 0x7c,
+	0x07, 0x6e, 0x64, 0xa8, 0x0f, 0x55, 0x14, 0x33, 0xd9, 0xb2, 0xae, 0xf6, 0x04, 0x43, 0x6a, 0xa3,
+	0x72, 0x14, 0xe7, 0x15, 0xb6, 0x46, 0xd4, 0xae, 0xdc, 0x92, 0x29, 0xa0, 0xb4, 0xfb, 0xd7, 0x02,
+	0xe0, 0xf5, 0x2f, 0x85, 0xb1, 0x5a, 0x55, 0xa3, 0x49, 0xb1, 0xb6, 0xe7, 0x68, 0x57, 0x2b, 0xec,
+	0x68, 0xcb, 0x91, 0x43, 0x12, 0xcc, 0xb6, 0xac, 0x0b, 0xad, 0x1e, 0xdb, 0x73, 0x86, 0xa8, 0xa4,
+	0x70, 0x66, 0x21, 0x8b, 0x69, 0x48, 0x3a, 0x75, 0x07, 0x2a, 0x46, 0x71, 0x4f, 0x32, 0x15, 0x95,
+	0xf4, 0x85, 0x1e, 0x2a, 0xc5, 0xfb, 0x4c, 0xf0, 0x44, 0x55, 0xe9, 0xc8, 0x47, 0x03, 0x42, 0x85,
+	0xcb, 0xf8, 0x21, 0xdc, 0x4f, 0x03, 0x84, 0x81, 0xa1, 0xf6, 0x05, 0x43, 0x16, 0xcd, 0x9e, 0x2a,
+	0xb4, 0x29, 0xac, 0x92, 0xb5, 0x46, 0x47, 0x90, 0xa9, 0x71, 0x55, 0xfc, 0x19, 0x34, 0xd3, 0xbc,
+	0xae, 0x7c, 0xd4, 0x35, 0x0d, 0xa9, 0xaf, 0xb1, 0xb0, 0xb1, 0x88, 0xd5, 0xf0, 0xa7, 0x70, 0x37,
+	0x8d, 0xeb, 0x0b, 0xca, 0x40, 0xe8, 0x2d, 0x41, 0x80, 0x1f, 0xc3, 0xc3, 0x34, 0x28, 0x3c, 0x81,
+	0xc2, 0x31, 0x8d, 0x7e, 0x0c, 0xad, 0xe3, 0xfb, 0x70, 0x67, 0xcd, 0x29, 0x2c, 0xb3, 0x65, 0xbd,
+	0x2f, 0x18, 0x62, 0x17, 0x35, 0x76, 0x7f, 0x97, 0xcc, 0xdd, 0xe5, 0x67, 0xdb, 0x38, 0x77, 0x07,
+	0x3a, 0x6d, 0xe0, 0xde, 0x9f, 0xbb, 0xab, 0xfc, 0x28, 0x90, 0xe1, 0x61, 0x5a, 0xe1, 0xca, 0xed,
+	0x9e, 0x94, 0x88, 0x62, 0x92, 0x25, 0x88, 0x86, 0x7c, 0x4c, 0x4b, 0x4f, 0x96, 0x5c, 0x6b, 0xa0,
+	0x9f, 0xa0, 0xe2, 0xee, 0x6f, 0x92, 0xdf, 0x6f, 0x97, 0x1f, 0x89, 0x97, 0x87, 0xac, 0x27, 0x90,
+	0xfe, 0x87, 0x0e, 0xd9, 0x0a, 0x3f, 0x32, 0x34, 0xf2, 0x50, 0x5a, 0x9a, 0x98, 0x44, 0xd2, 0x04,
+	0x99, 0xa0, 0xfc, 0xf2, 0x9c, 0x24, 0x20, 0x22, 0x91, 0x0d, 0x59, 0x14, 0x7a, 0xa8, 0x10, 0xc7,
+	0x3d, 0xc9, 0xee, 0x0b, 0xdf, 0xaa, 0x24, 0x91, 0x77, 0x2b, 0x3c, 0x59, 0x51, 0x09, 0x2a, 0x65,
+	0xda, 0xf5, 0x4a, 0x20, 0x0a, 0x4f, 0xba, 0xf8, 0x7c, 0x27, 0xb8, 0xb2, 0xd2, 0x96, 0x0c, 0x89,
+	0xf4, 0x65, 0x45, 0x30, 0x24, 0x54, 0xd9, 0xfd, 0x73, 0x0e, 0xae, 0x66, 0x7e, 0xf9, 0xc6, 0xf7,
+	0xe0, 0x36, 0x93, 0xd6, 0x0d, 0x41, 0x69, 0xb7, 0x4e, 0x32, 0xbc, 0x12, 0x79, 0x2d, 0x8d, 0x48,
+	0xdd, 0x1e, 0x29, 0x7e, 0x57, 0x35, 0x12, 0x11, 0x5c, 0xe5, 0x89, 0x6a, 0x8f, 0x9e, 0xc3, 0x47,
+	0xf0, 0x20, 0x83, 0xa9, 0x11, 0xf5, 0x58, 0x6e, 0xb3, 0xec, 0x94, 0xc8, 0xb1, 0x2c, 0x4a, 0xa8,
+	0xb8, 0xfb, 0xdb, 0x02, 0x6c, 0xac, 0x7c, 0x52, 0xc7, 0x3b, 0x70, 0xe5, 0x58, 0xe8, 0x0d, 0xa4,
+	0xf5, 0x8b, 0xee, 0x0a, 0xa0, 0x04, 0x87, 0xb7, 0x6a, 0x39, 0x7a, 0x05, 0xac, 0xe0, 0xb9, 0xf1,
+	0x79, 0x7a, 0x67, 0x24, 0xe8, 0xc7, 0x6a, 0xcf, 0xd0, 0x4d, 0x41, 0x44, 0x85, 0x4c, 0x46, 0x5b,
+	0x44, 0xc5, 0x94, 0x26, 0xa1, 0xaf, 0x49, 0x44, 0xa2, 0x6d, 0xe4, 0xea, 0xba, 0xaf, 0x04, 0xc3,
+	0xd0, 0x51, 0x39, 0x45, 0xed, 0x4a, 0xc4, 0xf8, 0x1e, 0x55, 0x52, 0x3a, 0x44, 0xa9, 0xa7, 0xcb,
+	0x03, 0x1d, 0x55, 0x69, 0x4e, 0x27, 0xe8, 0x9a, 0x44, 0x44, 0x7a, 0x8d, 0x90, 0x2e, 0xaa, 0x61,
+	0x0c, 0x9b, 0x09, 0x16, 0xd1, 0xfa, 0x08, 0x52, 0x34, 0xb1, 0xdf, 0xe7, 0xf7, 0x56, 0x82, 0x66,
+	0x90, 0x81, 0xd1, 0x35, 0x19, 0x01, 0x35, 0x52, 0xcb, 0x86, 0xea, 0xd1, 0x06, 0xbe, 0x0a, 0xdb,
+	0x09, 0x7a, 0x9f, 0x66, 0x8e, 0x8e, 0x36, 0x53, 0xb6, 0xb7, 0x4e, 0x0c, 0x49, 0x47, 0x5b, 0xa9,
+	0x45, 0xdb, 0xad, 0x3e, 0x42, 0xbb, 0x3f, 0x14, 0x00, 0x96, 0x3d, 0xfc, 0x72, 0x1b, 0xba, 0x28,
+	0xf4, 0x56, 0xa3, 0x13, 0x2f, 0xc5, 0x59, 0x27, 0xaa, 0x68, 0xa8, 0x28, 0x97, 0x26, 0x7f, 0x2f,
+	0x69, 0x86, 0x8a, 0xf2, 0x4b, 0x0b, 0x38, 0x59, 0x30, 0x0c, 0x15, 0x15, 0xd2, 0xe0, 0x8e, 0xd4,
+	0x37, 0x54, 0x54, 0x4c, 0x83, 0x35, 0x59, 0x54, 0x93, 0x61, 0xe1, 0x54, 0x45, 0x50, 0x54, 0x54,
+	0x4e, 0xab, 0xe8, 0xcb, 0x22, 0x51, 0x51, 0x65, 0x9d, 0xdc, 0xeb, 0xc9, 0xa8, 0x9a, 0x26, 0x0f,
+	0x14, 0xd9, 0xd0, 0x51, 0x2d, 0xad, 0xfa, 0xa5, 0xdc, 0x53, 0x11, 0xa4, 0xa9, 0x7d, 0xe9, 0x48,
+	0x40, 0xf5, 0x34, 0xf5, 0x48, 0x3e, 0x12, 0x50, 0x23, 0x4d, 0x35, 0x24, 0x22, 0xa0, 0x8d, 0xb5,
+	0x8d, 0x48, 0x86, 0x80, 0x36, 0xf1, 0x65, 0xd8, 0x4a, 0x52, 0xa5, 0xd7, 0x02, 0xda, 0x5a, 0xf7,
+	0x9b, 0x61, 0x08, 0x08, 0xad, 0x7b, 0x99, 0x92, 0xb7, 0x77, 0x7f, 0x99, 0x83, 0x46, 0xf2, 0x57,
+	0x11, 0x3d, 0x9e, 0xfc, 0x61, 0xc5, 0xce, 0xde, 0x40, 0x4f, 0x1f, 0xa4, 0x55, 0xa6, 0xfa, 0x12,
+	0xe5, 0x68, 0x89, 0x4b, 0x8b, 0x08, 0xc7, 0x82, 0xdc, 0xa3, 0x97, 0x2b, 0xca, 0xd3, 0x72, 0xb2,
+	0xca, 0x56, 0x54, 0x85, 0x5e, 0x29, 0x82, 0x21, 0xab, 0x0a, 0x2d, 0x82, 0xbb, 0x3f, 0xe4, 0x60,
+	0x2b, 0xf5, 0xad, 0x8c, 0xe6, 0xd4, 0xda, 0x39, 0xfe, 0x89, 0x9f, 0xbf, 0xd9, 0x87, 0x1a, 0x55,
+	0x41, 0x25, 0x5c, 0x87, 0x8a, 0x72, 0x64, 0x6a, 0xaa, 0x72, 0xb8, 0xf2, 0xf9, 0xfb, 0x2a, 0x6c,
+	0x8b, 0x6a, 0xbf, 0xa5, 0x9a, 0x54, 0xd8, 0x0c, 0xe5, 0xaa, 0xf8, 0x1a, 0x6c, 0xb3, 0xa5, 0x15,
+	0xd5, 0x30, 0x69, 0xcd, 0x14, 0xe9, 0x8b, 0xe5, 0x3f, 0xb9, 0xd6, 0xd7, 0xdf, 0x7f, 0x79, 0xe6,
+	0x04, 0x6f, 0x16, 0xa7, 0x7b, 0x43, 0x77, 0xba, 0xef, 0xce, 0xed, 0xd9, 0xd0, 0xf5, 0x46, 0xfb,
+	0x23, 0xfb, 0xdc, 0x19, 0xda, 0x5f, 0x4c, 0xad, 0x99, 0x75, 0x66, 0x4f, 0xed, 0x59, 0xf0, 0x85,
+	0x33, 0x0b, 0x6c, 0x6f, 0x6c, 0x0d, 0xed, 0xfd, 0xf3, 0xa7, 0xfb, 0x67, 0xee, 0xfe, 0x68, 0xea,
+	0x9c, 0x96, 0x59, 0xff, 0xf5, 0xf4, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x6b, 0xb1, 0xa0, 0x6b,
+	0x66, 0x1e, 0x00, 0x00,
 }
diff --git a/go/dmi/hw_events_mgmt_service.pb.go b/go/dmi/hw_events_mgmt_service.pb.go
index cfca737..b2fffa4 100644
--- a/go/dmi/hw_events_mgmt_service.pb.go
+++ b/go/dmi/hw_events_mgmt_service.pb.go
@@ -96,6 +96,13 @@
 	// Events for the line cards on the HW Device
 	EventIds_EVENT_LINE_CARD_PLUG_OUT EventIds = 600
 	EventIds_EVENT_LINE_CARD_PLUG_IN  EventIds = 601
+	// Indicates that the a state of a component has changed.
+	// The StateChangeInfo message inside the event conveys the old and new states.
+	EventIds_EVENT_COMPONENT_ADMIN_STATE_CHANGED   EventIds = 700
+	EventIds_EVENT_COMPONENT_OPER_STATE_CHANGED    EventIds = 701
+	EventIds_EVENT_COMPONENT_ALARM_STATE_CHANGED   EventIds = 702
+	EventIds_EVENT_COMPONENT_USAGE_STATE_CHANGED   EventIds = 703
+	EventIds_EVENT_COMPONENT_STANDBY_STATE_CHANGED EventIds = 704
 )
 
 var EventIds_name = map[int32]string{
@@ -154,6 +161,11 @@
 	513: "EVENT_HW_NTP_SYNC_FAILURE_RECOVERED",
 	600: "EVENT_LINE_CARD_PLUG_OUT",
 	601: "EVENT_LINE_CARD_PLUG_IN",
+	700: "EVENT_COMPONENT_ADMIN_STATE_CHANGED",
+	701: "EVENT_COMPONENT_OPER_STATE_CHANGED",
+	702: "EVENT_COMPONENT_ALARM_STATE_CHANGED",
+	703: "EVENT_COMPONENT_USAGE_STATE_CHANGED",
+	704: "EVENT_COMPONENT_STANDBY_STATE_CHANGED",
 }
 
 var EventIds_value = map[string]int32{
@@ -212,6 +224,11 @@
 	"EVENT_HW_NTP_SYNC_FAILURE_RECOVERED":                     513,
 	"EVENT_LINE_CARD_PLUG_OUT":                                600,
 	"EVENT_LINE_CARD_PLUG_IN":                                 601,
+	"EVENT_COMPONENT_ADMIN_STATE_CHANGED":                     700,
+	"EVENT_COMPONENT_OPER_STATE_CHANGED":                      701,
+	"EVENT_COMPONENT_ALARM_STATE_CHANGED":                     702,
+	"EVENT_COMPONENT_USAGE_STATE_CHANGED":                     703,
+	"EVENT_COMPONENT_STANDBY_STATE_CHANGED":                   704,
 }
 
 func (x EventIds) String() string {
@@ -938,6 +955,366 @@
 	return ""
 }
 
+type AdminStateChange struct {
+	Old                  ComponentAdminState `protobuf:"varint,1,opt,name=old,proto3,enum=dmi.ComponentAdminState" json:"old,omitempty"`
+	New                  ComponentAdminState `protobuf:"varint,2,opt,name=new,proto3,enum=dmi.ComponentAdminState" json:"new,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
+	XXX_unrecognized     []byte              `json:"-"`
+	XXX_sizecache        int32               `json:"-"`
+}
+
+func (m *AdminStateChange) Reset()         { *m = AdminStateChange{} }
+func (m *AdminStateChange) String() string { return proto.CompactTextString(m) }
+func (*AdminStateChange) ProtoMessage()    {}
+func (*AdminStateChange) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{10}
+}
+
+func (m *AdminStateChange) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_AdminStateChange.Unmarshal(m, b)
+}
+func (m *AdminStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_AdminStateChange.Marshal(b, m, deterministic)
+}
+func (m *AdminStateChange) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_AdminStateChange.Merge(m, src)
+}
+func (m *AdminStateChange) XXX_Size() int {
+	return xxx_messageInfo_AdminStateChange.Size(m)
+}
+func (m *AdminStateChange) XXX_DiscardUnknown() {
+	xxx_messageInfo_AdminStateChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_AdminStateChange proto.InternalMessageInfo
+
+func (m *AdminStateChange) GetOld() ComponentAdminState {
+	if m != nil {
+		return m.Old
+	}
+	return ComponentAdminState_COMP_ADMIN_STATE_UNDEFINED
+}
+
+func (m *AdminStateChange) GetNew() ComponentAdminState {
+	if m != nil {
+		return m.New
+	}
+	return ComponentAdminState_COMP_ADMIN_STATE_UNDEFINED
+}
+
+type OperStateChange struct {
+	Old                  ComponentOperState `protobuf:"varint,1,opt,name=old,proto3,enum=dmi.ComponentOperState" json:"old,omitempty"`
+	New                  ComponentOperState `protobuf:"varint,2,opt,name=new,proto3,enum=dmi.ComponentOperState" json:"new,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
+	XXX_unrecognized     []byte             `json:"-"`
+	XXX_sizecache        int32              `json:"-"`
+}
+
+func (m *OperStateChange) Reset()         { *m = OperStateChange{} }
+func (m *OperStateChange) String() string { return proto.CompactTextString(m) }
+func (*OperStateChange) ProtoMessage()    {}
+func (*OperStateChange) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{11}
+}
+
+func (m *OperStateChange) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_OperStateChange.Unmarshal(m, b)
+}
+func (m *OperStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_OperStateChange.Marshal(b, m, deterministic)
+}
+func (m *OperStateChange) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_OperStateChange.Merge(m, src)
+}
+func (m *OperStateChange) XXX_Size() int {
+	return xxx_messageInfo_OperStateChange.Size(m)
+}
+func (m *OperStateChange) XXX_DiscardUnknown() {
+	xxx_messageInfo_OperStateChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_OperStateChange proto.InternalMessageInfo
+
+func (m *OperStateChange) GetOld() ComponentOperState {
+	if m != nil {
+		return m.Old
+	}
+	return ComponentOperState_COMP_OPER_STATE_UNDEFINED
+}
+
+func (m *OperStateChange) GetNew() ComponentOperState {
+	if m != nil {
+		return m.New
+	}
+	return ComponentOperState_COMP_OPER_STATE_UNDEFINED
+}
+
+type AlarmStateChange struct {
+	Old                  ComponentAlarmState `protobuf:"varint,1,opt,name=old,proto3,enum=dmi.ComponentAlarmState" json:"old,omitempty"`
+	New                  ComponentAlarmState `protobuf:"varint,2,opt,name=new,proto3,enum=dmi.ComponentAlarmState" json:"new,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
+	XXX_unrecognized     []byte              `json:"-"`
+	XXX_sizecache        int32               `json:"-"`
+}
+
+func (m *AlarmStateChange) Reset()         { *m = AlarmStateChange{} }
+func (m *AlarmStateChange) String() string { return proto.CompactTextString(m) }
+func (*AlarmStateChange) ProtoMessage()    {}
+func (*AlarmStateChange) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{12}
+}
+
+func (m *AlarmStateChange) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_AlarmStateChange.Unmarshal(m, b)
+}
+func (m *AlarmStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_AlarmStateChange.Marshal(b, m, deterministic)
+}
+func (m *AlarmStateChange) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_AlarmStateChange.Merge(m, src)
+}
+func (m *AlarmStateChange) XXX_Size() int {
+	return xxx_messageInfo_AlarmStateChange.Size(m)
+}
+func (m *AlarmStateChange) XXX_DiscardUnknown() {
+	xxx_messageInfo_AlarmStateChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_AlarmStateChange proto.InternalMessageInfo
+
+func (m *AlarmStateChange) GetOld() ComponentAlarmState {
+	if m != nil {
+		return m.Old
+	}
+	return ComponentAlarmState_COMP_ALARM_STATE_UNDEFINED
+}
+
+func (m *AlarmStateChange) GetNew() ComponentAlarmState {
+	if m != nil {
+		return m.New
+	}
+	return ComponentAlarmState_COMP_ALARM_STATE_UNDEFINED
+}
+
+type UsageStateChange struct {
+	Old                  ComponentUsageState `protobuf:"varint,1,opt,name=old,proto3,enum=dmi.ComponentUsageState" json:"old,omitempty"`
+	New                  ComponentUsageState `protobuf:"varint,2,opt,name=new,proto3,enum=dmi.ComponentUsageState" json:"new,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
+	XXX_unrecognized     []byte              `json:"-"`
+	XXX_sizecache        int32               `json:"-"`
+}
+
+func (m *UsageStateChange) Reset()         { *m = UsageStateChange{} }
+func (m *UsageStateChange) String() string { return proto.CompactTextString(m) }
+func (*UsageStateChange) ProtoMessage()    {}
+func (*UsageStateChange) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{13}
+}
+
+func (m *UsageStateChange) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_UsageStateChange.Unmarshal(m, b)
+}
+func (m *UsageStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_UsageStateChange.Marshal(b, m, deterministic)
+}
+func (m *UsageStateChange) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_UsageStateChange.Merge(m, src)
+}
+func (m *UsageStateChange) XXX_Size() int {
+	return xxx_messageInfo_UsageStateChange.Size(m)
+}
+func (m *UsageStateChange) XXX_DiscardUnknown() {
+	xxx_messageInfo_UsageStateChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_UsageStateChange proto.InternalMessageInfo
+
+func (m *UsageStateChange) GetOld() ComponentUsageState {
+	if m != nil {
+		return m.Old
+	}
+	return ComponentUsageState_COMP_USAGE_STATE_UNDEFINED
+}
+
+func (m *UsageStateChange) GetNew() ComponentUsageState {
+	if m != nil {
+		return m.New
+	}
+	return ComponentUsageState_COMP_USAGE_STATE_UNDEFINED
+}
+
+type StandbyStateChange struct {
+	Old                  ComponentStandbyState `protobuf:"varint,1,opt,name=old,proto3,enum=dmi.ComponentStandbyState" json:"old,omitempty"`
+	New                  ComponentStandbyState `protobuf:"varint,2,opt,name=new,proto3,enum=dmi.ComponentStandbyState" json:"new,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
+	XXX_unrecognized     []byte                `json:"-"`
+	XXX_sizecache        int32                 `json:"-"`
+}
+
+func (m *StandbyStateChange) Reset()         { *m = StandbyStateChange{} }
+func (m *StandbyStateChange) String() string { return proto.CompactTextString(m) }
+func (*StandbyStateChange) ProtoMessage()    {}
+func (*StandbyStateChange) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{14}
+}
+
+func (m *StandbyStateChange) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_StandbyStateChange.Unmarshal(m, b)
+}
+func (m *StandbyStateChange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_StandbyStateChange.Marshal(b, m, deterministic)
+}
+func (m *StandbyStateChange) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_StandbyStateChange.Merge(m, src)
+}
+func (m *StandbyStateChange) XXX_Size() int {
+	return xxx_messageInfo_StandbyStateChange.Size(m)
+}
+func (m *StandbyStateChange) XXX_DiscardUnknown() {
+	xxx_messageInfo_StandbyStateChange.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_StandbyStateChange proto.InternalMessageInfo
+
+func (m *StandbyStateChange) GetOld() ComponentStandbyState {
+	if m != nil {
+		return m.Old
+	}
+	return ComponentStandbyState_COMP_STANDBY_STATE_UNDEFINED
+}
+
+func (m *StandbyStateChange) GetNew() ComponentStandbyState {
+	if m != nil {
+		return m.New
+	}
+	return ComponentStandbyState_COMP_STANDBY_STATE_UNDEFINED
+}
+
+type StateChangeInfo struct {
+	// Types that are valid to be assigned to StateChange:
+	//	*StateChangeInfo_AdminStateChange
+	//	*StateChangeInfo_OperStateChange
+	//	*StateChangeInfo_AlarmStateChange
+	//	*StateChangeInfo_UsageStateChange
+	//	*StateChangeInfo_StandbyStateChange
+	StateChange          isStateChangeInfo_StateChange `protobuf_oneof:"state_change"`
+	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
+	XXX_unrecognized     []byte                        `json:"-"`
+	XXX_sizecache        int32                         `json:"-"`
+}
+
+func (m *StateChangeInfo) Reset()         { *m = StateChangeInfo{} }
+func (m *StateChangeInfo) String() string { return proto.CompactTextString(m) }
+func (*StateChangeInfo) ProtoMessage()    {}
+func (*StateChangeInfo) Descriptor() ([]byte, []int) {
+	return fileDescriptor_8962d785556e9979, []int{15}
+}
+
+func (m *StateChangeInfo) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_StateChangeInfo.Unmarshal(m, b)
+}
+func (m *StateChangeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_StateChangeInfo.Marshal(b, m, deterministic)
+}
+func (m *StateChangeInfo) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_StateChangeInfo.Merge(m, src)
+}
+func (m *StateChangeInfo) XXX_Size() int {
+	return xxx_messageInfo_StateChangeInfo.Size(m)
+}
+func (m *StateChangeInfo) XXX_DiscardUnknown() {
+	xxx_messageInfo_StateChangeInfo.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_StateChangeInfo proto.InternalMessageInfo
+
+type isStateChangeInfo_StateChange interface {
+	isStateChangeInfo_StateChange()
+}
+
+type StateChangeInfo_AdminStateChange struct {
+	AdminStateChange *AdminStateChange `protobuf:"bytes,1,opt,name=admin_state_change,json=adminStateChange,proto3,oneof"`
+}
+
+type StateChangeInfo_OperStateChange struct {
+	OperStateChange *OperStateChange `protobuf:"bytes,2,opt,name=oper_state_change,json=operStateChange,proto3,oneof"`
+}
+
+type StateChangeInfo_AlarmStateChange struct {
+	AlarmStateChange *AlarmStateChange `protobuf:"bytes,3,opt,name=alarm_state_change,json=alarmStateChange,proto3,oneof"`
+}
+
+type StateChangeInfo_UsageStateChange struct {
+	UsageStateChange *UsageStateChange `protobuf:"bytes,4,opt,name=usage_state_change,json=usageStateChange,proto3,oneof"`
+}
+
+type StateChangeInfo_StandbyStateChange struct {
+	StandbyStateChange *StandbyStateChange `protobuf:"bytes,5,opt,name=standby_state_change,json=standbyStateChange,proto3,oneof"`
+}
+
+func (*StateChangeInfo_AdminStateChange) isStateChangeInfo_StateChange() {}
+
+func (*StateChangeInfo_OperStateChange) isStateChangeInfo_StateChange() {}
+
+func (*StateChangeInfo_AlarmStateChange) isStateChangeInfo_StateChange() {}
+
+func (*StateChangeInfo_UsageStateChange) isStateChangeInfo_StateChange() {}
+
+func (*StateChangeInfo_StandbyStateChange) isStateChangeInfo_StateChange() {}
+
+func (m *StateChangeInfo) GetStateChange() isStateChangeInfo_StateChange {
+	if m != nil {
+		return m.StateChange
+	}
+	return nil
+}
+
+func (m *StateChangeInfo) GetAdminStateChange() *AdminStateChange {
+	if x, ok := m.GetStateChange().(*StateChangeInfo_AdminStateChange); ok {
+		return x.AdminStateChange
+	}
+	return nil
+}
+
+func (m *StateChangeInfo) GetOperStateChange() *OperStateChange {
+	if x, ok := m.GetStateChange().(*StateChangeInfo_OperStateChange); ok {
+		return x.OperStateChange
+	}
+	return nil
+}
+
+func (m *StateChangeInfo) GetAlarmStateChange() *AlarmStateChange {
+	if x, ok := m.GetStateChange().(*StateChangeInfo_AlarmStateChange); ok {
+		return x.AlarmStateChange
+	}
+	return nil
+}
+
+func (m *StateChangeInfo) GetUsageStateChange() *UsageStateChange {
+	if x, ok := m.GetStateChange().(*StateChangeInfo_UsageStateChange); ok {
+		return x.UsageStateChange
+	}
+	return nil
+}
+
+func (m *StateChangeInfo) GetStandbyStateChange() *StandbyStateChange {
+	if x, ok := m.GetStateChange().(*StateChangeInfo_StandbyStateChange); ok {
+		return x.StandbyStateChange
+	}
+	return nil
+}
+
+// XXX_OneofWrappers is for the internal use of the proto package.
+func (*StateChangeInfo) XXX_OneofWrappers() []interface{} {
+	return []interface{}{
+		(*StateChangeInfo_AdminStateChange)(nil),
+		(*StateChangeInfo_OperStateChange)(nil),
+		(*StateChangeInfo_AlarmStateChange)(nil),
+		(*StateChangeInfo_UsageStateChange)(nil),
+		(*StateChangeInfo_StandbyStateChange)(nil),
+	}
+}
+
 type Event struct {
 	EventMetadata *EventMetaData       `protobuf:"bytes,1,opt,name=event_metadata,json=eventMetadata,proto3" json:"event_metadata,omitempty"`
 	EventId       EventIds             `protobuf:"varint,2,opt,name=event_id,json=eventId,proto3,enum=dmi.EventIds" json:"event_id,omitempty"`
@@ -945,17 +1322,18 @@
 	// Optional threshold information for an event
 	ThresholdInfo *ThresholdInformation `protobuf:"bytes,4,opt,name=threshold_info,json=thresholdInfo,proto3" json:"threshold_info,omitempty"`
 	// Any additional info regarding the event
-	AddInfo              string   `protobuf:"bytes,5,opt,name=add_info,json=addInfo,proto3" json:"add_info,omitempty"`
-	XXX_NoUnkeyedLiteral struct{} `json:"-"`
-	XXX_unrecognized     []byte   `json:"-"`
-	XXX_sizecache        int32    `json:"-"`
+	AddInfo              string           `protobuf:"bytes,5,opt,name=add_info,json=addInfo,proto3" json:"add_info,omitempty"`
+	StateChangeInfo      *StateChangeInfo `protobuf:"bytes,6,opt,name=state_change_info,json=stateChangeInfo,proto3" json:"state_change_info,omitempty"`
+	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
+	XXX_unrecognized     []byte           `json:"-"`
+	XXX_sizecache        int32            `json:"-"`
 }
 
 func (m *Event) Reset()         { *m = Event{} }
 func (m *Event) String() string { return proto.CompactTextString(m) }
 func (*Event) ProtoMessage()    {}
 func (*Event) Descriptor() ([]byte, []int) {
-	return fileDescriptor_8962d785556e9979, []int{10}
+	return fileDescriptor_8962d785556e9979, []int{16}
 }
 
 func (m *Event) XXX_Unmarshal(b []byte) error {
@@ -1011,6 +1389,13 @@
 	return ""
 }
 
+func (m *Event) GetStateChangeInfo() *StateChangeInfo {
+	if m != nil {
+		return m.StateChangeInfo
+	}
+	return nil
+}
+
 func init() {
 	proto.RegisterEnum("dmi.EventIds", EventIds_name, EventIds_value)
 	proto.RegisterEnum("dmi.ListEventsResponse_Reason", ListEventsResponse_Reason_name, ListEventsResponse_Reason_value)
@@ -1025,119 +1410,145 @@
 	proto.RegisterType((*EventsConfigurationRequest)(nil), "dmi.EventsConfigurationRequest")
 	proto.RegisterType((*EventsConfigurationResponse)(nil), "dmi.EventsConfigurationResponse")
 	proto.RegisterType((*EventMetaData)(nil), "dmi.EventMetaData")
+	proto.RegisterType((*AdminStateChange)(nil), "dmi.AdminStateChange")
+	proto.RegisterType((*OperStateChange)(nil), "dmi.OperStateChange")
+	proto.RegisterType((*AlarmStateChange)(nil), "dmi.AlarmStateChange")
+	proto.RegisterType((*UsageStateChange)(nil), "dmi.UsageStateChange")
+	proto.RegisterType((*StandbyStateChange)(nil), "dmi.StandbyStateChange")
+	proto.RegisterType((*StateChangeInfo)(nil), "dmi.StateChangeInfo")
 	proto.RegisterType((*Event)(nil), "dmi.Event")
 }
 
 func init() { proto.RegisterFile("dmi/hw_events_mgmt_service.proto", fileDescriptor_8962d785556e9979) }
 
 var fileDescriptor_8962d785556e9979 = []byte{
-	// 1682 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x5b, 0x73, 0xe3, 0x48,
-	0x15, 0x8e, 0xad, 0x5c, 0x4f, 0x26, 0x46, 0x7b, 0x6a, 0x98, 0x49, 0x1c, 0x66, 0xc6, 0x78, 0x76,
-	0x37, 0xd9, 0xc0, 0xd8, 0xd9, 0xcc, 0x30, 0xc3, 0xd4, 0x3e, 0x80, 0x62, 0x2b, 0x63, 0xd5, 0x3a,
-	0x72, 0xaa, 0x2d, 0x3b, 0x2c, 0x0f, 0xab, 0xea, 0x89, 0xda, 0x8e, 0x18, 0x4b, 0xf2, 0x4a, 0xed,
-	0x84, 0x40, 0x15, 0x05, 0xfc, 0x02, 0x2e, 0xcb, 0x13, 0x14, 0xbf, 0x80, 0x85, 0x3f, 0xc0, 0x0f,
-	0xe0, 0xf2, 0x07, 0xe0, 0x95, 0x77, 0xde, 0xb8, 0xdf, 0x4b, 0x2d, 0xd9, 0x56, 0x7c, 0xcd, 0x54,
-	0xf1, 0x66, 0x9d, 0xf3, 0x7d, 0xe7, 0x7c, 0xdd, 0xe7, 0xf4, 0x91, 0xda, 0x90, 0xb3, 0x1c, 0xbb,
-	0x78, 0x7e, 0x69, 0xb2, 0x0b, 0xe6, 0xf2, 0xc0, 0x74, 0xda, 0x0e, 0x37, 0x03, 0xe6, 0x5f, 0xd8,
-	0x67, 0xac, 0xd0, 0xf5, 0x3d, 0xee, 0xa1, 0x64, 0x39, 0x76, 0xf6, 0x8d, 0x10, 0x76, 0xe6, 0x39,
-	0x8e, 0xe7, 0x06, 0x91, 0x3d, 0x7b, 0x2b, 0x62, 0xc6, 0x4f, 0x0f, 0xda, 0x9e, 0xd7, 0xee, 0xb0,
-	0xa2, 0x78, 0x7a, 0xd9, 0x6b, 0x15, 0xb9, 0xed, 0xb0, 0x80, 0x53, 0xa7, 0x1b, 0x03, 0xb6, 0x47,
-	0x01, 0xcc, 0xe9, 0xf2, 0xab, 0xc8, 0x99, 0xff, 0x71, 0x0a, 0xd6, 0x9a, 0xb4, 0xd3, 0x63, 0xc6,
-	0x55, 0x97, 0xe1, 0x16, 0xac, 0xd8, 0x2e, 0x37, 0x2f, 0x68, 0x67, 0x33, 0x95, 0x4b, 0xed, 0x4a,
-	0x95, 0x05, 0xb2, 0x6c, 0xbb, 0xbc, 0x49, 0x3b, 0xb8, 0x0d, 0xab, 0xbd, 0xbe, 0x2f, 0x9d, 0x4b,
-	0xed, 0x2e, 0x56, 0x16, 0xc8, 0x4a, 0x2f, 0x76, 0xde, 0x83, 0xb5, 0x56, 0xc7, 0xa3, 0x91, 0x57,
-	0xca, 0xa5, 0x76, 0xd3, 0x95, 0x05, 0xb2, 0x2a, 0x4c, 0xa1, 0x7b, 0x1f, 0xd6, 0xf8, 0x55, 0x97,
-	0xd5, 0x5a, 0x4d, 0xda, 0xd9, 0x5c, 0xcc, 0xa5, 0x76, 0x33, 0x07, 0x58, 0xb0, 0x1c, 0xbb, 0x50,
-	0xa6, 0x9c, 0x0e, 0xb2, 0x93, 0x21, 0xe8, 0x70, 0x09, 0xa4, 0x0b, 0xda, 0xc9, 0x13, 0x80, 0x53,
-	0xca, 0x99, 0x7f, 0x4c, 0xfd, 0x57, 0x01, 0xe6, 0x61, 0xf1, 0xdc, 0x6e, 0x9f, 0x0b, 0x69, 0xeb,
-	0x07, 0x19, 0x11, 0x61, 0xc8, 0x16, 0x3e, 0xcc, 0x81, 0xd4, 0xf1, 0x2e, 0x85, 0xc2, 0x71, 0x48,
-	0xe8, 0xca, 0xbf, 0x02, 0x30, 0xce, 0x7d, 0x16, 0x9c, 0x7b, 0x1d, 0x2b, 0xc0, 0x1d, 0x58, 0xea,
-	0x75, 0xbb, 0xcc, 0x8f, 0x83, 0x7e, 0x4a, 0x30, 0x86, 0x39, 0x2b, 0x0b, 0x24, 0xf2, 0x87, 0xc0,
-	0x8e, 0x77, 0xc9, 0xfc, 0x38, 0xf4, 0x24, 0xa0, 0xf0, 0x1f, 0xae, 0xc3, 0x1a, 0xef, 0xc7, 0xcf,
-	0x7f, 0x0b, 0x6e, 0x0f, 0x92, 0x69, 0x6e, 0xcb, 0xf3, 0x1d, 0xca, 0x6d, 0xcf, 0xc5, 0x2f, 0x40,
-	0xc6, 0x7b, 0x19, 0x56, 0x9b, 0x59, 0xe1, 0x9e, 0xf5, 0xd8, 0x94, 0x45, 0x6d, 0xf4, 0x51, 0xc2,
-	0x84, 0x45, 0x80, 0x41, 0xec, 0xe0, 0x9a, 0x92, 0xe1, 0x92, 0x48, 0x02, 0x92, 0xff, 0x65, 0x0a,
-	0x56, 0xd5, 0xb0, 0xc1, 0x4a, 0xad, 0x36, 0xee, 0xc2, 0xaa, 0x68, 0x36, 0xd3, 0xb6, 0x44, 0xba,
-	0xcc, 0xc1, 0x86, 0xe0, 0x0a, 0x80, 0x66, 0x05, 0x64, 0x85, 0x45, 0xbf, 0xf0, 0x21, 0x6c, 0xd8,
-	0x81, 0x79, 0xe6, 0xb9, 0x2d, 0xbb, 0xdd, 0xf3, 0x99, 0x25, 0x52, 0xad, 0x92, 0x5b, 0x76, 0x50,
-	0x1a, 0xd8, 0x46, 0xc4, 0x48, 0x73, 0xc5, 0xe0, 0x3e, 0x64, 0xce, 0x3c, 0xa7, 0xeb, 0xb9, 0xa1,
-	0x86, 0x5e, 0xcf, 0xb6, 0x44, 0x2f, 0xac, 0x1f, 0xac, 0x09, 0x52, 0xa3, 0x67, 0x5b, 0x64, 0x63,
-	0x00, 0x08, 0x1f, 0xf3, 0xfb, 0xb0, 0x26, 0xc4, 0x05, 0xa1, 0xfc, 0x87, 0xb0, 0x64, 0x73, 0xe6,
-	0x04, 0x9b, 0xa9, 0x9c, 0xb4, 0xbb, 0x9e, 0xd4, 0x5e, 0x6a, 0xb5, 0x49, 0xe4, 0xcb, 0xff, 0x34,
-	0x0d, 0x58, 0xb5, 0x03, 0x1e, 0xd1, 0x08, 0x0b, 0xba, 0x9e, 0x1b, 0x30, 0x7c, 0x08, 0xcb, 0x01,
-	0xa7, 0xbc, 0x17, 0xc4, 0x0b, 0x5f, 0x17, 0xe4, 0xba, 0x30, 0x91, 0xd8, 0x85, 0x4f, 0x61, 0xd9,
-	0x67, 0x34, 0xf0, 0x5c, 0xb1, 0xdc, 0xcc, 0xc1, 0x7d, 0x01, 0x1a, 0x8f, 0x56, 0x20, 0x02, 0x45,
-	0x62, 0x34, 0xbe, 0x0d, 0xcb, 0xd1, 0x21, 0x8e, 0x37, 0x21, 0x33, 0x54, 0x16, 0x0a, 0x27, 0xb1,
-	0x37, 0xdc, 0xd5, 0x88, 0x61, 0x5a, 0x8c, 0x53, 0x3b, 0x3a, 0x0a, 0x6b, 0xe4, 0x56, 0x64, 0x2c,
-	0x0b, 0x5b, 0xfe, 0x43, 0x58, 0x8e, 0xc2, 0xe3, 0x6d, 0x90, 0x1b, 0x7a, 0x59, 0x3d, 0xd2, 0x74,
-	0xb5, 0x6c, 0x12, 0x55, 0xa9, 0xd7, 0x74, 0x79, 0x01, 0x11, 0x32, 0x0d, 0xfd, 0x7d, 0xbd, 0x76,
-	0xaa, 0x9b, 0x65, 0xb5, 0xa9, 0x95, 0x54, 0x39, 0x15, 0xda, 0x34, 0xdd, 0x50, 0x89, 0xae, 0x54,
-	0x4d, 0x95, 0x90, 0x1a, 0x91, 0xd3, 0x78, 0x07, 0x30, 0xf2, 0x9b, 0x0d, 0x9d, 0xa8, 0x4a, 0xa9,
-	0xa2, 0x1c, 0x56, 0x55, 0x59, 0xca, 0x7f, 0x92, 0x82, 0x6c, 0x2c, 0x2d, 0x2e, 0xa5, 0xe8, 0x48,
-	0xc2, 0x3e, 0xea, 0xb1, 0x80, 0xe3, 0x1e, 0xac, 0x5b, 0x2c, 0x9c, 0x41, 0x51, 0x81, 0x52, 0xa3,
-	0x05, 0x82, 0xc8, 0x1b, 0xfe, 0xc6, 0x3d, 0x58, 0x39, 0x3b, 0xa7, 0x6e, 0x9b, 0x05, 0xd7, 0xce,
-	0xdb, 0x60, 0xe1, 0xe1, 0x84, 0x88, 0x01, 0xb8, 0x07, 0xb2, 0xcf, 0x02, 0xc6, 0x4d, 0xee, 0x99,
-	0x16, 0x6b, 0xd1, 0x5e, 0x87, 0x8b, 0xdd, 0x5a, 0xad, 0x2c, 0x90, 0x8c, 0xf0, 0x18, 0x5e, 0x39,
-	0xb2, 0x87, 0x27, 0xc8, 0xeb, 0xb2, 0x48, 0x57, 0xfe, 0x27, 0x69, 0xd8, 0x9e, 0xa8, 0xf7, 0x75,
-	0x2a, 0xfb, 0xa5, 0x91, 0xca, 0xee, 0x24, 0x85, 0x4e, 0x0a, 0x3b, 0x5a, 0xe2, 0xb1, 0xd2, 0x49,
-	0x13, 0x4a, 0xe7, 0xff, 0x9f, 0x4a, 0x27, 0x6c, 0x4d, 0xa5, 0xaa, 0x95, 0xcd, 0x52, 0x4d, 0x3f,
-	0xd2, 0x5e, 0xc8, 0xd2, 0x94, 0x72, 0x2e, 0xe6, 0x3f, 0x4e, 0xc1, 0x86, 0x58, 0xc7, 0x31, 0xe3,
-	0x34, 0x1c, 0xa7, 0xaf, 0x55, 0xc1, 0xf1, 0x13, 0x99, 0x9e, 0x7d, 0x22, 0xf1, 0xad, 0x24, 0xc3,
-	0xa5, 0x0e, 0x8b, 0x77, 0x62, 0x08, 0xd3, 0xa9, 0xc3, 0xf2, 0xdf, 0x4d, 0xc3, 0x92, 0x90, 0x85,
-	0xcf, 0x21, 0x13, 0x0d, 0x1d, 0x87, 0x71, 0x6a, 0x51, 0x4e, 0x63, 0x45, 0x38, 0x2c, 0x41, 0x5f,
-	0x3a, 0xd9, 0x60, 0xfd, 0xc7, 0x10, 0x78, 0x6d, 0x5e, 0xa5, 0x67, 0xce, 0xab, 0x67, 0xb0, 0xe6,
-	0x53, 0x3b, 0x60, 0x96, 0x39, 0x38, 0x84, 0xd9, 0x42, 0xf4, 0xda, 0x2b, 0xf4, 0x5f, 0x7b, 0x05,
-	0xa3, 0xff, 0x5e, 0x24, 0xab, 0x11, 0xd8, 0x08, 0xf0, 0xcb, 0x90, 0x19, 0x0c, 0x28, 0xd3, 0x76,
-	0x5b, 0x5e, 0x3c, 0x92, 0xb6, 0xae, 0xcf, 0xb1, 0xc4, 0xe8, 0x26, 0x1b, 0x3c, 0x69, 0xc5, 0x2d,
-	0x58, 0xa5, 0x56, 0xcc, 0x5d, 0x12, 0x5b, 0xb1, 0x42, 0x2d, 0xe1, 0xda, 0xfb, 0x03, 0xc6, 0xc3,
-	0x57, 0xb3, 0x02, 0xdc, 0x84, 0xdb, 0x6a, 0x53, 0xd5, 0x0d, 0x53, 0x57, 0x8e, 0xc3, 0x22, 0xc6,
-	0xdd, 0x21, 0x2f, 0xe0, 0x7d, 0xc8, 0x46, 0x1e, 0x83, 0x28, 0x7a, 0xbd, 0xa4, 0x6a, 0x4d, 0x95,
-	0x98, 0x27, 0xd5, 0xc6, 0x0b, 0xb3, 0xd6, 0x30, 0x64, 0x0b, 0xef, 0xc1, 0xd6, 0x14, 0xbf, 0xa6,
-	0xcb, 0x0c, 0x1f, 0xc1, 0x3b, 0xe3, 0xee, 0x66, 0xad, 0x6a, 0x28, 0x2f, 0x54, 0x53, 0x39, 0xac,
-	0x35, 0x55, 0xd3, 0xa8, 0x10, 0xb5, 0x5e, 0xa9, 0x55, 0xcb, 0x72, 0x6b, 0x36, 0xfc, 0x50, 0xad,
-	0xd6, 0x4e, 0x13, 0xf0, 0x36, 0xbe, 0x0b, 0x8f, 0xc6, 0xe1, 0x86, 0x7a, 0x7c, 0xa2, 0x12, 0xc5,
-	0x68, 0x90, 0xf1, 0x0c, 0xe7, 0xf3, 0x29, 0xa3, 0x59, 0xec, 0xc9, 0xa2, 0x4a, 0x0d, 0x42, 0x42,
-	0xdb, 0x68, 0x86, 0xaf, 0xcd, 0x86, 0x8f, 0x46, 0x7f, 0x85, 0x05, 0xd8, 0x1b, 0x87, 0x93, 0xaf,
-	0x98, 0x27, 0xb5, 0x53, 0x95, 0x8c, 0x85, 0xef, 0xcc, 0xc1, 0x8f, 0xc6, 0x77, 0x26, 0xe3, 0x8d,
-	0x69, 0xf1, 0xdd, 0x39, 0xf8, 0xd1, 0xf8, 0xde, 0xe4, 0x06, 0x38, 0x52, 0xb4, 0x6a, 0x83, 0xa8,
-	0x72, 0x17, 0x9f, 0xc1, 0xe3, 0x1b, 0x37, 0x80, 0x49, 0xd4, 0x52, 0xad, 0xa9, 0x12, 0xb5, 0x2c,
-	0x7f, 0x34, 0x9b, 0x38, 0x22, 0x23, 0x41, 0xf4, 0xf1, 0x3d, 0x78, 0xf6, 0x5a, 0x4d, 0x91, 0x20,
-	0x07, 0xf3, 0xc9, 0xd3, 0x33, 0xf3, 0xc9, 0x92, 0xa7, 0x34, 0x4a, 0x82, 0xd8, 0x9b, 0x4d, 0x9c,
-	0x9e, 0xf1, 0x02, 0xbf, 0x08, 0x4f, 0x6e, 0xde, 0x3c, 0x09, 0xe6, 0xe5, 0x1c, 0xe6, 0xf4, 0x9c,
-	0x5f, 0x9f, 0xcc, 0x34, 0xe6, 0xe7, 0xbc, 0x9a, 0xc3, 0x9c, 0x9e, 0xf3, 0x1b, 0xb8, 0x03, 0x0f,
-	0xa7, 0x36, 0x59, 0x02, 0xf8, 0x4d, 0xbc, 0x0b, 0x18, 0x01, 0x4f, 0xea, 0x8d, 0xe1, 0x98, 0xfa,
-	0x55, 0x0a, 0xef, 0xc0, 0x1b, 0x23, 0x0e, 0x4d, 0x97, 0x7f, 0x3d, 0x62, 0xef, 0xb7, 0xed, 0x6f,
-	0x52, 0x98, 0x83, 0xed, 0x31, 0x7b, 0x22, 0xd3, 0x6f, 0x13, 0xcc, 0x23, 0x45, 0x1f, 0x30, 0x7f,
-	0x96, 0x1e, 0x4a, 0x08, 0xed, 0x03, 0x09, 0x9f, 0xa4, 0xaf, 0x13, 0xfa, 0x12, 0x7e, 0x9e, 0x1e,
-	0xa6, 0x4a, 0x04, 0x4a, 0xa4, 0xfa, 0x45, 0x1a, 0xdf, 0x81, 0x37, 0x23, 0x44, 0xe9, 0xa4, 0x31,
-	0xa1, 0x95, 0x4b, 0x44, 0x33, 0xb4, 0x92, 0x52, 0x95, 0xbf, 0x27, 0xe1, 0xdb, 0xf0, 0xd9, 0x59,
-	0xd0, 0x23, 0xc5, 0x50, 0xaa, 0xf2, 0xf7, 0x25, 0x7c, 0x0c, 0x85, 0x9b, 0x84, 0x4c, 0xe8, 0xf8,
-	0x81, 0x84, 0xfb, 0xf0, 0xb9, 0xb9, 0xc1, 0x13, 0x8c, 0x1f, 0x4a, 0xf8, 0x26, 0x3c, 0x18, 0x32,
-	0x1a, 0xf5, 0x49, 0x53, 0xff, 0x63, 0x09, 0x0b, 0xfd, 0x91, 0x39, 0x15, 0x95, 0x88, 0xfa, 0x23,
-	0x09, 0xb3, 0xf0, 0xe9, 0x08, 0x5f, 0x39, 0x8d, 0x3f, 0x56, 0x4c, 0xa2, 0xd6, 0x55, 0x43, 0xfe,
-	0x93, 0x84, 0xc5, 0xfe, 0xfc, 0x1a, 0xfa, 0x66, 0xec, 0xd8, 0x9f, 0x25, 0xfc, 0x3c, 0xec, 0xcc,
-	0x27, 0x44, 0xfb, 0xf6, 0x17, 0x09, 0x9f, 0xf7, 0x7b, 0xf8, 0x26, 0xe1, 0x13, 0xaa, 0xff, 0x2a,
-	0xe1, 0x53, 0x78, 0xf7, 0x86, 0x89, 0x12, 0xbc, 0xbf, 0x49, 0xb8, 0x0d, 0x77, 0xc6, 0x57, 0x7b,
-	0x58, 0xab, 0x19, 0xf2, 0xdf, 0x25, 0xdc, 0x81, 0xfc, 0xc0, 0x99, 0x8c, 0x56, 0x57, 0xf5, 0x7a,
-	0x2d, 0x3a, 0x23, 0x6a, 0x59, 0xfe, 0xc7, 0xf5, 0x65, 0x2a, 0xd5, 0xea, 0x04, 0x70, 0xbd, 0x8f,
-	0xfe, 0xa7, 0x84, 0xbb, 0xfd, 0x03, 0x17, 0xe6, 0xd4, 0xea, 0xef, 0x4f, 0xa9, 0xdd, 0xbf, 0x24,
-	0x3c, 0xe8, 0xbf, 0x50, 0x67, 0x22, 0x13, 0x2b, 0xfa, 0xb7, 0x84, 0x7b, 0xf0, 0xd6, 0x80, 0x73,
-	0xac, 0x1e, 0xd7, 0xc8, 0x07, 0x53, 0xe2, 0xff, 0x47, 0xc2, 0x27, 0x50, 0xbc, 0x11, 0x36, 0x91,
-	0xe1, 0xbf, 0x12, 0xde, 0xef, 0xbf, 0x95, 0x2a, 0xa7, 0xa6, 0x6e, 0x9c, 0x98, 0xf5, 0x0f, 0xf4,
-	0xd2, 0xe0, 0x90, 0x7e, 0x7b, 0xf1, 0xda, 0xfa, 0x46, 0xfd, 0x89, 0x48, 0xdf, 0x59, 0xc4, 0x7b,
-	0xb0, 0x19, 0x21, 0xab, 0x9a, 0xae, 0x9a, 0x25, 0x85, 0x94, 0x87, 0x87, 0xfa, 0x77, 0x8b, 0xf8,
-	0x19, 0xb8, 0x3b, 0xd1, 0xad, 0xe9, 0xf2, 0xef, 0x17, 0x0f, 0xfe, 0x98, 0x82, 0x7b, 0x3a, 0xe5,
-	0xf6, 0x05, 0x8b, 0x3e, 0xe7, 0x8f, 0xa9, 0x4b, 0xdb, 0xcc, 0x61, 0x2e, 0xaf, 0x47, 0x7f, 0xa6,
-	0xe0, 0x53, 0x80, 0xe1, 0x1d, 0x0e, 0xa3, 0x1b, 0x6a, 0x85, 0xfa, 0xd6, 0x25, 0xf5, 0x99, 0x56,
-	0xce, 0xde, 0x9d, 0x72, 0xcb, 0xc3, 0x0f, 0x61, 0xab, 0xd1, 0xb5, 0x28, 0x67, 0x13, 0xee, 0x09,
-	0xf8, 0x60, 0xfa, 0x0d, 0x42, 0x5c, 0xa4, 0xb2, 0xb9, 0x79, 0x57, 0x0c, 0x7c, 0x02, 0xb7, 0xea,
-	0xdc, 0x67, 0xd4, 0x89, 0x95, 0xdd, 0x19, 0xfb, 0x62, 0x55, 0x9d, 0x2e, 0xbf, 0xca, 0xc2, 0x30,
-	0xd2, 0x7e, 0xea, 0xf0, 0xbd, 0xaf, 0x3e, 0x6f, 0xdb, 0xfc, 0xbc, 0xf7, 0xb2, 0x70, 0xe6, 0x39,
-	0x45, 0xaf, 0xcb, 0xdc, 0x33, 0xcf, 0xb7, 0x8a, 0xd1, 0x47, 0xfd, 0x23, 0x67, 0xb0, 0xfa, 0x47,
-	0xb6, 0xcb, 0x99, 0xdf, 0xa2, 0x67, 0xac, 0x78, 0xf1, 0xb8, 0xd8, 0xf6, 0x8a, 0x96, 0x63, 0xbf,
-	0x5c, 0x16, 0xa1, 0x1f, 0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x76, 0x35, 0xd3, 0x5d, 0x7c, 0x12,
-	0x00, 0x00,
+	// 2015 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x4b, 0x73, 0xdb, 0xc8,
+	0x11, 0x26, 0x09, 0x51, 0x96, 0x5a, 0x16, 0x0d, 0x4f, 0x69, 0x2d, 0x89, 0x8a, 0x6d, 0x85, 0xde,
+	0x5d, 0xc9, 0x8a, 0x4d, 0x6a, 0x65, 0xc7, 0x8e, 0x6b, 0x0f, 0x59, 0x90, 0x84, 0x4c, 0x96, 0x49,
+	0x40, 0x35, 0x04, 0xa9, 0x38, 0x87, 0x45, 0x41, 0xc2, 0x90, 0xc2, 0x9a, 0x00, 0xb8, 0x00, 0x28,
+	0x45, 0x49, 0x55, 0x2a, 0x39, 0xe5, 0x9a, 0xc7, 0xe6, 0x94, 0x54, 0x7e, 0x41, 0x36, 0x39, 0xe5,
+	0xb6, 0x79, 0x1c, 0x72, 0xc8, 0xe3, 0x0f, 0x24, 0x3f, 0x22, 0xb7, 0xbc, 0xdf, 0x05, 0x0c, 0x48,
+	0x0c, 0xc1, 0x97, 0x5c, 0xb5, 0x37, 0xb1, 0xfb, 0xeb, 0xef, 0xeb, 0x99, 0xee, 0x69, 0x8c, 0x06,
+	0xb6, 0x75, 0xd3, 0x28, 0x9c, 0x5d, 0xa8, 0xe4, 0x9c, 0x58, 0x9e, 0xab, 0x9a, 0x1d, 0xd3, 0x53,
+	0x5d, 0xe2, 0x9c, 0x1b, 0xa7, 0x24, 0xdf, 0x73, 0x6c, 0xcf, 0x46, 0x9c, 0x6e, 0x1a, 0xd9, 0x9b,
+	0x3e, 0xec, 0xd4, 0x36, 0x4d, 0xdb, 0x72, 0xa9, 0x3d, 0x7b, 0x9d, 0x46, 0x86, 0xbf, 0xee, 0x76,
+	0x6c, 0xbb, 0xd3, 0x25, 0x85, 0xe0, 0xd7, 0x49, 0xbf, 0x5d, 0xf0, 0x0c, 0x93, 0xb8, 0x9e, 0x66,
+	0xf6, 0x42, 0xc0, 0x56, 0x1c, 0x40, 0xcc, 0x9e, 0x77, 0x49, 0x9d, 0xb9, 0x1f, 0x24, 0x61, 0xb9,
+	0xa5, 0x75, 0xfb, 0x44, 0xb9, 0xec, 0x11, 0xb4, 0x09, 0xd7, 0x0c, 0xcb, 0x53, 0xcf, 0xb5, 0xee,
+	0x46, 0x72, 0x3b, 0xb9, 0xcb, 0x55, 0x12, 0x78, 0xd1, 0xb0, 0xbc, 0x96, 0xd6, 0x45, 0x5b, 0xb0,
+	0xd4, 0x1f, 0xf8, 0x52, 0xdb, 0xc9, 0xdd, 0x85, 0x4a, 0x02, 0x5f, 0xeb, 0x87, 0xce, 0xdb, 0xb0,
+	0xdc, 0xee, 0xda, 0x1a, 0xf5, 0x72, 0xdb, 0xc9, 0xdd, 0x54, 0x25, 0x81, 0x97, 0x02, 0x93, 0xef,
+	0xde, 0x87, 0x65, 0xef, 0xb2, 0x47, 0xe4, 0x76, 0x4b, 0xeb, 0x6e, 0x2c, 0x6c, 0x27, 0x77, 0x33,
+	0x07, 0x28, 0xaf, 0x9b, 0x46, 0xbe, 0xac, 0x79, 0xda, 0x50, 0x1d, 0x47, 0xa0, 0x62, 0x1a, 0xb8,
+	0x73, 0xad, 0x9b, 0xc3, 0x00, 0xc7, 0x9a, 0x47, 0x9c, 0xba, 0xe6, 0xbc, 0x72, 0x51, 0x0e, 0x16,
+	0xce, 0x8c, 0xce, 0x59, 0x90, 0xda, 0xca, 0x41, 0x26, 0x60, 0x88, 0xa2, 0x03, 0x1f, 0xda, 0x06,
+	0xae, 0x6b, 0x5f, 0x04, 0x19, 0x8e, 0x43, 0x7c, 0x57, 0xee, 0x15, 0x80, 0x72, 0xe6, 0x10, 0xf7,
+	0xcc, 0xee, 0xea, 0x2e, 0xda, 0x81, 0x74, 0xbf, 0xd7, 0x23, 0x4e, 0x48, 0x7a, 0x23, 0x88, 0x88,
+	0x34, 0x2b, 0x09, 0x4c, 0xfd, 0x3e, 0xb0, 0x6b, 0x5f, 0x10, 0x27, 0xa4, 0x9e, 0x04, 0x0c, 0xfc,
+	0xc5, 0x15, 0x58, 0xf6, 0x06, 0xfc, 0xb9, 0xaf, 0xc3, 0xda, 0x50, 0xac, 0x6a, 0xb5, 0x6d, 0xc7,
+	0xd4, 0x3c, 0xc3, 0xb6, 0xd0, 0xe7, 0x21, 0x63, 0x9f, 0xf8, 0xd5, 0x26, 0xba, 0xbf, 0x67, 0x7d,
+	0x32, 0x65, 0x51, 0xab, 0x03, 0x54, 0x60, 0x42, 0x05, 0x80, 0x21, 0xb7, 0x3b, 0x92, 0x49, 0xb4,
+	0x24, 0xcc, 0x40, 0x72, 0x9f, 0x24, 0x61, 0x49, 0xf4, 0x1b, 0xac, 0xd4, 0xee, 0xa0, 0x5d, 0x58,
+	0x0a, 0x9a, 0x4d, 0x35, 0xf4, 0x40, 0x2e, 0x73, 0xb0, 0x1a, 0xc4, 0x06, 0x80, 0xaa, 0xee, 0xe2,
+	0x6b, 0x84, 0xfe, 0x85, 0xee, 0xc1, 0xaa, 0xe1, 0xaa, 0xa7, 0xb6, 0xd5, 0x36, 0x3a, 0x7d, 0x87,
+	0xe8, 0x81, 0xd4, 0x12, 0xbe, 0x6e, 0xb8, 0xa5, 0xa1, 0x2d, 0x96, 0x0c, 0x37, 0x37, 0x19, 0xb4,
+	0x0f, 0x99, 0x53, 0xdb, 0xec, 0xd9, 0x96, 0x9f, 0x43, 0xbf, 0x6f, 0xe8, 0x41, 0x2f, 0xac, 0x1c,
+	0x2c, 0x07, 0x41, 0xcd, 0xbe, 0xa1, 0xe3, 0xd5, 0x21, 0xc0, 0xff, 0x99, 0xdb, 0x87, 0xe5, 0x20,
+	0x39, 0xd7, 0x4f, 0xff, 0x1e, 0xa4, 0x0d, 0x8f, 0x98, 0xee, 0x46, 0x72, 0x9b, 0xdb, 0x5d, 0x61,
+	0x73, 0x2f, 0xb5, 0x3b, 0x98, 0xfa, 0x72, 0x3f, 0x4a, 0x01, 0xaa, 0x19, 0xae, 0x47, 0xc3, 0x30,
+	0x71, 0x7b, 0xb6, 0xe5, 0x12, 0x74, 0x0f, 0x16, 0x5d, 0x4f, 0xf3, 0xfa, 0x6e, 0xb8, 0xf0, 0x95,
+	0x20, 0xb8, 0x11, 0x98, 0x70, 0xe8, 0x42, 0x4f, 0x60, 0xd1, 0x21, 0x9a, 0x6b, 0x5b, 0xc1, 0x72,
+	0x33, 0x07, 0x77, 0x02, 0xd0, 0x38, 0x5b, 0x1e, 0x07, 0x28, 0x1c, 0xa2, 0xd1, 0xdb, 0xb0, 0x48,
+	0x0f, 0x71, 0xb8, 0x09, 0x99, 0x28, 0x33, 0x3f, 0x71, 0x1c, 0x7a, 0xfd, 0x5d, 0xa5, 0x11, 0xaa,
+	0x4e, 0x3c, 0xcd, 0xa0, 0x47, 0x61, 0x19, 0x5f, 0xa7, 0xc6, 0x72, 0x60, 0xcb, 0xbd, 0x0f, 0x8b,
+	0x94, 0x1e, 0xad, 0x01, 0xdf, 0x94, 0xca, 0xe2, 0x61, 0x55, 0x12, 0xcb, 0x2a, 0x16, 0x85, 0x86,
+	0x2c, 0xf1, 0x09, 0x84, 0x20, 0xd3, 0x94, 0x5e, 0x48, 0xf2, 0xb1, 0xa4, 0x96, 0xc5, 0x56, 0xb5,
+	0x24, 0xf2, 0x49, 0xdf, 0x56, 0x95, 0x14, 0x11, 0x4b, 0x42, 0x4d, 0x15, 0x31, 0x96, 0x31, 0x9f,
+	0x42, 0xb7, 0x00, 0x51, 0xbf, 0xda, 0x94, 0xb0, 0x28, 0x94, 0x2a, 0x42, 0xb1, 0x26, 0xf2, 0x5c,
+	0xee, 0xe3, 0x24, 0x64, 0xc3, 0xd4, 0xc2, 0x52, 0x06, 0x1d, 0x89, 0xc9, 0x87, 0x7d, 0xe2, 0x7a,
+	0x68, 0x0f, 0x56, 0x74, 0xe2, 0xcf, 0x20, 0x5a, 0xa0, 0x64, 0xbc, 0x40, 0x40, 0xbd, 0xfe, 0xdf,
+	0x68, 0x0f, 0xae, 0x9d, 0x9e, 0x69, 0x56, 0x87, 0xb8, 0x23, 0xe7, 0x6d, 0xb8, 0x70, 0x7f, 0x42,
+	0x84, 0x00, 0xb4, 0x07, 0xbc, 0x43, 0x5c, 0xe2, 0xa9, 0x9e, 0xad, 0xea, 0xa4, 0xad, 0xf5, 0xbb,
+	0x5e, 0xb0, 0x5b, 0x4b, 0x95, 0x04, 0xce, 0x04, 0x1e, 0xc5, 0x2e, 0x53, 0xbb, 0x7f, 0x82, 0xec,
+	0x1e, 0xa1, 0x79, 0xe5, 0x7e, 0x98, 0x82, 0xad, 0x89, 0xf9, 0xbe, 0x4e, 0x65, 0xbf, 0x18, 0xab,
+	0xec, 0x0e, 0x9b, 0xe8, 0x24, 0xda, 0x78, 0x89, 0xc7, 0x4a, 0xc7, 0x4d, 0x28, 0x9d, 0xf3, 0x29,
+	0x95, 0x2e, 0xb0, 0xb5, 0x84, 0x5a, 0xb5, 0xac, 0x96, 0x64, 0xe9, 0xb0, 0xfa, 0x9c, 0xe7, 0xa6,
+	0x94, 0x73, 0x21, 0xf7, 0x51, 0x12, 0x56, 0x83, 0x75, 0xd4, 0x89, 0xa7, 0xf9, 0xe3, 0xf4, 0xb5,
+	0x2a, 0x38, 0x7e, 0x22, 0x53, 0xb3, 0x4f, 0x24, 0x7a, 0x8b, 0x8d, 0xb0, 0x34, 0x93, 0x84, 0x3b,
+	0x11, 0xc1, 0x24, 0xcd, 0x24, 0xb9, 0x0f, 0x80, 0x17, 0x74, 0xd3, 0xb0, 0xfc, 0x3a, 0x90, 0x52,
+	0xd0, 0x03, 0x68, 0x0f, 0x38, 0xbb, 0x3b, 0x98, 0x3c, 0x1b, 0x81, 0x42, 0x69, 0x10, 0x14, 0x81,
+	0xb1, 0x0f, 0xf2, 0xb1, 0x16, 0xb9, 0x08, 0xab, 0x35, 0x03, 0x6b, 0x91, 0x8b, 0x5c, 0x07, 0x6e,
+	0xc8, 0x3d, 0xe2, 0xb0, 0x52, 0xf7, 0x59, 0xa9, 0xf5, 0xd1, 0xf0, 0x21, 0x96, 0x2a, 0xdd, 0x67,
+	0x95, 0xa6, 0x43, 0x7d, 0x21, 0x7f, 0x51, 0x5d, 0xcd, 0x31, 0xaf, 0xbc, 0xa8, 0x21, 0xf8, 0x0a,
+	0x8b, 0x62, 0xb0, 0xa1, 0x56, 0xd3, 0xd5, 0x3a, 0xe4, 0xaa, 0x5a, 0x11, 0x78, 0xbe, 0x16, 0x8b,
+	0xf5, 0xb5, 0x7a, 0x80, 0x1a, 0x9e, 0x66, 0xe9, 0x27, 0x97, 0xac, 0xda, 0x03, 0x56, 0x2d, 0x3b,
+	0xca, 0xc0, 0xc2, 0xa9, 0xde, 0x03, 0x56, 0x6f, 0x26, 0xda, 0x57, 0xfc, 0x16, 0x07, 0x37, 0x18,
+	0x2d, 0xff, 0xcb, 0x88, 0x44, 0x40, 0x9a, 0x5f, 0x59, 0xd5, 0x3f, 0xb3, 0x44, 0xa5, 0x83, 0x23,
+	0x6c, 0xdf, 0x37, 0x02, 0xc2, 0x78, 0x47, 0x55, 0x12, 0x98, 0xd7, 0xe2, 0x5d, 0x56, 0x84, 0x9b,
+	0xfe, 0xf0, 0x18, 0x65, 0xa1, 0x5d, 0xbd, 0x16, 0xb0, 0xc4, 0x7a, 0xa5, 0x92, 0xc0, 0x37, 0xec,
+	0x58, 0xfb, 0xf8, 0xa9, 0xf8, 0xf5, 0x18, 0x25, 0xe1, 0xd8, 0x54, 0x62, 0x7d, 0x10, 0xa4, 0x12,
+	0xef, 0x0d, 0x11, 0x50, 0xdf, 0xdf, 0xea, 0x51, 0x9a, 0x05, 0x86, 0x26, 0x5e, 0x62, 0x9f, 0xa6,
+	0x1f, 0x2f, 0xfb, 0x0b, 0x58, 0x73, 0xe9, 0x0e, 0x8e, 0x12, 0xa5, 0x03, 0xa2, 0xf5, 0xc1, 0xbc,
+	0x8b, 0xd5, 0xaf, 0x92, 0xc0, 0xc8, 0x1d, 0xb3, 0x16, 0x33, 0x70, 0x9d, 0x25, 0xc9, 0xfd, 0x3a,
+	0x05, 0xe9, 0x60, 0x7e, 0xa0, 0x67, 0x90, 0xa1, 0xb7, 0x03, 0x93, 0x78, 0x9a, 0xae, 0x79, 0x5a,
+	0xb8, 0xf7, 0x28, 0x9a, 0x95, 0x83, 0x19, 0x83, 0x57, 0xc9, 0xe0, 0xa7, 0x0f, 0x1c, 0xb9, 0x58,
+	0xa4, 0x66, 0x5e, 0x2c, 0x9e, 0xc2, 0xb2, 0xa3, 0x19, 0x2e, 0xd1, 0xd5, 0xe1, 0xd7, 0x32, 0x9b,
+	0xa7, 0xf7, 0xd3, 0xfc, 0xe0, 0x7e, 0x9a, 0x57, 0x06, 0x17, 0x58, 0xbc, 0x44, 0xc1, 0x8a, 0x8b,
+	0xde, 0x83, 0xcc, 0xf0, 0x26, 0xa1, 0x1a, 0x56, 0xdb, 0x0e, 0xf7, 0x71, 0x73, 0xf4, 0xc2, 0xc1,
+	0xdc, 0xb1, 0xf0, 0xaa, 0xc7, 0x5a, 0xd1, 0x26, 0x2c, 0x69, 0x7a, 0x18, 0x9b, 0x0e, 0x66, 0xd6,
+	0x35, 0x4d, 0xa7, 0xae, 0xf7, 0xe0, 0x26, 0xbb, 0x29, 0x14, 0xb3, 0xc8, 0xf4, 0x4c, 0xac, 0x57,
+	0xf1, 0x0d, 0x77, 0xd4, 0xb0, 0xf7, 0xb3, 0xb5, 0xf0, 0x9e, 0x55, 0xd5, 0x5d, 0xb4, 0x01, 0x6b,
+	0x62, 0x4b, 0x94, 0x14, 0x55, 0x12, 0xea, 0xfe, 0xbc, 0x0e, 0x3f, 0x04, 0x7c, 0x02, 0xdd, 0x81,
+	0x2c, 0xf5, 0x28, 0x58, 0x90, 0x1a, 0x25, 0xb1, 0xda, 0x12, 0xb1, 0x7a, 0x54, 0x6b, 0x3e, 0x57,
+	0xe5, 0xa6, 0xc2, 0xeb, 0xe8, 0x36, 0x6c, 0x4e, 0xf1, 0x57, 0x25, 0x9e, 0xa0, 0x87, 0x70, 0x7f,
+	0xdc, 0xdd, 0x92, 0x6b, 0x8a, 0xf0, 0x5c, 0x54, 0x85, 0xa2, 0xdc, 0x12, 0x55, 0xa5, 0x82, 0xc5,
+	0x46, 0x45, 0xae, 0x95, 0xf9, 0xf6, 0x6c, 0x78, 0x51, 0xac, 0xc9, 0xc7, 0x0c, 0xbc, 0x83, 0xde,
+	0x81, 0x87, 0xe3, 0x70, 0x45, 0xac, 0x1f, 0x89, 0x58, 0x50, 0x9a, 0x78, 0x5c, 0xe1, 0x6c, 0x7e,
+	0x48, 0x5c, 0xc5, 0x98, 0x9c, 0x54, 0xa9, 0x89, 0xb1, 0x6f, 0x8b, 0x2b, 0x7c, 0x30, 0x1b, 0x1e,
+	0x67, 0x7f, 0x85, 0xf2, 0xb0, 0x37, 0x0e, 0xc7, 0x5f, 0x52, 0x8f, 0xe4, 0x63, 0x11, 0x8f, 0xd1,
+	0x77, 0xe7, 0xe0, 0xe3, 0xfc, 0xe6, 0x64, 0xbc, 0x32, 0x8d, 0xdf, 0x9a, 0x83, 0x8f, 0xf3, 0xdb,
+	0x93, 0x1b, 0xe0, 0x50, 0xa8, 0xd6, 0x9a, 0x58, 0xe4, 0x7b, 0xe8, 0x29, 0x3c, 0xba, 0x72, 0x03,
+	0xa8, 0x58, 0x2c, 0xc9, 0x2d, 0x11, 0x8b, 0x65, 0xfe, 0xc3, 0xd9, 0x81, 0xb1, 0x34, 0x98, 0x40,
+	0x07, 0xbd, 0x0b, 0x4f, 0x5f, 0xab, 0x29, 0x98, 0x60, 0x77, 0x7e, 0xf0, 0x74, 0x65, 0x6f, 0x72,
+	0xca, 0x53, 0x1a, 0x85, 0x09, 0xec, 0xcf, 0x0e, 0x9c, 0xae, 0x78, 0x8e, 0xbe, 0x00, 0x8f, 0xaf,
+	0xde, 0x3c, 0x4c, 0xe4, 0xc5, 0x9c, 0xc8, 0xe9, 0x9a, 0x5f, 0x99, 0x1c, 0xa9, 0xcc, 0xd7, 0xbc,
+	0x9c, 0x13, 0x39, 0x5d, 0xf3, 0xab, 0x68, 0x07, 0xee, 0x4d, 0x6d, 0x32, 0x06, 0xf8, 0x35, 0xb4,
+	0x0e, 0x88, 0x02, 0x8f, 0x1a, 0xcd, 0x68, 0x4c, 0xfd, 0x26, 0x89, 0x6e, 0xc1, 0xcd, 0x98, 0xa3,
+	0x2a, 0xf1, 0xbf, 0x8d, 0xd9, 0x07, 0x6d, 0xfb, 0xbb, 0x24, 0xda, 0x86, 0xad, 0x31, 0x3b, 0xa3,
+	0xf4, 0x7b, 0x26, 0xf2, 0x50, 0x90, 0x86, 0x91, 0x3f, 0x4e, 0x45, 0x29, 0xf8, 0xf6, 0x61, 0x0a,
+	0x1f, 0xa7, 0x46, 0x03, 0x06, 0x29, 0xfc, 0x24, 0x15, 0x49, 0x31, 0x44, 0x8c, 0xd4, 0x4f, 0x53,
+	0xe8, 0x3e, 0xbc, 0x49, 0x11, 0xa5, 0xa3, 0xe6, 0x84, 0x56, 0x2e, 0xe1, 0xaa, 0x52, 0x2d, 0x09,
+	0x35, 0xfe, 0xdb, 0x1c, 0x7a, 0x1b, 0x3e, 0x3b, 0x0b, 0x7a, 0x28, 0x28, 0x42, 0x8d, 0xff, 0x0e,
+	0x87, 0x1e, 0x41, 0xfe, 0x2a, 0x94, 0x4c, 0x1e, 0xdf, 0xe5, 0xd0, 0x3e, 0x7c, 0x6e, 0x2e, 0x39,
+	0x13, 0xf1, 0x3d, 0x0e, 0xbd, 0x09, 0x77, 0xa3, 0x88, 0x66, 0x63, 0xd2, 0xd4, 0xff, 0x88, 0x43,
+	0xf9, 0xc1, 0xc8, 0x9c, 0x8a, 0x62, 0x58, 0xbf, 0xcf, 0xa1, 0x2c, 0xbc, 0x41, 0xf1, 0x95, 0xe3,
+	0xf0, 0xff, 0x12, 0x15, 0x8b, 0x0d, 0x51, 0xe1, 0xff, 0xcc, 0xa1, 0xc2, 0x60, 0x7e, 0x45, 0xbe,
+	0x19, 0x3b, 0xf6, 0x17, 0x0e, 0x3d, 0x80, 0x9d, 0xf9, 0x01, 0x74, 0xdf, 0xfe, 0xca, 0xa1, 0x67,
+	0x83, 0x1e, 0xbe, 0x0a, 0x3d, 0x93, 0xf5, 0xdf, 0x38, 0xf4, 0x04, 0xde, 0xb9, 0xa2, 0x10, 0x13,
+	0xf7, 0x77, 0x0e, 0x6d, 0xc1, 0xad, 0xf1, 0xd5, 0x16, 0x65, 0x59, 0xe1, 0xff, 0xc1, 0xa1, 0x1d,
+	0xc8, 0x0d, 0x9d, 0x2c, 0x5b, 0x43, 0x94, 0x1a, 0x32, 0x3d, 0x23, 0x62, 0x99, 0xff, 0xe7, 0xe8,
+	0x32, 0x85, 0x5a, 0x6d, 0x02, 0xb8, 0x31, 0x40, 0xff, 0x8b, 0x43, 0xbb, 0x83, 0x03, 0xe7, 0x6b,
+	0x56, 0x1b, 0x2f, 0xa6, 0xd4, 0xee, 0xdf, 0x1c, 0x3a, 0x18, 0x7c, 0x50, 0x67, 0x22, 0x99, 0x15,
+	0xfd, 0x87, 0x43, 0x7b, 0xf0, 0xd6, 0x30, 0xa6, 0x2e, 0xd6, 0x65, 0xfc, 0x72, 0x0a, 0xff, 0x7f,
+	0x39, 0xf4, 0x18, 0x0a, 0x57, 0xc2, 0x32, 0x0a, 0xff, 0xe3, 0xd0, 0x9d, 0xc1, 0x57, 0xa9, 0x72,
+	0xac, 0x4a, 0xca, 0x91, 0xda, 0x78, 0x29, 0x95, 0x86, 0x87, 0xf4, 0x1b, 0x0b, 0x23, 0xeb, 0x8b,
+	0xfb, 0x19, 0xa6, 0x6f, 0x2e, 0xa0, 0xdb, 0xb0, 0x41, 0x91, 0xb5, 0xaa, 0x24, 0xaa, 0x25, 0x01,
+	0x97, 0xa3, 0x43, 0xfd, 0x87, 0x05, 0xf4, 0x19, 0x58, 0x9f, 0xe8, 0xae, 0x4a, 0xfc, 0x1f, 0x19,
+	0x99, 0x92, 0x5c, 0x3f, 0x92, 0xa5, 0xe0, 0x3b, 0x50, 0xae, 0x57, 0x25, 0xb5, 0xa1, 0x08, 0x8a,
+	0xa8, 0x96, 0x2a, 0x82, 0xf4, 0x5c, 0x2c, 0xf3, 0x9f, 0xa4, 0xa3, 0x3a, 0x46, 0x48, 0xf9, 0x48,
+	0xc4, 0x31, 0xe0, 0xcf, 0xd3, 0x13, 0x29, 0x6b, 0x02, 0xae, 0xc7, 0x90, 0xbf, 0x98, 0x88, 0xa4,
+	0x3b, 0x37, 0x8a, 0xfc, 0x65, 0x3a, 0xaa, 0x47, 0x84, 0x6c, 0x28, 0x82, 0x54, 0x2e, 0xbe, 0x8c,
+	0x61, 0x7f, 0x95, 0x3e, 0xf8, 0x53, 0x12, 0x6e, 0x4b, 0x9a, 0x67, 0x9c, 0x13, 0xfa, 0x18, 0x51,
+	0xd7, 0x2c, 0xad, 0x43, 0x4c, 0xff, 0x9f, 0x26, 0xfa, 0x14, 0x8c, 0x9e, 0x00, 0x44, 0x2f, 0x50,
+	0x88, 0xbe, 0xaf, 0x55, 0x34, 0x47, 0xbf, 0xd0, 0x1c, 0x52, 0x2d, 0x67, 0xd7, 0xa7, 0xbc, 0x51,
+	0xa1, 0xf7, 0x61, 0xb3, 0xd9, 0xd3, 0x35, 0x8f, 0x4c, 0x78, 0xe5, 0x40, 0x77, 0xa7, 0xbf, 0x7f,
+	0x04, 0xcf, 0x40, 0xd9, 0xed, 0x79, 0x0f, 0x24, 0xe8, 0x31, 0x5c, 0x6f, 0x78, 0x0e, 0xd1, 0xcc,
+	0x30, 0xb3, 0x5b, 0x63, 0xd7, 0x78, 0xd1, 0xec, 0x79, 0x97, 0x59, 0x88, 0x98, 0xf6, 0x93, 0xc5,
+	0x77, 0xbf, 0xfc, 0xac, 0x63, 0x78, 0x67, 0xfd, 0x93, 0xfc, 0xa9, 0x6d, 0x16, 0xec, 0x1e, 0xb1,
+	0x4e, 0x6d, 0x47, 0x2f, 0xd0, 0x27, 0x89, 0x87, 0xe6, 0x70, 0xf5, 0x0f, 0x0d, 0xcb, 0x23, 0x4e,
+	0x5b, 0x3b, 0x25, 0x85, 0xf3, 0x47, 0x85, 0x8e, 0x5d, 0xd0, 0x4d, 0xe3, 0x64, 0x31, 0xa0, 0x7e,
+	0xf4, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, 0x32, 0xf3, 0xdf, 0x3a, 0x17, 0x00, 0x00,
 }
 
 // Reference imports to suppress errors if they are not otherwise used.
diff --git a/go/dmi/hw_management_service.pb.go b/go/dmi/hw_management_service.pb.go
index 783cbac..efe6f32 100644
--- a/go/dmi/hw_management_service.pb.go
+++ b/go/dmi/hw_management_service.pb.go
@@ -488,6 +488,126 @@
 	return fileDescriptor_eae902e73066286d, []int{28, 0}
 }
 
+type DisableHWComponentResponse_Reason int32
+
+const (
+	DisableHWComponentResponse_UNDEFINED_REASON    DisableHWComponentResponse_Reason = 0
+	DisableHWComponentResponse_UNKNOWN_DEVICE      DisableHWComponentResponse_Reason = 1
+	DisableHWComponentResponse_UNKNOWN_COMPONENT   DisableHWComponentResponse_Reason = 2
+	DisableHWComponentResponse_INTERNAL_ERROR      DisableHWComponentResponse_Reason = 3
+	DisableHWComponentResponse_DEVICE_UNREACHABLE  DisableHWComponentResponse_Reason = 4
+	DisableHWComponentResponse_DISABLE_UNSUPPORTED DisableHWComponentResponse_Reason = 5
+	DisableHWComponentResponse_INVALID_PARAMS      DisableHWComponentResponse_Reason = 6
+)
+
+var DisableHWComponentResponse_Reason_name = map[int32]string{
+	0: "UNDEFINED_REASON",
+	1: "UNKNOWN_DEVICE",
+	2: "UNKNOWN_COMPONENT",
+	3: "INTERNAL_ERROR",
+	4: "DEVICE_UNREACHABLE",
+	5: "DISABLE_UNSUPPORTED",
+	6: "INVALID_PARAMS",
+}
+
+var DisableHWComponentResponse_Reason_value = map[string]int32{
+	"UNDEFINED_REASON":    0,
+	"UNKNOWN_DEVICE":      1,
+	"UNKNOWN_COMPONENT":   2,
+	"INTERNAL_ERROR":      3,
+	"DEVICE_UNREACHABLE":  4,
+	"DISABLE_UNSUPPORTED": 5,
+	"INVALID_PARAMS":      6,
+}
+
+func (x DisableHWComponentResponse_Reason) String() string {
+	return proto.EnumName(DisableHWComponentResponse_Reason_name, int32(x))
+}
+
+func (DisableHWComponentResponse_Reason) EnumDescriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{30, 0}
+}
+
+type ResetHWComponentResponse_Reason int32
+
+const (
+	ResetHWComponentResponse_UNDEFINED_REASON   ResetHWComponentResponse_Reason = 0
+	ResetHWComponentResponse_UNKNOWN_DEVICE     ResetHWComponentResponse_Reason = 1
+	ResetHWComponentResponse_UNKNOWN_COMPONENT  ResetHWComponentResponse_Reason = 2
+	ResetHWComponentResponse_INTERNAL_ERROR     ResetHWComponentResponse_Reason = 3
+	ResetHWComponentResponse_DEVICE_UNREACHABLE ResetHWComponentResponse_Reason = 4
+	ResetHWComponentResponse_RESET_UNSUPPORTED  ResetHWComponentResponse_Reason = 5
+	ResetHWComponentResponse_INVALID_PARAMS     ResetHWComponentResponse_Reason = 6
+)
+
+var ResetHWComponentResponse_Reason_name = map[int32]string{
+	0: "UNDEFINED_REASON",
+	1: "UNKNOWN_DEVICE",
+	2: "UNKNOWN_COMPONENT",
+	3: "INTERNAL_ERROR",
+	4: "DEVICE_UNREACHABLE",
+	5: "RESET_UNSUPPORTED",
+	6: "INVALID_PARAMS",
+}
+
+var ResetHWComponentResponse_Reason_value = map[string]int32{
+	"UNDEFINED_REASON":   0,
+	"UNKNOWN_DEVICE":     1,
+	"UNKNOWN_COMPONENT":  2,
+	"INTERNAL_ERROR":     3,
+	"DEVICE_UNREACHABLE": 4,
+	"RESET_UNSUPPORTED":  5,
+	"INVALID_PARAMS":     6,
+}
+
+func (x ResetHWComponentResponse_Reason) String() string {
+	return proto.EnumName(ResetHWComponentResponse_Reason_name, int32(x))
+}
+
+func (ResetHWComponentResponse_Reason) EnumDescriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{32, 0}
+}
+
+type EnableHWComponentResponse_Reason int32
+
+const (
+	EnableHWComponentResponse_UNDEFINED_REASON   EnableHWComponentResponse_Reason = 0
+	EnableHWComponentResponse_UNKNOWN_DEVICE     EnableHWComponentResponse_Reason = 1
+	EnableHWComponentResponse_UNKNOWN_COMPONENT  EnableHWComponentResponse_Reason = 2
+	EnableHWComponentResponse_INTERNAL_ERROR     EnableHWComponentResponse_Reason = 3
+	EnableHWComponentResponse_DEVICE_UNREACHABLE EnableHWComponentResponse_Reason = 4
+	EnableHWComponentResponse_ENABLE_UNSUPPORTED EnableHWComponentResponse_Reason = 5
+	EnableHWComponentResponse_INVALID_PARAMS     EnableHWComponentResponse_Reason = 6
+)
+
+var EnableHWComponentResponse_Reason_name = map[int32]string{
+	0: "UNDEFINED_REASON",
+	1: "UNKNOWN_DEVICE",
+	2: "UNKNOWN_COMPONENT",
+	3: "INTERNAL_ERROR",
+	4: "DEVICE_UNREACHABLE",
+	5: "ENABLE_UNSUPPORTED",
+	6: "INVALID_PARAMS",
+}
+
+var EnableHWComponentResponse_Reason_value = map[string]int32{
+	"UNDEFINED_REASON":   0,
+	"UNKNOWN_DEVICE":     1,
+	"UNKNOWN_COMPONENT":  2,
+	"INTERNAL_ERROR":     3,
+	"DEVICE_UNREACHABLE": 4,
+	"ENABLE_UNSUPPORTED": 5,
+	"INVALID_PARAMS":     6,
+}
+
+func (x EnableHWComponentResponse_Reason) String() string {
+	return proto.EnumName(EnableHWComponentResponse_Reason_name, int32(x))
+}
+
+func (EnableHWComponentResponse_Reason) EnumDescriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{34, 0}
+}
+
 type PhysicalInventoryRequest struct {
 	DeviceUuid           *Uuid    `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
@@ -2006,6 +2126,363 @@
 	return ""
 }
 
+// Request to disable a hardware component on a device.
+// At least one of component_name or component_uuid must be provided, along with device_uuid.
+type DisableHWComponentRequest struct {
+	// UUID of the device containing the component to disable (required)
+	DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"`
+	// UUID of the component to disable (optional, but either this or component_name must be set)
+	ComponentUuid *Uuid `protobuf:"bytes,2,opt,name=component_uuid,json=componentUuid,proto3" json:"component_uuid,omitempty"`
+	// Name of the component to disable (optional, but either this or component_uuid must be set)
+	ComponentName        string   `protobuf:"bytes,3,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *DisableHWComponentRequest) Reset()         { *m = DisableHWComponentRequest{} }
+func (m *DisableHWComponentRequest) String() string { return proto.CompactTextString(m) }
+func (*DisableHWComponentRequest) ProtoMessage()    {}
+func (*DisableHWComponentRequest) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{29}
+}
+
+func (m *DisableHWComponentRequest) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_DisableHWComponentRequest.Unmarshal(m, b)
+}
+func (m *DisableHWComponentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_DisableHWComponentRequest.Marshal(b, m, deterministic)
+}
+func (m *DisableHWComponentRequest) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_DisableHWComponentRequest.Merge(m, src)
+}
+func (m *DisableHWComponentRequest) XXX_Size() int {
+	return xxx_messageInfo_DisableHWComponentRequest.Size(m)
+}
+func (m *DisableHWComponentRequest) XXX_DiscardUnknown() {
+	xxx_messageInfo_DisableHWComponentRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_DisableHWComponentRequest proto.InternalMessageInfo
+
+func (m *DisableHWComponentRequest) GetDeviceUuid() *Uuid {
+	if m != nil {
+		return m.DeviceUuid
+	}
+	return nil
+}
+
+func (m *DisableHWComponentRequest) GetComponentUuid() *Uuid {
+	if m != nil {
+		return m.ComponentUuid
+	}
+	return nil
+}
+
+func (m *DisableHWComponentRequest) GetComponentName() string {
+	if m != nil {
+		return m.ComponentName
+	}
+	return ""
+}
+
+// Response for DisableHWComponent RPC.
+type DisableHWComponentResponse struct {
+	// Indicates whether the operation was successful or not.
+	Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"`
+	// Reason for failure, if any
+	Reason DisableHWComponentResponse_Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.DisableHWComponentResponse_Reason" json:"reason,omitempty"`
+	// Human-readable details for logging or display
+	ReasonDetail         string   `protobuf:"bytes,3,opt,name=reason_detail,json=reasonDetail,proto3" json:"reason_detail,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *DisableHWComponentResponse) Reset()         { *m = DisableHWComponentResponse{} }
+func (m *DisableHWComponentResponse) String() string { return proto.CompactTextString(m) }
+func (*DisableHWComponentResponse) ProtoMessage()    {}
+func (*DisableHWComponentResponse) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{30}
+}
+
+func (m *DisableHWComponentResponse) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_DisableHWComponentResponse.Unmarshal(m, b)
+}
+func (m *DisableHWComponentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_DisableHWComponentResponse.Marshal(b, m, deterministic)
+}
+func (m *DisableHWComponentResponse) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_DisableHWComponentResponse.Merge(m, src)
+}
+func (m *DisableHWComponentResponse) XXX_Size() int {
+	return xxx_messageInfo_DisableHWComponentResponse.Size(m)
+}
+func (m *DisableHWComponentResponse) XXX_DiscardUnknown() {
+	xxx_messageInfo_DisableHWComponentResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_DisableHWComponentResponse proto.InternalMessageInfo
+
+func (m *DisableHWComponentResponse) GetStatus() Status {
+	if m != nil {
+		return m.Status
+	}
+	return Status_UNDEFINED_STATUS
+}
+
+func (m *DisableHWComponentResponse) GetReason() DisableHWComponentResponse_Reason {
+	if m != nil {
+		return m.Reason
+	}
+	return DisableHWComponentResponse_UNDEFINED_REASON
+}
+
+func (m *DisableHWComponentResponse) GetReasonDetail() string {
+	if m != nil {
+		return m.ReasonDetail
+	}
+	return ""
+}
+
+// Request to reset a hardware component on a device.
+// At least one of component_name or component_uuid must be provided, along with device_uuid.
+type ResetHWComponentRequest struct {
+	// UUID of the device containing the component to reset (required)
+	DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"`
+	// UUID of the component to reset (optional, but either this or component_name must be set)
+	ComponentUuid *Uuid `protobuf:"bytes,2,opt,name=component_uuid,json=componentUuid,proto3" json:"component_uuid,omitempty"`
+	// Name of the component to reset (optional, but either this or component_uuid must be set)
+	ComponentName        string   `protobuf:"bytes,3,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *ResetHWComponentRequest) Reset()         { *m = ResetHWComponentRequest{} }
+func (m *ResetHWComponentRequest) String() string { return proto.CompactTextString(m) }
+func (*ResetHWComponentRequest) ProtoMessage()    {}
+func (*ResetHWComponentRequest) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{31}
+}
+
+func (m *ResetHWComponentRequest) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ResetHWComponentRequest.Unmarshal(m, b)
+}
+func (m *ResetHWComponentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ResetHWComponentRequest.Marshal(b, m, deterministic)
+}
+func (m *ResetHWComponentRequest) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ResetHWComponentRequest.Merge(m, src)
+}
+func (m *ResetHWComponentRequest) XXX_Size() int {
+	return xxx_messageInfo_ResetHWComponentRequest.Size(m)
+}
+func (m *ResetHWComponentRequest) XXX_DiscardUnknown() {
+	xxx_messageInfo_ResetHWComponentRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ResetHWComponentRequest proto.InternalMessageInfo
+
+func (m *ResetHWComponentRequest) GetDeviceUuid() *Uuid {
+	if m != nil {
+		return m.DeviceUuid
+	}
+	return nil
+}
+
+func (m *ResetHWComponentRequest) GetComponentUuid() *Uuid {
+	if m != nil {
+		return m.ComponentUuid
+	}
+	return nil
+}
+
+func (m *ResetHWComponentRequest) GetComponentName() string {
+	if m != nil {
+		return m.ComponentName
+	}
+	return ""
+}
+
+// Response for ResetHWComponent RPC.
+type ResetHWComponentResponse struct {
+	// Indicates whether the operation was successful or not.
+	Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"`
+	// Reason for failure, if any
+	Reason ResetHWComponentResponse_Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.ResetHWComponentResponse_Reason" json:"reason,omitempty"`
+	// Human-readable details for logging or display
+	ReasonDetail         string   `protobuf:"bytes,3,opt,name=reason_detail,json=reasonDetail,proto3" json:"reason_detail,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *ResetHWComponentResponse) Reset()         { *m = ResetHWComponentResponse{} }
+func (m *ResetHWComponentResponse) String() string { return proto.CompactTextString(m) }
+func (*ResetHWComponentResponse) ProtoMessage()    {}
+func (*ResetHWComponentResponse) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{32}
+}
+
+func (m *ResetHWComponentResponse) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ResetHWComponentResponse.Unmarshal(m, b)
+}
+func (m *ResetHWComponentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ResetHWComponentResponse.Marshal(b, m, deterministic)
+}
+func (m *ResetHWComponentResponse) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ResetHWComponentResponse.Merge(m, src)
+}
+func (m *ResetHWComponentResponse) XXX_Size() int {
+	return xxx_messageInfo_ResetHWComponentResponse.Size(m)
+}
+func (m *ResetHWComponentResponse) XXX_DiscardUnknown() {
+	xxx_messageInfo_ResetHWComponentResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_ResetHWComponentResponse proto.InternalMessageInfo
+
+func (m *ResetHWComponentResponse) GetStatus() Status {
+	if m != nil {
+		return m.Status
+	}
+	return Status_UNDEFINED_STATUS
+}
+
+func (m *ResetHWComponentResponse) GetReason() ResetHWComponentResponse_Reason {
+	if m != nil {
+		return m.Reason
+	}
+	return ResetHWComponentResponse_UNDEFINED_REASON
+}
+
+func (m *ResetHWComponentResponse) GetReasonDetail() string {
+	if m != nil {
+		return m.ReasonDetail
+	}
+	return ""
+}
+
+// Request to enable a hardware component on a device.
+// At least one of component_name or component_uuid must be provided, along with device_uuid.
+type EnableHWComponentRequest struct {
+	// UUID of the device containing the component to enable (required)
+	DeviceUuid *Uuid `protobuf:"bytes,1,opt,name=device_uuid,json=deviceUuid,proto3" json:"device_uuid,omitempty"`
+	// UUID of the component to enable (optional, but either this or component_name must be set)
+	ComponentUuid *Uuid `protobuf:"bytes,2,opt,name=component_uuid,json=componentUuid,proto3" json:"component_uuid,omitempty"`
+	// Name of the component to enable (optional, but either this or component_uuid must be set)
+	ComponentName        string   `protobuf:"bytes,3,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *EnableHWComponentRequest) Reset()         { *m = EnableHWComponentRequest{} }
+func (m *EnableHWComponentRequest) String() string { return proto.CompactTextString(m) }
+func (*EnableHWComponentRequest) ProtoMessage()    {}
+func (*EnableHWComponentRequest) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{33}
+}
+
+func (m *EnableHWComponentRequest) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_EnableHWComponentRequest.Unmarshal(m, b)
+}
+func (m *EnableHWComponentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_EnableHWComponentRequest.Marshal(b, m, deterministic)
+}
+func (m *EnableHWComponentRequest) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_EnableHWComponentRequest.Merge(m, src)
+}
+func (m *EnableHWComponentRequest) XXX_Size() int {
+	return xxx_messageInfo_EnableHWComponentRequest.Size(m)
+}
+func (m *EnableHWComponentRequest) XXX_DiscardUnknown() {
+	xxx_messageInfo_EnableHWComponentRequest.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_EnableHWComponentRequest proto.InternalMessageInfo
+
+func (m *EnableHWComponentRequest) GetDeviceUuid() *Uuid {
+	if m != nil {
+		return m.DeviceUuid
+	}
+	return nil
+}
+
+func (m *EnableHWComponentRequest) GetComponentUuid() *Uuid {
+	if m != nil {
+		return m.ComponentUuid
+	}
+	return nil
+}
+
+func (m *EnableHWComponentRequest) GetComponentName() string {
+	if m != nil {
+		return m.ComponentName
+	}
+	return ""
+}
+
+// Response for EnableHWComponent RPC.
+type EnableHWComponentResponse struct {
+	// Indicates whether the operation was successful or not.
+	Status Status `protobuf:"varint,1,opt,name=status,proto3,enum=dmi.Status" json:"status,omitempty"`
+	// Reason for failure, if any
+	Reason EnableHWComponentResponse_Reason `protobuf:"varint,2,opt,name=reason,proto3,enum=dmi.EnableHWComponentResponse_Reason" json:"reason,omitempty"`
+	// Human-readable details for logging or display
+	ReasonDetail         string   `protobuf:"bytes,3,opt,name=reason_detail,json=reasonDetail,proto3" json:"reason_detail,omitempty"`
+	XXX_NoUnkeyedLiteral struct{} `json:"-"`
+	XXX_unrecognized     []byte   `json:"-"`
+	XXX_sizecache        int32    `json:"-"`
+}
+
+func (m *EnableHWComponentResponse) Reset()         { *m = EnableHWComponentResponse{} }
+func (m *EnableHWComponentResponse) String() string { return proto.CompactTextString(m) }
+func (*EnableHWComponentResponse) ProtoMessage()    {}
+func (*EnableHWComponentResponse) Descriptor() ([]byte, []int) {
+	return fileDescriptor_eae902e73066286d, []int{34}
+}
+
+func (m *EnableHWComponentResponse) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_EnableHWComponentResponse.Unmarshal(m, b)
+}
+func (m *EnableHWComponentResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_EnableHWComponentResponse.Marshal(b, m, deterministic)
+}
+func (m *EnableHWComponentResponse) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_EnableHWComponentResponse.Merge(m, src)
+}
+func (m *EnableHWComponentResponse) XXX_Size() int {
+	return xxx_messageInfo_EnableHWComponentResponse.Size(m)
+}
+func (m *EnableHWComponentResponse) XXX_DiscardUnknown() {
+	xxx_messageInfo_EnableHWComponentResponse.DiscardUnknown(m)
+}
+
+var xxx_messageInfo_EnableHWComponentResponse proto.InternalMessageInfo
+
+func (m *EnableHWComponentResponse) GetStatus() Status {
+	if m != nil {
+		return m.Status
+	}
+	return Status_UNDEFINED_STATUS
+}
+
+func (m *EnableHWComponentResponse) GetReason() EnableHWComponentResponse_Reason {
+	if m != nil {
+		return m.Reason
+	}
+	return EnableHWComponentResponse_UNDEFINED_REASON
+}
+
+func (m *EnableHWComponentResponse) GetReasonDetail() string {
+	if m != nil {
+		return m.ReasonDetail
+	}
+	return ""
+}
+
 func init() {
 	proto.RegisterEnum("dmi.PhysicalInventoryResponse_Reason", PhysicalInventoryResponse_Reason_name, PhysicalInventoryResponse_Reason_value)
 	proto.RegisterEnum("dmi.HWComponentInfoGetResponse_Reason", HWComponentInfoGetResponse_Reason_name, HWComponentInfoGetResponse_Reason_value)
@@ -2021,6 +2498,9 @@
 	proto.RegisterEnum("dmi.SetDmLogLevelResponse_Reason", SetDmLogLevelResponse_Reason_name, SetDmLogLevelResponse_Reason_value)
 	proto.RegisterEnum("dmi.GetDmLogLevelResponse_Reason", GetDmLogLevelResponse_Reason_name, GetDmLogLevelResponse_Reason_value)
 	proto.RegisterEnum("dmi.RebootDeviceResponse_Reason", RebootDeviceResponse_Reason_name, RebootDeviceResponse_Reason_value)
+	proto.RegisterEnum("dmi.DisableHWComponentResponse_Reason", DisableHWComponentResponse_Reason_name, DisableHWComponentResponse_Reason_value)
+	proto.RegisterEnum("dmi.ResetHWComponentResponse_Reason", ResetHWComponentResponse_Reason_name, ResetHWComponentResponse_Reason_value)
+	proto.RegisterEnum("dmi.EnableHWComponentResponse_Reason", EnableHWComponentResponse_Reason_name, EnableHWComponentResponse_Reason_value)
 	proto.RegisterType((*PhysicalInventoryRequest)(nil), "dmi.PhysicalInventoryRequest")
 	proto.RegisterType((*PhysicalInventoryResponse)(nil), "dmi.PhysicalInventoryResponse")
 	proto.RegisterType((*HWComponentInfoGetRequest)(nil), "dmi.HWComponentInfoGetRequest")
@@ -2050,120 +2530,137 @@
 	proto.RegisterType((*Heartbeat)(nil), "dmi.Heartbeat")
 	proto.RegisterType((*RebootDeviceRequest)(nil), "dmi.RebootDeviceRequest")
 	proto.RegisterType((*RebootDeviceResponse)(nil), "dmi.RebootDeviceResponse")
+	proto.RegisterType((*DisableHWComponentRequest)(nil), "dmi.DisableHWComponentRequest")
+	proto.RegisterType((*DisableHWComponentResponse)(nil), "dmi.DisableHWComponentResponse")
+	proto.RegisterType((*ResetHWComponentRequest)(nil), "dmi.ResetHWComponentRequest")
+	proto.RegisterType((*ResetHWComponentResponse)(nil), "dmi.ResetHWComponentResponse")
+	proto.RegisterType((*EnableHWComponentRequest)(nil), "dmi.EnableHWComponentRequest")
+	proto.RegisterType((*EnableHWComponentResponse)(nil), "dmi.EnableHWComponentResponse")
 }
 
 func init() { proto.RegisterFile("dmi/hw_management_service.proto", fileDescriptor_eae902e73066286d) }
 
 var fileDescriptor_eae902e73066286d = []byte{
-	// 1726 bytes of a gzipped FileDescriptorProto
-	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0xcd, 0x6f, 0xe3, 0xc6,
-	0x15, 0x2f, 0x29, 0xdb, 0x1b, 0x3d, 0xef, 0x7a, 0xe5, 0xf1, 0xda, 0x91, 0xb8, 0x88, 0xed, 0xe5,
-	0x22, 0xcd, 0xa6, 0x4d, 0x24, 0x43, 0x7b, 0x68, 0xb6, 0xe9, 0x17, 0x2d, 0xd1, 0x14, 0x13, 0x89,
-	0x14, 0x86, 0xd2, 0x1a, 0x5b, 0x14, 0x25, 0x68, 0x69, 0x2c, 0x13, 0x15, 0x49, 0x55, 0xa4, 0x1c,
-	0xf8, 0xcf, 0xe8, 0xa1, 0x87, 0x1e, 0x5a, 0xf4, 0x5f, 0xe8, 0x35, 0x28, 0x7a, 0xed, 0xa1, 0xd7,
-	0x1e, 0x0b, 0x14, 0x3d, 0xf5, 0xdc, 0x02, 0xbd, 0x17, 0xe4, 0x90, 0xfa, 0xa0, 0x48, 0x7d, 0x79,
-	0x83, 0xec, 0x4d, 0x9c, 0x79, 0xf3, 0xe3, 0xf0, 0xfd, 0xde, 0xfc, 0xe6, 0xbd, 0x27, 0x38, 0xe9,
-	0x5a, 0x66, 0xe9, 0xe6, 0x2b, 0xdd, 0x32, 0x6c, 0xa3, 0x47, 0x2c, 0x62, 0x7b, 0xba, 0x4b, 0x86,
-	0xb7, 0x66, 0x87, 0x14, 0x07, 0x43, 0xc7, 0x73, 0x50, 0xa6, 0x6b, 0x99, 0xdc, 0xbe, 0x6f, 0xd5,
-	0x71, 0x2c, 0xcb, 0xb1, 0x5d, 0x3a, 0xce, 0x3d, 0xa4, 0x0b, 0xc3, 0xa7, 0xa7, 0x3d, 0xc7, 0xe9,
-	0xf5, 0x49, 0x29, 0x78, 0xba, 0x1a, 0x5d, 0x97, 0x88, 0x35, 0xf0, 0xee, 0xe8, 0x24, 0x7f, 0x01,
-	0xf9, 0xe6, 0xcd, 0x9d, 0x6b, 0x76, 0x8c, 0xbe, 0x6c, 0xdf, 0x12, 0xdb, 0x73, 0x86, 0x77, 0x98,
-	0xfc, 0x7a, 0x44, 0x5c, 0x0f, 0x7d, 0x0f, 0x76, 0xbb, 0xc4, 0x7f, 0x9d, 0x3e, 0x1a, 0x99, 0xdd,
-	0x3c, 0x73, 0xca, 0xbc, 0xd8, 0x2d, 0x67, 0x8b, 0x5d, 0xcb, 0x2c, 0xb6, 0x47, 0x66, 0x17, 0x03,
-	0x9d, 0xf5, 0x7f, 0xf3, 0x7f, 0x62, 0xa1, 0x90, 0x00, 0xe4, 0x0e, 0x1c, 0xdb, 0x25, 0xe8, 0x39,
-	0xec, 0xb8, 0x9e, 0xe1, 0x8d, 0xdc, 0x00, 0x64, 0xaf, 0xbc, 0x1b, 0x80, 0x68, 0xc1, 0x10, 0x0e,
-	0xa7, 0xd0, 0x8f, 0x61, 0x67, 0x48, 0x0c, 0xd7, 0xb1, 0xf3, 0x6c, 0x60, 0xf4, 0x61, 0x60, 0x94,
-	0x0a, 0x5a, 0xc4, 0x81, 0x31, 0x0e, 0x17, 0xa1, 0xef, 0x43, 0xd6, 0x8c, 0x6c, 0xf2, 0x99, 0x60,
-	0xaf, 0x8f, 0x02, 0x84, 0x9a, 0x31, 0xec, 0x7e, 0x65, 0x0c, 0x09, 0x9e, 0xcc, 0xa3, 0xe7, 0xf0,
-	0x88, 0x2e, 0xd3, 0xbb, 0xc4, 0x33, 0xcc, 0x7e, 0x7e, 0xeb, 0x94, 0x79, 0x91, 0xc5, 0x0f, 0xe9,
-	0x60, 0x35, 0x18, 0xe3, 0x7f, 0x09, 0x3b, 0xf4, 0x1d, 0xe8, 0x09, 0xe4, 0xda, 0x4a, 0x55, 0xbc,
-	0x90, 0x15, 0xb1, 0xaa, 0x63, 0x51, 0xd0, 0x54, 0x25, 0xf7, 0x1d, 0x84, 0x60, 0xaf, 0xad, 0x7c,
-	0xa9, 0xa8, 0x97, 0x8a, 0x5e, 0x15, 0x5f, 0xcb, 0x15, 0x31, 0xc7, 0xf8, 0x63, 0xb2, 0xd2, 0x12,
-	0xb1, 0x22, 0xd4, 0x75, 0x11, 0x63, 0x15, 0xe7, 0x58, 0x74, 0x04, 0x88, 0xce, 0xeb, 0x6d, 0x05,
-	0x8b, 0x42, 0xa5, 0x26, 0x9c, 0xd7, 0xc5, 0x5c, 0x86, 0xff, 0x23, 0x03, 0x85, 0xda, 0x65, 0xc5,
-	0xb1, 0x06, 0x8e, 0x4d, 0x6c, 0x4f, 0xb6, 0xaf, 0x1d, 0x89, 0x78, 0x1b, 0x78, 0x1f, 0x9d, 0xc1,
-	0x5e, 0x27, 0x82, 0xa1, 0xe6, 0x6c, 0xdc, 0xfc, 0xd1, 0xd8, 0x20, 0x58, 0xf1, 0xe1, 0xf4, 0x0a,
-	0xdb, 0xb0, 0x48, 0xe0, 0xb2, 0xec, 0x94, 0x99, 0x62, 0x58, 0x84, 0xff, 0x1b, 0x0b, 0x5c, 0xd2,
-	0x16, 0xd7, 0xe1, 0xf5, 0x27, 0x31, 0x5e, 0xbf, 0x4b, 0x59, 0x49, 0x45, 0x8d, 0x13, 0xfb, 0x09,
-	0x64, 0xc7, 0x9b, 0x0a, 0x89, 0xdd, 0x0b, 0x20, 0xc6, 0x00, 0x78, 0x62, 0xb0, 0x1a, 0xb3, 0xa3,
-	0x0d, 0x98, 0x3d, 0x84, 0xfd, 0x68, 0xac, 0xa2, 0x36, 0x9a, 0xaa, 0x22, 0x2a, 0xad, 0x1c, 0x9b,
-	0x40, 0x78, 0x26, 0x85, 0xf0, 0x2d, 0xfe, 0xef, 0xf3, 0x84, 0x6b, 0xef, 0x16, 0xe1, 0xa8, 0x0c,
-	0x0f, 0x3a, 0x37, 0x86, 0xdd, 0x23, 0x6e, 0xe0, 0xb8, 0xdd, 0x72, 0x3e, 0x40, 0x6c, 0x38, 0x5d,
-	0xf3, 0xda, 0x34, 0xae, 0xfa, 0x64, 0xe2, 0xf4, 0xc8, 0x90, 0xff, 0xeb, 0x7c, 0x90, 0x68, 0xdf,
-	0x48, 0x90, 0x68, 0xe9, 0x41, 0x32, 0x47, 0x7b, 0x26, 0x81, 0xf6, 0x3f, 0x30, 0x6f, 0x99, 0xf7,
-	0xd7, 0x42, 0x5d, 0xae, 0xea, 0x4d, 0x01, 0x0b, 0x0d, 0x2d, 0x97, 0x49, 0x88, 0x85, 0xad, 0x94,
-	0x58, 0xd8, 0x46, 0x07, 0xf0, 0x58, 0x13, 0x5b, 0x7a, 0x5b, 0xd1, 0xda, 0xcd, 0xa6, 0x8a, 0x5b,
-	0x62, 0x35, 0xb7, 0xc3, 0xff, 0x26, 0x03, 0x4f, 0x35, 0xcf, 0x18, 0x7a, 0x0d, 0x5f, 0xf2, 0x4d,
-	0xbb, 0x57, 0x0d, 0x28, 0x5f, 0xcf, 0x95, 0x3f, 0x8d, 0xb9, 0xf2, 0xa3, 0xc8, 0x28, 0x0d, 0x36,
-	0xee, 0xcb, 0x58, 0x20, 0x66, 0x16, 0x05, 0xe2, 0x4a, 0xc7, 0xed, 0xeb, 0x65, 0x7e, 0xe7, 0xe0,
-	0x28, 0x74, 0x92, 0x50, 0xc7, 0xa2, 0x50, 0x7d, 0xa3, 0x37, 0x04, 0x45, 0x90, 0xc4, 0x6a, 0x8e,
-	0x41, 0xcf, 0xe0, 0x03, 0xb5, 0x29, 0x62, 0xa1, 0x25, 0xab, 0xca, 0x78, 0x5a, 0x56, 0xf4, 0x26,
-	0x56, 0x25, 0x2c, 0x6a, 0xda, 0x1a, 0x5c, 0x70, 0x70, 0x24, 0xb4, 0x5b, 0x35, 0x51, 0x69, 0xc9,
-	0x15, 0x8a, 0x77, 0x21, 0xc8, 0xf5, 0x36, 0xf6, 0xf9, 0x78, 0x1f, 0x0e, 0x64, 0xc5, 0x27, 0x58,
-	0x68, 0xc9, 0xe7, 0x75, 0x31, 0xe2, 0x7f, 0x87, 0x2f, 0x41, 0x41, 0xf3, 0x9c, 0x41, 0xdc, 0x75,
-	0xf4, 0xcc, 0x22, 0xd8, 0x0a, 0xce, 0x12, 0x13, 0x7c, 0x75, 0xf0, 0x9b, 0xff, 0x2f, 0x03, 0x5c,
-	0xd2, 0x8a, 0xfb, 0x1f, 0x87, 0x74, 0xd4, 0x8d, 0x8e, 0xc3, 0x17, 0x1b, 0x9c, 0x86, 0xe4, 0x70,
-	0x66, 0x79, 0x0b, 0xf6, 0x83, 0x9d, 0x91, 0x2e, 0xdd, 0x98, 0x7f, 0x5c, 0xd1, 0x27, 0xb0, 0x65,
-	0xda, 0xd7, 0x4e, 0x28, 0x65, 0xe9, 0x4a, 0x12, 0x58, 0xc5, 0xc3, 0x8e, 0x5d, 0x94, 0x6e, 0xfc,
-	0x93, 0x81, 0xa3, 0x99, 0xf7, 0xb9, 0xeb, 0xf9, 0xf7, 0x87, 0x31, 0xff, 0xf2, 0x74, 0x6f, 0x89,
-	0x88, 0x71, 0xdf, 0x9e, 0xc1, 0x03, 0xba, 0x13, 0x37, 0x9f, 0x39, 0xcd, 0xbc, 0xd8, 0x2d, 0x1f,
-	0xcd, 0x2f, 0xf6, 0x3f, 0x1f, 0x47, 0x66, 0x7c, 0x79, 0xb9, 0xa3, 0x63, 0xb1, 0xca, 0xf0, 0xbf,
-	0x67, 0xa0, 0xa0, 0x11, 0xaf, 0xee, 0xf4, 0x7c, 0xb6, 0x45, 0xbb, 0x3b, 0x70, 0x4c, 0x7b, 0xa3,
-	0xbb, 0xe2, 0x63, 0xc8, 0xf5, 0x29, 0x8a, 0x4e, 0x42, 0x98, 0xe0, 0xab, 0xb3, 0xf8, 0x71, 0x7f,
-	0x16, 0x7d, 0xda, 0x34, 0x48, 0x0f, 0x3b, 0x4e, 0x14, 0x39, 0x91, 0x69, 0x33, 0x1c, 0xe6, 0xff,
-	0xc5, 0x06, 0xfb, 0xc3, 0xc4, 0x72, 0x3c, 0x32, 0xd9, 0xde, 0xfd, 0x13, 0xbe, 0x54, 0xd0, 0x8d,
-	0x62, 0xfc, 0x6b, 0xe6, 0x2d, 0x25, 0x71, 0x1c, 0x1c, 0xd5, 0x55, 0x49, 0x92, 0x15, 0x49, 0x17,
-	0x95, 0x6a, 0x53, 0x95, 0x95, 0xd6, 0xf8, 0xbe, 0x7f, 0x0e, 0x27, 0x73, 0x73, 0x4d, 0xac, 0xb6,
-	0xd4, 0x8a, 0x3a, 0x11, 0x9f, 0x02, 0x1c, 0x36, 0x34, 0xe9, 0xbc, 0xad, 0xc5, 0xd7, 0x6f, 0xa7,
-	0x1c, 0xaa, 0x1d, 0xfe, 0x1f, 0x2c, 0x70, 0x52, 0x42, 0x0c, 0xdc, 0x5f, 0x49, 0xd2, 0x51, 0xe3,
-	0x5e, 0x4e, 0x8a, 0x9e, 0xcc, 0xea, 0xd1, 0xb3, 0x95, 0x18, 0x3d, 0xf3, 0xdc, 0x6d, 0x7f, 0x0b,
-	0xf9, 0x77, 0x05, 0xf2, 0x1a, 0xf1, 0x1a, 0x6e, 0xef, 0x7c, 0xe4, 0xc6, 0x0f, 0xd8, 0x47, 0xf0,
-	0xd8, 0x72, 0x7b, 0x57, 0x23, 0x77, 0xf2, 0xd5, 0x54, 0xe3, 0xf7, 0xe8, 0x70, 0x64, 0xcf, 0xff,
-	0x8e, 0x85, 0x82, 0x34, 0x8f, 0x72, 0xff, 0x73, 0x90, 0x0a, 0x1a, 0x67, 0x28, 0x61, 0xab, 0x99,
-	0xa4, 0xad, 0xae, 0x76, 0x57, 0x7f, 0xb1, 0xbe, 0x56, 0xa5, 0x5e, 0x0a, 0x6f, 0x20, 0x27, 0xda,
-	0x9e, 0xe9, 0x99, 0xc4, 0xad, 0x3b, 0xbd, 0x3a, 0xb9, 0x25, 0x7d, 0xf4, 0x31, 0xbc, 0xd7, 0x0f,
-	0x7f, 0x87, 0x3e, 0xa1, 0x55, 0x5a, 0x64, 0x80, 0xc7, 0xd3, 0x88, 0x83, 0xf7, 0x48, 0xb8, 0x3c,
-	0xcf, 0x9e, 0x66, 0x5e, 0x64, 0xf1, 0xf8, 0x99, 0x1f, 0x01, 0xa2, 0xea, 0x48, 0x17, 0x6d, 0x20,
-	0x8b, 0x2f, 0x21, 0xdb, 0xf7, 0xeb, 0xe2, 0x5b, 0xd2, 0xa7, 0xf0, 0xbb, 0xe5, 0xc3, 0xc0, 0x32,
-	0xbe, 0x65, 0x3c, 0xb1, 0xe3, 0xff, 0xcc, 0xc2, 0xc1, 0xcc, 0x7b, 0x43, 0x9e, 0xd7, 0x79, 0xf1,
-	0x24, 0x26, 0xd8, 0xf4, 0x98, 0xf8, 0xc1, 0x38, 0x26, 0x32, 0x81, 0xd1, 0x49, 0xa4, 0x8d, 0xf1,
-	0x57, 0x2f, 0x55, 0xc5, 0x24, 0x92, 0x6f, 0xdf, 0xde, 0xc9, 0x8a, 0xec, 0xea, 0xaa, 0x2f, 0x7e,
-	0x2d, 0xb9, 0xf5, 0x66, 0x41, 0x01, 0xf4, 0x0b, 0x40, 0xd2, 0xfd, 0x58, 0x5b, 0x14, 0x13, 0xff,
-	0x61, 0xe1, 0x40, 0xba, 0x27, 0x39, 0x34, 0x2a, 0xea, 0x2b, 0x46, 0x05, 0xb5, 0x9b, 0x62, 0x34,
-	0xb3, 0x0a, 0xa3, 0x5b, 0x53, 0x8c, 0x4a, 0x1b, 0x30, 0xba, 0xfd, 0x0e, 0x31, 0x5a, 0x1b, 0xdf,
-	0x50, 0x7e, 0x4a, 0x17, 0x39, 0x69, 0x93, 0x0e, 0xd2, 0xe7, 0xf0, 0x44, 0x23, 0x5e, 0xd5, 0x8a,
-	0x47, 0xc7, 0x73, 0xd8, 0xee, 0xa7, 0xab, 0x05, 0x9d, 0xe3, 0xff, 0xcd, 0xc0, 0x61, 0x6c, 0xf5,
-	0x3a, 0x0a, 0xfc, 0x2a, 0xa6, 0xc0, 0xcf, 0xa2, 0xd3, 0x36, 0x0f, 0xb8, 0x51, 0x16, 0x22, 0x6f,
-	0x20, 0xaa, 0x53, 0x75, 0xa7, 0xcf, 0x44, 0x5d, 0x7c, 0x2d, 0xd6, 0x73, 0x2c, 0x7f, 0x04, 0x4f,
-	0xa4, 0x04, 0x37, 0xf1, 0xff, 0x63, 0xe0, 0x50, 0x4a, 0xf1, 0xc0, 0x72, 0x07, 0xae, 0x26, 0x4a,
-	0xaf, 0x62, 0xa2, 0xf4, 0x2c, 0x0a, 0xe1, 0x0d, 0xdc, 0x94, 0x24, 0x4b, 0x9b, 0xe4, 0xc9, 0x3f,
-	0x82, 0x6c, 0x8d, 0x18, 0x43, 0xef, 0x8a, 0x18, 0x1e, 0x2a, 0xc1, 0xc1, 0x4d, 0xf4, 0xa0, 0xbb,
-	0x66, 0xcf, 0x36, 0xbc, 0xd1, 0x90, 0x56, 0x67, 0x0f, 0x30, 0x1a, 0x4f, 0x69, 0xd1, 0x0c, 0x2f,
-	0xc0, 0x01, 0x26, 0x57, 0x8e, 0xe3, 0xcd, 0x96, 0x75, 0xeb, 0xc4, 0xed, 0x6f, 0x59, 0x78, 0x32,
-	0x8b, 0x31, 0x17, 0x79, 0x0b, 0x54, 0xe1, 0xb3, 0x98, 0x2a, 0x9c, 0x06, 0x46, 0x49, 0x78, 0x1b,
-	0xc9, 0xc2, 0xdd, 0x37, 0x9b, 0x42, 0xf9, 0x49, 0x6d, 0x38, 0x2e, 0x2b, 0xfa, 0x25, 0x56, 0x15,
-	0x49, 0xd7, 0x5a, 0x42, 0x4b, 0xcc, 0x6d, 0x95, 0xff, 0x02, 0x50, 0x50, 0x0c, 0xcf, 0xbc, 0x25,
-	0xb5, 0xcb, 0xc6, 0xb8, 0x83, 0xad, 0xd1, 0x06, 0x36, 0xd2, 0xe0, 0x20, 0xa1, 0x23, 0x81, 0x52,
-	0x6b, 0x44, 0xee, 0x74, 0x59, 0x17, 0xe3, 0x8c, 0x41, 0x6d, 0x40, 0xf3, 0x25, 0x32, 0x3a, 0x4e,
-	0xad, 0x9d, 0x03, 0xb2, 0xb9, 0x93, 0x25, 0xb5, 0x35, 0xaa, 0xc1, 0xbe, 0x9f, 0x8c, 0xcd, 0x14,
-	0x87, 0xe8, 0xa8, 0x48, 0xdb, 0xea, 0xc5, 0xa8, 0xad, 0x5e, 0x14, 0xad, 0x81, 0x77, 0xc7, 0x3d,
-	0x5d, 0x50, 0x49, 0xa2, 0xcb, 0xe0, 0xf0, 0xce, 0xb5, 0xb4, 0xd1, 0x07, 0x69, 0xad, 0x6e, 0xba,
-	0xc3, 0xe3, 0xc5, 0x9d, 0xf0, 0x33, 0x06, 0x5d, 0x06, 0x17, 0x6b, 0xac, 0x5d, 0x16, 0x7e, 0x79,
-	0x6a, 0x8b, 0x39, 0xfc, 0xf2, 0xf4, 0x4e, 0x6c, 0xe8, 0xd2, 0x15, 0x81, 0xb5, 0x25, 0xc0, 0xd3,
-	0x3d, 0xc1, 0x56, 0x94, 0xbe, 0xcd, 0x14, 0x10, 0xc7, 0x53, 0x49, 0x4e, 0x42, 0xd5, 0xcb, 0x1d,
-	0x2f, 0x2e, 0x10, 0xd1, 0x45, 0x94, 0x5e, 0xcc, 0xa0, 0x3e, 0x9e, 0xf9, 0x17, 0x40, 0xae, 0x72,
-	0x27, 0x4b, 0x4a, 0x20, 0x84, 0x61, 0x7f, 0xae, 0x30, 0x08, 0x39, 0x4a, 0x2b, 0x18, 0x96, 0xee,
-	0xed, 0x4b, 0x1a, 0x44, 0xb3, 0x98, 0x69, 0x41, 0x74, 0xbc, 0xb8, 0x02, 0x40, 0xcd, 0x28, 0xd1,
-	0x99, 0xb9, 0x75, 0xd1, 0xcc, 0x87, 0x25, 0xdc, 0xc7, 0x5c, 0x3e, 0x2d, 0xe7, 0x40, 0x3f, 0x83,
-	0xdd, 0xa9, 0xe4, 0x12, 0xbd, 0x3f, 0x9f, 0x6e, 0x4e, 0x23, 0x68, 0xc9, 0x08, 0xd2, 0x1c, 0x82,
-	0x94, 0x86, 0x90, 0xb4, 0x87, 0xcf, 0x60, 0x6f, 0x2c, 0xe5, 0x95, 0x1b, 0xd2, 0xf9, 0x55, 0xaa,
-	0x7f, 0x68, 0xff, 0x7f, 0xa2, 0xfb, 0x15, 0x78, 0x38, 0x2d, 0x99, 0xa1, 0x8c, 0x24, 0x28, 0x3b,
-	0x57, 0x48, 0xd5, 0x57, 0x74, 0x01, 0x8f, 0x66, 0x6e, 0x7c, 0x54, 0x48, 0xca, 0x02, 0x28, 0x0c,
-	0x97, 0x9e, 0x20, 0xf8, 0x38, 0x52, 0x02, 0x8e, 0x94, 0x8e, 0x93, 0x78, 0x83, 0x9e, 0x7f, 0xfe,
-	0xf3, 0x57, 0x3d, 0xd3, 0xbb, 0x19, 0x5d, 0x15, 0x3b, 0x8e, 0x55, 0x72, 0x06, 0xc4, 0xee, 0x38,
-	0xc3, 0x6e, 0x89, 0x5e, 0x3d, 0x9f, 0x4e, 0xfe, 0x14, 0xfc, 0xd4, 0xb4, 0x3d, 0x32, 0xbc, 0x36,
-	0x3a, 0xa4, 0x74, 0xfb, 0xb2, 0xd4, 0x73, 0x4a, 0x5d, 0xcb, 0xbc, 0xda, 0x09, 0x3c, 0xf6, 0xf2,
-	0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe8, 0x0a, 0x35, 0x98, 0x44, 0x1c, 0x00, 0x00,
+	// 1901 bytes of a gzipped FileDescriptorProto
+	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0xcd, 0x6f, 0xdb, 0xd8,
+	0x11, 0x2f, 0x29, 0xdb, 0x59, 0x8d, 0x13, 0x47, 0x7e, 0x8e, 0x15, 0x49, 0x69, 0x62, 0x87, 0xe9,
+	0x76, 0xb3, 0xed, 0xae, 0x15, 0x38, 0x87, 0x6e, 0xba, 0xdb, 0x0f, 0x59, 0xa2, 0x69, 0xee, 0xca,
+	0x94, 0xf0, 0x28, 0xc5, 0x48, 0x51, 0x94, 0xa0, 0xa5, 0x67, 0x99, 0xa8, 0x48, 0xba, 0x22, 0xe5,
+	0x85, 0xff, 0x8c, 0x1e, 0x7a, 0xe8, 0xa1, 0xdb, 0xb4, 0xff, 0x41, 0xaf, 0x41, 0xaf, 0x45, 0x0b,
+	0xf4, 0xda, 0x63, 0x81, 0xa2, 0xa7, 0x9e, 0x5b, 0xa0, 0xf7, 0x05, 0xf9, 0x48, 0x7d, 0x90, 0x7c,
+	0xfa, 0xa0, 0xb3, 0x88, 0x6f, 0xd6, 0x7b, 0xf3, 0x7e, 0x1c, 0xce, 0x6f, 0x66, 0x38, 0x33, 0xcf,
+	0xb0, 0xd3, 0x35, 0x8d, 0xf2, 0xf9, 0x97, 0x9a, 0xa9, 0x5b, 0x7a, 0x8f, 0x98, 0xc4, 0x72, 0x35,
+	0x87, 0x0c, 0x2e, 0x8d, 0x0e, 0xd9, 0xbb, 0x18, 0xd8, 0xae, 0x8d, 0x32, 0x5d, 0xd3, 0x28, 0x6d,
+	0x7a, 0x52, 0x1d, 0xdb, 0x34, 0x6d, 0xcb, 0xa1, 0xeb, 0xa5, 0xdb, 0xf4, 0x60, 0xf0, 0xeb, 0x41,
+	0xcf, 0xb6, 0x7b, 0x7d, 0x52, 0xf6, 0x7f, 0x9d, 0x0e, 0xcf, 0xca, 0xc4, 0xbc, 0x70, 0xaf, 0xe8,
+	0xa6, 0x70, 0x08, 0x85, 0xe6, 0xf9, 0x95, 0x63, 0x74, 0xf4, 0xbe, 0x6c, 0x5d, 0x12, 0xcb, 0xb5,
+	0x07, 0x57, 0x98, 0xfc, 0x6a, 0x48, 0x1c, 0x17, 0x7d, 0x0f, 0xd6, 0xbb, 0xc4, 0x7b, 0x9c, 0x36,
+	0x1c, 0x1a, 0xdd, 0x02, 0xb7, 0xcb, 0x3d, 0x5d, 0xdf, 0xcf, 0xee, 0x75, 0x4d, 0x63, 0xaf, 0x3d,
+	0x34, 0xba, 0x18, 0xe8, 0xae, 0xf7, 0xb7, 0xf0, 0x27, 0x1e, 0x8a, 0x09, 0x40, 0xce, 0x85, 0x6d,
+	0x39, 0x04, 0x3d, 0x81, 0x35, 0xc7, 0xd5, 0xdd, 0xa1, 0xe3, 0x83, 0x6c, 0xec, 0xaf, 0xfb, 0x20,
+	0xaa, 0xbf, 0x84, 0x83, 0x2d, 0xf4, 0x23, 0x58, 0x1b, 0x10, 0xdd, 0xb1, 0xad, 0x02, 0xef, 0x0b,
+	0xbd, 0xef, 0x0b, 0x31, 0x41, 0xf7, 0xb0, 0x2f, 0x8c, 0x83, 0x43, 0xe8, 0xfb, 0x90, 0x35, 0x42,
+	0x99, 0x42, 0xc6, 0xd7, 0xf5, 0x8e, 0x8f, 0x70, 0xa4, 0x0f, 0xba, 0x5f, 0xea, 0x03, 0x82, 0xc7,
+	0xfb, 0xe8, 0x09, 0xdc, 0xa1, 0xc7, 0xb4, 0x2e, 0x71, 0x75, 0xa3, 0x5f, 0x58, 0xd9, 0xe5, 0x9e,
+	0x66, 0xf1, 0x6d, 0xba, 0x58, 0xf3, 0xd7, 0x84, 0x5f, 0xc0, 0x1a, 0x7d, 0x06, 0xba, 0x07, 0xb9,
+	0xb6, 0x52, 0x13, 0x0f, 0x65, 0x45, 0xac, 0x69, 0x58, 0xac, 0xa8, 0x0d, 0x25, 0xf7, 0x2d, 0x84,
+	0x60, 0xa3, 0xad, 0x7c, 0xa1, 0x34, 0x4e, 0x14, 0xad, 0x26, 0xbe, 0x94, 0xab, 0x62, 0x8e, 0xf3,
+	0xd6, 0x64, 0xa5, 0x25, 0x62, 0xa5, 0x52, 0xd7, 0x44, 0x8c, 0x1b, 0x38, 0xc7, 0xa3, 0x3c, 0x20,
+	0xba, 0xaf, 0xb5, 0x15, 0x2c, 0x56, 0xaa, 0x47, 0x95, 0x83, 0xba, 0x98, 0xcb, 0x08, 0xaf, 0x39,
+	0x28, 0x1e, 0x9d, 0x54, 0x6d, 0xf3, 0xc2, 0xb6, 0x88, 0xe5, 0xca, 0xd6, 0x99, 0x2d, 0x11, 0x37,
+	0x85, 0xf5, 0xd1, 0x33, 0xd8, 0xe8, 0x84, 0x30, 0x54, 0x9c, 0x8f, 0x8a, 0xdf, 0x19, 0x09, 0xf8,
+	0x27, 0xde, 0x9f, 0x3c, 0x61, 0xe9, 0x26, 0xf1, 0x4d, 0x96, 0x9d, 0x10, 0x53, 0x74, 0x93, 0x08,
+	0x7f, 0xe7, 0xa1, 0x94, 0xa4, 0xe2, 0x32, 0xbc, 0xfe, 0x38, 0xc2, 0xeb, 0x77, 0x29, 0x2b, 0x4c,
+	0xd4, 0x28, 0xb1, 0x1f, 0x41, 0x76, 0xa4, 0x54, 0x40, 0xec, 0x86, 0x0f, 0x31, 0x02, 0xc0, 0x63,
+	0x81, 0xc5, 0x98, 0x1d, 0xa6, 0x60, 0x76, 0x1b, 0x36, 0xc3, 0xb5, 0x6a, 0xe3, 0xb8, 0xd9, 0x50,
+	0x44, 0xa5, 0x95, 0xe3, 0x13, 0x08, 0xcf, 0x30, 0x08, 0x5f, 0x11, 0xfe, 0x11, 0x27, 0x5c, 0xbd,
+	0x59, 0x84, 0xa3, 0x7d, 0xb8, 0xd5, 0x39, 0xd7, 0xad, 0x1e, 0x71, 0x7c, 0xc3, 0xad, 0xef, 0x17,
+	0x7c, 0xc4, 0x63, 0xbb, 0x6b, 0x9c, 0x19, 0xfa, 0x69, 0x9f, 0x8c, 0x8d, 0x1e, 0x0a, 0x0a, 0x7f,
+	0x8d, 0x3b, 0x89, 0xfa, 0x8d, 0x38, 0x89, 0xca, 0x76, 0x92, 0x18, 0xed, 0x99, 0x04, 0xda, 0xbf,
+	0xe2, 0xde, 0x32, 0xef, 0x2f, 0x2b, 0x75, 0xb9, 0xa6, 0x35, 0x2b, 0xb8, 0x72, 0xac, 0xe6, 0x32,
+	0x09, 0xbe, 0xb0, 0xc2, 0xf0, 0x85, 0x55, 0xb4, 0x05, 0x77, 0x55, 0xb1, 0xa5, 0xb5, 0x15, 0xb5,
+	0xdd, 0x6c, 0x36, 0x70, 0x4b, 0xac, 0xe5, 0xd6, 0x84, 0x5f, 0x67, 0xe0, 0x81, 0xea, 0xea, 0x03,
+	0xf7, 0xd8, 0x4b, 0xf9, 0x86, 0xd5, 0xab, 0xf9, 0x94, 0x2f, 0x67, 0xca, 0x9f, 0x44, 0x4c, 0xf9,
+	0x41, 0x28, 0xc4, 0x82, 0x8d, 0xda, 0x32, 0xe2, 0x88, 0x99, 0x59, 0x8e, 0xb8, 0x50, 0xb8, 0xbd,
+	0x99, 0x67, 0xf7, 0x12, 0xe4, 0x03, 0x23, 0x55, 0xea, 0x58, 0xac, 0xd4, 0x5e, 0x69, 0xc7, 0x15,
+	0xa5, 0x22, 0x89, 0xb5, 0x1c, 0x87, 0x1e, 0xc3, 0xc3, 0x46, 0x53, 0xc4, 0x95, 0x96, 0xdc, 0x50,
+	0x46, 0xdb, 0xb2, 0xa2, 0x35, 0x71, 0x43, 0xc2, 0xa2, 0xaa, 0x2e, 0xc1, 0x45, 0x09, 0xf2, 0x95,
+	0x76, 0xeb, 0x48, 0x54, 0x5a, 0x72, 0x95, 0xe2, 0x1d, 0x56, 0xe4, 0x7a, 0x1b, 0x7b, 0x7c, 0xdc,
+	0x87, 0x2d, 0x59, 0xf1, 0x08, 0xae, 0xb4, 0xe4, 0x83, 0xba, 0x18, 0xf2, 0xbf, 0x26, 0x94, 0xa1,
+	0xa8, 0xba, 0xf6, 0x45, 0xd4, 0x74, 0x34, 0x66, 0x11, 0xac, 0xf8, 0xb1, 0xc4, 0xf9, 0x6f, 0xed,
+	0xff, 0x2d, 0xfc, 0x8f, 0x83, 0x52, 0xd2, 0x89, 0xeb, 0x87, 0x03, 0x1b, 0x35, 0x55, 0x38, 0x7c,
+	0x9e, 0x22, 0x1a, 0x92, 0xdd, 0x99, 0x17, 0x4c, 0xd8, 0xf4, 0x35, 0x23, 0x5d, 0xaa, 0x98, 0x17,
+	0xae, 0xe8, 0x23, 0x58, 0x31, 0xac, 0x33, 0x3b, 0x48, 0x65, 0xec, 0x4c, 0xe2, 0x4b, 0x45, 0xdd,
+	0x8e, 0x9f, 0x55, 0x6e, 0xfc, 0x8b, 0x83, 0xfc, 0xd4, 0xf3, 0x9c, 0xe5, 0xec, 0xfb, 0xc3, 0x88,
+	0x7d, 0x05, 0xaa, 0x5b, 0x22, 0x62, 0xd4, 0xb6, 0xcf, 0xe0, 0x16, 0xd5, 0xc4, 0x29, 0x64, 0x76,
+	0x33, 0x4f, 0xd7, 0xf7, 0xf3, 0xf1, 0xc3, 0xde, 0xeb, 0xe3, 0x50, 0x4c, 0xd8, 0x9f, 0x6f, 0xe8,
+	0x88, 0xaf, 0x72, 0xc2, 0xef, 0x38, 0x28, 0xaa, 0xc4, 0xad, 0xdb, 0x3d, 0x8f, 0x6d, 0xd1, 0xea,
+	0x5e, 0xd8, 0x86, 0x95, 0xea, 0x5b, 0xf1, 0x21, 0xe4, 0xfa, 0x14, 0x45, 0x23, 0x01, 0x8c, 0xff,
+	0xd6, 0x59, 0x7c, 0xb7, 0x3f, 0x8d, 0x3e, 0x29, 0xea, 0x97, 0x87, 0x1d, 0x3b, 0xf4, 0x9c, 0x50,
+	0xb4, 0x19, 0x2c, 0x0b, 0xff, 0xe6, 0x7d, 0xfd, 0x30, 0x31, 0x6d, 0x97, 0x8c, 0xd5, 0xbb, 0x7e,
+	0xc1, 0xc7, 0x04, 0x4d, 0xe5, 0xe3, 0x6f, 0xb8, 0xb7, 0x54, 0xc4, 0x95, 0x20, 0x5f, 0x6f, 0x48,
+	0x92, 0xac, 0x48, 0x9a, 0xa8, 0xd4, 0x9a, 0x0d, 0x59, 0x69, 0x8d, 0xbe, 0xf7, 0x4f, 0x60, 0x27,
+	0xb6, 0xd7, 0xc4, 0x8d, 0x56, 0xa3, 0xda, 0x18, 0x27, 0x9f, 0x22, 0x6c, 0x1f, 0xab, 0xd2, 0x41,
+	0x5b, 0x8d, 0x9e, 0x5f, 0x65, 0x04, 0xd5, 0x9a, 0xf0, 0x4f, 0x1e, 0x4a, 0x52, 0x82, 0x0f, 0x5c,
+	0x3f, 0x93, 0xb0, 0x51, 0xa3, 0x56, 0x4e, 0xf2, 0x9e, 0xcc, 0xe2, 0xde, 0xb3, 0x92, 0xe8, 0x3d,
+	0x71, 0xee, 0x56, 0xdf, 0x41, 0xfd, 0x5d, 0x85, 0x82, 0x4a, 0xdc, 0x63, 0xa7, 0x77, 0x30, 0x74,
+	0xa2, 0x01, 0xf6, 0x01, 0xdc, 0x35, 0x9d, 0xde, 0xe9, 0xd0, 0x19, 0xbf, 0x35, 0xcd, 0xf1, 0x1b,
+	0x74, 0x39, 0x94, 0x17, 0x7e, 0xcb, 0x43, 0x51, 0x8a, 0xa3, 0x5c, 0x3f, 0x0e, 0x98, 0xa0, 0x51,
+	0x86, 0x12, 0x54, 0xcd, 0x24, 0xa9, 0xba, 0xd8, 0xb7, 0xfa, 0xf3, 0xe5, 0x73, 0x15, 0xf3, 0xa3,
+	0xf0, 0x0a, 0x72, 0xa2, 0xe5, 0x1a, 0xae, 0x41, 0x9c, 0xba, 0xdd, 0xab, 0x93, 0x4b, 0xd2, 0x47,
+	0x1f, 0xc2, 0x7b, 0xfd, 0xe0, 0xef, 0xc0, 0x26, 0xb4, 0x4b, 0x0b, 0x05, 0xf0, 0x68, 0x1b, 0x95,
+	0xe0, 0x3d, 0x12, 0x1c, 0x2f, 0xf0, 0xbb, 0x99, 0xa7, 0x59, 0x3c, 0xfa, 0x2d, 0x0c, 0x01, 0xd1,
+	0xec, 0x48, 0x0f, 0xa5, 0x48, 0x8b, 0xcf, 0x21, 0xdb, 0xf7, 0xfa, 0xe2, 0x4b, 0xd2, 0xa7, 0xf0,
+	0xeb, 0xfb, 0xdb, 0xbe, 0x64, 0x54, 0x65, 0x3c, 0x96, 0x13, 0xfe, 0xcc, 0xc3, 0xd6, 0xd4, 0x73,
+	0x03, 0x9e, 0x97, 0x79, 0xf0, 0xd8, 0x27, 0x78, 0xb6, 0x4f, 0xfc, 0x60, 0xe4, 0x13, 0x19, 0x5f,
+	0x68, 0x27, 0xcc, 0x8d, 0xd1, 0x47, 0xcf, 0xcd, 0x8a, 0x49, 0x24, 0x5f, 0xbe, 0xbd, 0xc8, 0x0a,
+	0xe5, 0xea, 0x0d, 0x2f, 0xf9, 0xb5, 0xe4, 0xd6, 0xab, 0x19, 0x0d, 0xd0, 0xcf, 0x01, 0x49, 0xd7,
+	0x63, 0x6d, 0x96, 0x4f, 0xfc, 0x97, 0x87, 0x2d, 0xe9, 0x9a, 0xe4, 0x50, 0xaf, 0xa8, 0x2f, 0xe8,
+	0x15, 0x54, 0x6e, 0x82, 0xd1, 0xcc, 0x22, 0x8c, 0xae, 0x4c, 0x30, 0x2a, 0xa5, 0x60, 0x74, 0xf5,
+	0x06, 0x31, 0x7a, 0x34, 0xfa, 0x42, 0x79, 0x25, 0x5d, 0x68, 0xa4, 0x34, 0x13, 0xa4, 0x4f, 0xe1,
+	0x9e, 0x4a, 0xdc, 0x9a, 0x19, 0xf5, 0x8e, 0x27, 0xb0, 0xda, 0x67, 0x67, 0x0b, 0xba, 0x27, 0xfc,
+	0x87, 0x83, 0xed, 0xc8, 0xe9, 0x65, 0x32, 0xf0, 0x8b, 0x48, 0x06, 0x7e, 0x1c, 0x46, 0x5b, 0x1c,
+	0x30, 0x55, 0x15, 0x22, 0xa7, 0x48, 0xaa, 0x13, 0x7d, 0xa7, 0xc7, 0x44, 0x5d, 0x7c, 0x29, 0xd6,
+	0x73, 0xbc, 0x90, 0x87, 0x7b, 0x52, 0x82, 0x99, 0x84, 0xff, 0x73, 0xb0, 0x2d, 0x31, 0x2c, 0x30,
+	0xdf, 0x80, 0x8b, 0x25, 0xa5, 0x17, 0x91, 0xa4, 0xf4, 0x38, 0x74, 0xe1, 0x14, 0x66, 0x4a, 0x4a,
+	0x4b, 0x69, 0xea, 0xe4, 0xcf, 0x20, 0x7b, 0x44, 0xf4, 0x81, 0x7b, 0x4a, 0x74, 0x17, 0x95, 0x61,
+	0xeb, 0x3c, 0xfc, 0xa1, 0x39, 0x46, 0xcf, 0xd2, 0xdd, 0xe1, 0x80, 0x76, 0x67, 0xb7, 0x30, 0x1a,
+	0x6d, 0xa9, 0xe1, 0x8e, 0x50, 0x81, 0x2d, 0x4c, 0x4e, 0x6d, 0xdb, 0x9d, 0x6e, 0xeb, 0x96, 0xf1,
+	0xdb, 0xdf, 0xf0, 0x70, 0x6f, 0x1a, 0x23, 0xe6, 0x79, 0x33, 0xb2, 0xc2, 0x27, 0x91, 0xac, 0xb0,
+	0xeb, 0x0b, 0x25, 0xe1, 0xa5, 0x4a, 0x0b, 0x57, 0xdf, 0x6c, 0x09, 0xe5, 0x15, 0xb5, 0xc1, 0xba,
+	0xac, 0x68, 0x27, 0xb8, 0xa1, 0x48, 0x9a, 0xda, 0xaa, 0xb4, 0xbc, 0xcc, 0xf0, 0x9a, 0x83, 0x62,
+	0xcd, 0x70, 0xbc, 0xb4, 0x30, 0x31, 0xc6, 0xb9, 0x71, 0xd3, 0xcd, 0x24, 0x15, 0xaf, 0x5f, 0x5f,
+	0xb3, 0x51, 0x53, 0xe5, 0x8f, 0x3f, 0x72, 0xef, 0x64, 0x60, 0x89, 0xee, 0xc3, 0x56, 0x4d, 0x56,
+	0xbd, 0x1f, 0x53, 0x83, 0xaa, 0xd5, 0x84, 0x89, 0xcb, 0x9a, 0xf0, 0x15, 0x07, 0xf7, 0x31, 0x71,
+	0x88, 0x7b, 0x53, 0xe9, 0xfe, 0x0b, 0x0f, 0x85, 0xb8, 0x82, 0xcb, 0x90, 0xfd, 0x59, 0x84, 0xec,
+	0xef, 0x04, 0xd1, 0x9a, 0x8c, 0x99, 0x8a, 0xea, 0xd7, 0xef, 0x88, 0xea, 0x6d, 0xd8, 0xc4, 0x62,
+	0x74, 0x22, 0x99, 0x4c, 0xf4, 0xef, 0x39, 0x28, 0x88, 0xd6, 0x4d, 0x0e, 0xec, 0xbf, 0xf1, 0x50,
+	0x4c, 0xd0, 0xf0, 0xfa, 0x4d, 0x19, 0x13, 0x34, 0x15, 0xd7, 0x7f, 0x78, 0x47, 0x5c, 0xe7, 0x01,
+	0x89, 0xca, 0x62, 0x51, 0xbd, 0xff, 0xe6, 0x36, 0x14, 0x15, 0xdd, 0x35, 0x2e, 0xc9, 0xd1, 0xc9,
+	0xf1, 0xe8, 0x22, 0x52, 0xa5, 0xf7, 0x90, 0x48, 0x85, 0xad, 0x84, 0xc1, 0x32, 0x62, 0x8e, 0xfa,
+	0x4a, 0xbb, 0xf3, 0x86, 0xd1, 0xcf, 0x38, 0xd4, 0x06, 0x14, 0x9f, 0x74, 0xa2, 0x47, 0xcc, 0x11,
+	0xa8, 0xef, 0x78, 0xa5, 0x9d, 0x39, 0x23, 0x52, 0x74, 0x04, 0x9b, 0x5e, 0x4f, 0x3d, 0x35, 0xe3,
+	0x43, 0xf9, 0x3d, 0x7a, 0x3b, 0xba, 0x17, 0xde, 0x8e, 0xee, 0x89, 0xe6, 0x85, 0x7b, 0x55, 0x7a,
+	0x30, 0x63, 0x20, 0x88, 0x4e, 0xfc, 0x1a, 0x2c, 0x76, 0x33, 0x89, 0x1e, 0xb2, 0x6e, 0x2c, 0xa9,
+	0x86, 0x8f, 0x66, 0x5f, 0x68, 0x3e, 0xe3, 0xd0, 0x89, 0xdf, 0x1f, 0x45, 0x6e, 0x3d, 0x82, 0x37,
+	0x67, 0xde, 0x14, 0x06, 0x6f, 0xce, 0xbe, 0x50, 0x0b, 0x4c, 0xba, 0x20, 0xb0, 0x3a, 0x07, 0x78,
+	0xf2, 0x6a, 0xa7, 0x15, 0x76, 0xe1, 0x53, 0x73, 0xa0, 0x47, 0x13, 0xbd, 0x6a, 0xc2, 0xf0, 0xb2,
+	0xf4, 0x68, 0xf6, 0x9c, 0x0f, 0x1d, 0x86, 0x5d, 0xe2, 0x14, 0xea, 0xdd, 0xa9, 0xcb, 0x5c, 0xb9,
+	0x56, 0xda, 0x99, 0x33, 0xc9, 0x42, 0x18, 0x36, 0x63, 0xf3, 0x9d, 0x80, 0x23, 0xd6, 0xdc, 0x67,
+	0xae, 0x6e, 0x5f, 0x50, 0x27, 0x9a, 0xc6, 0x64, 0x39, 0xd1, 0xa3, 0xd9, 0x83, 0x1c, 0xd4, 0x0c,
+	0xfb, 0xd5, 0xa9, 0xe6, 0x09, 0x4d, 0xbd, 0x58, 0x42, 0x5b, 0x55, 0x2a, 0xb0, 0x5a, 0x47, 0xf4,
+	0x53, 0x58, 0x9f, 0x98, 0x11, 0xa0, 0xfb, 0xf1, 0xa9, 0xc1, 0x24, 0x82, 0x9a, 0x8c, 0x20, 0xc5,
+	0x10, 0x24, 0x16, 0x42, 0x92, 0x0e, 0x9f, 0xc0, 0xc6, 0xa8, 0x22, 0xaf, 0x9e, 0x93, 0xce, 0x2f,
+	0x99, 0xf6, 0xa1, 0xd7, 0xb8, 0xe3, 0xf2, 0xbd, 0x0a, 0xb7, 0x27, 0x2b, 0xdf, 0x20, 0x8d, 0x24,
+	0x14, 0xe8, 0xa5, 0x22, 0xb3, 0x4c, 0x46, 0x87, 0x70, 0x67, 0xaa, 0x71, 0x43, 0xc5, 0xa4, 0x66,
+	0x8e, 0xc2, 0x94, 0xd8, 0x7d, 0x9e, 0x87, 0x23, 0x25, 0xe0, 0x48, 0x6c, 0x9c, 0xe4, 0xf6, 0xab,
+	0x0d, 0x28, 0x5e, 0x0d, 0x06, 0x31, 0xc2, 0xac, 0x8f, 0x03, 0xe7, 0x9e, 0x51, 0x9c, 0x36, 0x20,
+	0x17, 0xad, 0x3b, 0xd0, 0xb7, 0x19, 0xe5, 0x08, 0x85, 0x7c, 0x38, 0xb3, 0x58, 0xf1, 0xa2, 0x25,
+	0xf6, 0x75, 0x0b, 0xa2, 0x85, 0xf5, 0xb1, 0x0f, 0x1c, 0x9c, 0xf9, 0x51, 0x3c, 0xf8, 0xf4, 0x67,
+	0x2f, 0x7a, 0x86, 0x7b, 0x3e, 0x3c, 0xdd, 0xeb, 0xd8, 0x66, 0xd9, 0xbe, 0x20, 0x56, 0xc7, 0x1e,
+	0x74, 0xcb, 0xb4, 0x04, 0xf8, 0x78, 0xfc, 0x7f, 0x2d, 0x1f, 0x1b, 0x96, 0x4b, 0x06, 0x67, 0x7a,
+	0x87, 0x94, 0x2f, 0x9f, 0x97, 0x7b, 0x76, 0xb9, 0x6b, 0x1a, 0xa7, 0x6b, 0xbe, 0xb7, 0x3c, 0xff,
+	0x3a, 0x00, 0x00, 0xff, 0xff, 0xac, 0x7c, 0x97, 0xc0, 0x07, 0x23, 0x00, 0x00,
 }
 
 // Reference imports to suppress errors if they are not otherwise used.
@@ -2227,6 +2724,12 @@
 	SetDmLogLevel(ctx context.Context, in *SetDmLogLevelRequest, opts ...grpc.CallOption) (*SetDmLogLevelResponse, error)
 	// Gets the log level at which the Device Manager is running
 	GetDmLogLevel(ctx context.Context, in *GetDmLogLevelRequest, opts ...grpc.CallOption) (*GetDmLogLevelResponse, error)
+	// Disables a hardware component on a device.
+	DisableHWComponent(ctx context.Context, in *DisableHWComponentRequest, opts ...grpc.CallOption) (*DisableHWComponentResponse, error)
+	// Resets a hardware component on a device.
+	ResetHWComponent(ctx context.Context, in *ResetHWComponentRequest, opts ...grpc.CallOption) (*ResetHWComponentResponse, error)
+	// Enables a hardware component on a device.
+	EnableHWComponent(ctx context.Context, in *EnableHWComponentRequest, opts ...grpc.CallOption) (*EnableHWComponentResponse, error)
 }
 
 type nativeHWManagementServiceClient struct {
@@ -2459,6 +2962,33 @@
 	return out, nil
 }
 
+func (c *nativeHWManagementServiceClient) DisableHWComponent(ctx context.Context, in *DisableHWComponentRequest, opts ...grpc.CallOption) (*DisableHWComponentResponse, error) {
+	out := new(DisableHWComponentResponse)
+	err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/DisableHWComponent", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
+func (c *nativeHWManagementServiceClient) ResetHWComponent(ctx context.Context, in *ResetHWComponentRequest, opts ...grpc.CallOption) (*ResetHWComponentResponse, error) {
+	out := new(ResetHWComponentResponse)
+	err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/ResetHWComponent", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
+func (c *nativeHWManagementServiceClient) EnableHWComponent(ctx context.Context, in *EnableHWComponentRequest, opts ...grpc.CallOption) (*EnableHWComponentResponse, error) {
+	out := new(EnableHWComponentResponse)
+	err := c.cc.Invoke(ctx, "/dmi.NativeHWManagementService/EnableHWComponent", in, out, opts...)
+	if err != nil {
+		return nil, err
+	}
+	return out, nil
+}
+
 // NativeHWManagementServiceServer is the server API for NativeHWManagementService service.
 type NativeHWManagementServiceServer interface {
 	// Initializes context for a device and sets up required states
@@ -2510,6 +3040,12 @@
 	SetDmLogLevel(context.Context, *SetDmLogLevelRequest) (*SetDmLogLevelResponse, error)
 	// Gets the log level at which the Device Manager is running
 	GetDmLogLevel(context.Context, *GetDmLogLevelRequest) (*GetDmLogLevelResponse, error)
+	// Disables a hardware component on a device.
+	DisableHWComponent(context.Context, *DisableHWComponentRequest) (*DisableHWComponentResponse, error)
+	// Resets a hardware component on a device.
+	ResetHWComponent(context.Context, *ResetHWComponentRequest) (*ResetHWComponentResponse, error)
+	// Enables a hardware component on a device.
+	EnableHWComponent(context.Context, *EnableHWComponentRequest) (*EnableHWComponentResponse, error)
 }
 
 // UnimplementedNativeHWManagementServiceServer can be embedded to have forward compatible implementations.
@@ -2567,6 +3103,15 @@
 func (*UnimplementedNativeHWManagementServiceServer) GetDmLogLevel(ctx context.Context, req *GetDmLogLevelRequest) (*GetDmLogLevelResponse, error) {
 	return nil, status.Errorf(codes.Unimplemented, "method GetDmLogLevel not implemented")
 }
+func (*UnimplementedNativeHWManagementServiceServer) DisableHWComponent(ctx context.Context, req *DisableHWComponentRequest) (*DisableHWComponentResponse, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method DisableHWComponent not implemented")
+}
+func (*UnimplementedNativeHWManagementServiceServer) ResetHWComponent(ctx context.Context, req *ResetHWComponentRequest) (*ResetHWComponentResponse, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method ResetHWComponent not implemented")
+}
+func (*UnimplementedNativeHWManagementServiceServer) EnableHWComponent(ctx context.Context, req *EnableHWComponentRequest) (*EnableHWComponentResponse, error) {
+	return nil, status.Errorf(codes.Unimplemented, "method EnableHWComponent not implemented")
+}
 
 func RegisterNativeHWManagementServiceServer(s *grpc.Server, srv NativeHWManagementServiceServer) {
 	s.RegisterService(&_NativeHWManagementService_serviceDesc, srv)
@@ -2887,6 +3432,60 @@
 	return interceptor(ctx, in, info, handler)
 }
 
+func _NativeHWManagementService_DisableHWComponent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(DisableHWComponentRequest)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(NativeHWManagementServiceServer).DisableHWComponent(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/dmi.NativeHWManagementService/DisableHWComponent",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(NativeHWManagementServiceServer).DisableHWComponent(ctx, req.(*DisableHWComponentRequest))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
+func _NativeHWManagementService_ResetHWComponent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(ResetHWComponentRequest)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(NativeHWManagementServiceServer).ResetHWComponent(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/dmi.NativeHWManagementService/ResetHWComponent",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(NativeHWManagementServiceServer).ResetHWComponent(ctx, req.(*ResetHWComponentRequest))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
+func _NativeHWManagementService_EnableHWComponent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+	in := new(EnableHWComponentRequest)
+	if err := dec(in); err != nil {
+		return nil, err
+	}
+	if interceptor == nil {
+		return srv.(NativeHWManagementServiceServer).EnableHWComponent(ctx, in)
+	}
+	info := &grpc.UnaryServerInfo{
+		Server:     srv,
+		FullMethod: "/dmi.NativeHWManagementService/EnableHWComponent",
+	}
+	handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+		return srv.(NativeHWManagementServiceServer).EnableHWComponent(ctx, req.(*EnableHWComponentRequest))
+	}
+	return interceptor(ctx, in, info, handler)
+}
+
 var _NativeHWManagementService_serviceDesc = grpc.ServiceDesc{
 	ServiceName: "dmi.NativeHWManagementService",
 	HandlerType: (*NativeHWManagementServiceServer)(nil),
@@ -2947,6 +3546,18 @@
 			MethodName: "GetDmLogLevel",
 			Handler:    _NativeHWManagementService_GetDmLogLevel_Handler,
 		},
+		{
+			MethodName: "DisableHWComponent",
+			Handler:    _NativeHWManagementService_DisableHWComponent_Handler,
+		},
+		{
+			MethodName: "ResetHWComponent",
+			Handler:    _NativeHWManagementService_ResetHWComponent_Handler,
+		},
+		{
+			MethodName: "EnableHWComponent",
+			Handler:    _NativeHWManagementService_EnableHWComponent_Handler,
+		},
 	},
 	Streams: []grpc.StreamDesc{
 		{