]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/id/PlatformIdentification.java
Fully support active platform policy.
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / id / PlatformIdentification.java
index 8ee6cf04f30aa77d9f6b6be73012da4834560f4e..e1048808c9d6c35bab744c81215c7523f0c6b6b1 100644 (file)
@@ -37,6 +37,10 @@ public class PlatformIdentification extends Identification{
         return fpdFile;\r
     }\r
     \r
+    public String getRelativeFpdFile (){\r
+        return fpdFile.getPath().substring(GlobalData.getWorkspacePath().length());\r
+    }\r
+    \r
     public String getPlatformRelativeDir(){\r
         return fpdFile.getParent().substring(GlobalData.getWorkspacePath().length());\r
     }\r