Add HBD_RW lids to fileTable.json

These new lids contain the RW section of HBD for rainier2u,
rainier4u, and everest. The file_traits are set to 0x2 indicating
these are readable and writeable files.

Change-Id: Ib8c416bb6f747dc4c6c0628b48b38fc21bdf4a25
Signed-off-by: Christian Geddes <crgeddes@us.ibm.com>
diff --git a/oem/ibm/configurations/fileTable.json b/oem/ibm/configurations/fileTable.json
index 2a7d421..5b68a03 100755
--- a/oem/ibm/configurations/fileTable.json
+++ b/oem/ibm/configurations/fileTable.json
@@ -158,5 +158,17 @@
    {
       "path":"/usr/local/share/hostfw/running/81e00675.lid,/var/lib/phosphor-software-manager/hostfw/running/81e00675.lid",
       "file_traits":1
+   },
+   {
+      "path":"/usr/local/share/hostfw/running/81e00676.lid,/var/lib/phosphor-software-manager/hostfw/running/81e00676.lid",
+      "file_traits":2
+   },
+   {
+      "path":"/usr/local/share/hostfw/running/81e00683.lid,/var/lib/phosphor-software-manager/hostfw/running/81e00683.lid",
+      "file_traits":2
+   },
+   {
+      "path":"/usr/local/share/hostfw/running/81e00684.lid,/var/lib/phosphor-software-manager/hostfw/running/81e00684.lid",
+      "file_traits":2
    }
 ]