]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/UPT/Object/Parser/InfLibraryClassesObject.py
This patch is going to:
[mirror_edk2.git] / BaseTools / Source / Python / UPT / Object / Parser / InfLibraryClassesObject.py
index a37692ee23380da26d71e890f1bb284c6412785f..b18c4c381bc0d763d2dc01d9820e708e6a720c03 100644 (file)
@@ -2,7 +2,7 @@
 # This file is used to define class objects of INF file [LibraryClasses] section. \r
 # It will consumed by InfParser. \r
 #\r
-# Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 # This program and the accompanying materials are licensed and made available \r
 # under the terms and conditions of the BSD License which accompanies this \r
@@ -236,6 +236,7 @@ class InfLibraryClassObject():
                 #\r
                 LibItemObj.SetFileGuid(LibItem[0])\r
                 LibItemObj.SetVersion(LibItem[1])\r
+                LibItemObj.SetSupArchList(__SupArchList)\r
 \r
             if self.LibraryClasses.has_key((LibItemObj)):\r
                 LibraryList = self.LibraryClasses[LibItemObj]\r