From 67733e22e0edb660e03f00898c4a520ed88ce321 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Thu, 2 Aug 2018 14:56:07 -0500 Subject: Support for mrwHide attribute from fapi attribute xmls We are adding a new tag to the fapi xml files that allows the HWP team to indicate that a platInit attribute should be hidden from ServerWiz2. This tag is converted to our existing no_export tag in targeting that is consumed during our push out to the serverwiz repo. Change-Id: I7311c81e6538956f03365f8b3ea2ce93cedec2ff Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63819 Reviewed-by: Christian R. Geddes Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Prachi Gupta Reviewed-by: William G. Hoffa --- src/usr/targeting/xmltohb/fapi_utils.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/usr/targeting') diff --git a/src/usr/targeting/xmltohb/fapi_utils.pl b/src/usr/targeting/xmltohb/fapi_utils.pl index 2769ba583..71e9bd144 100644 --- a/src/usr/targeting/xmltohb/fapi_utils.pl +++ b/src/usr/targeting/xmltohb/fapi_utils.pl @@ -207,6 +207,12 @@ sub createAttrFromFapi(\%) $targattr->{persistency} = "volatile-zeroed"; } + #mrwHide: convert to no_export to hide from ServerWiz + if( exists $fapiattr->{mrwHide} ) + { + $targattr->{no_export} = {}; + } + #mssUnits: ignore #mssAccessorName: ignore #odmVisible: ignore -- cgit v1.2.1