Add TPM target to be included in the inventory

To add Trusted Platform Module(TPM) FRU to inventory.

Change-Id: Ic88ca4e959a639491f82f63d5a6bb4239df7502b
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
diff --git a/Inventory.pm b/Inventory.pm
index cc8c63a..680c97e 100644
--- a/Inventory.pm
+++ b/Inventory.pm
@@ -5,7 +5,7 @@
 
 #Target types to always include in the inventory if present
 my %TYPES = (SYS => 1, NODE => 1, PROC => 1,
-             BMC => 1, GPU => 1, CORE => 1, OCC => 1);
+             BMC => 1, GPU => 1, CORE => 1, OCC => 1, TPM => 1);
 
 #RU_TYPES of cards to include
 #FRU = field replaceable unit, CRU = customer replaceable unit