summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml33
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml3
2 files changed, 36 insertions, 0 deletions
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 33563a08a..d8df2230d 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -5149,6 +5149,39 @@
<no_export/>
</attribute>
+ <enumerationType>
+ <default>INVALID</default>
+ <description>Enumeration indicating the type of the OCMB Chip</description>
+ <enumerator>
+ <name>INVALID</name>
+ <value>0x00</value>
+ </enumerator>
+ <enumerator>
+ <name>GEMINI</name>
+ <value>0x01</value>
+ </enumerator>
+ <enumerator>
+ <name>EXPLORER</name>
+ <value>0x02</value>
+ </enumerator>
+ <id>OCMB_CHIP_TYPE</id>
+ </enumerationType>
+
+ <attribute>
+ <description>Designation of OCMB Chip Type</description>
+ <id>OCMB_CHIP_TYPE</id>
+ <hasStringConversion/>
+ <persistency>non-volatile</persistency>
+ <readable/>
+ <simpleType>
+ <enumeration>
+ <id>OCMB_CHIP_TYPE</id>
+ </enumeration>
+ </simpleType>
+ <writeable/>
+ <no_export/>
+ </attribute>
+
<attribute>
<description>
Physical entity path an OMI's associated OMIC parent target
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index 10ee3b301..1c5f51f0b 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -426,6 +426,9 @@
<id>HWAS_STATE_CHANGED_SUBSCRIPTION_MASK</id>
</attribute>
<attribute>
+ <id>OCMB_CHIP_TYPE</id>
+ </attribute>
+ <attribute>
<default>
<field>
<id>childRollupAllowed</id>
OpenPOWER on IntegriCloud