From 9fdfb5cd97fdb803246bc5fa63b962faae4c7b47 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Mon, 29 Jul 2013 14:56:09 +0200 Subject: Hardware: Added additional information to the LMI_Chassis Added information about tag, model, product name and UUID to the LMI_Chassis. --- mof/60_LMI_Hardware.mof | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mof') diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof index 2b07f36..64ee111 100644 --- a/mof/60_LMI_Hardware.mof +++ b/mof/60_LMI_Hardware.mof @@ -233,6 +233,11 @@ class LMI_MemorySystemDevice: CIM_SystemDevice [ Version("0.1.0"), Provider("cmpi:cmpiLMI_Chassis") ] class LMI_Chassis: CIM_Chassis { + [ Description("Product name.") ] + string ProductName; + + [ Description("UUID.") ] + string UUID; }; [ Version("0.1.0"), Provider("cmpi:cmpiLMI_Baseboard") ] -- cgit