]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/global/SurfaceAreaQuery.java
To locate module precisely in stand-alone module build. Except Module Guid, add MSA...
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / global / SurfaceAreaQuery.java
index daf23092584cfc978e8286a94ba0c3caad957f4c..373633521e85b084418330b6342f4a1ccc3be23a 100644 (file)
@@ -1360,10 +1360,12 @@ public class SurfaceAreaQuery {
             //\r
             PackageIdentification pkgId = new PackageIdentification(null, pkgGuid, pkgVersion);\r
             GlobalData.refreshPackageIdentification(pkgId);\r
+            \r
             ModuleIdentification saId = new ModuleIdentification(null, saGuid, saVersion);\r
+            saId.setPackage(pkgId);\r
             GlobalData.refreshModuleIdentification(saId);\r
             \r
-            saId.setPackage(pkgId);\r
+\r
 \r
             //\r
             // Create FpdModule Identification which have class member of module\r