summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_Hardware.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/60_LMI_Hardware.mof')
-rw-r--r--mof/60_LMI_Hardware.mof5
1 files changed, 5 insertions, 0 deletions
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") ]