]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/platform/ui/id/PlatformIdentification.java
1.change GlobalData to WorkspaceProfile.
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / platform / ui / id / PlatformIdentification.java
index 499c66939deff7be29d8aeef94b73348ca6146a1..d01c475e760f08a05c27b230dfd594fcbad32fee 100644 (file)
@@ -1,7 +1,7 @@
 package org.tianocore.frameworkwizard.platform.ui.id;\r
 import java.io.File;\r
 \r
-import org.tianocore.frameworkwizard.platform.ui.global.GlobalData;\r
+import org.tianocore.frameworkwizard.platform.ui.global.WorkspaceProfile;\r
 \r
 public class PlatformIdentification extends Identification{\r
     \r
@@ -34,6 +34,6 @@ public class PlatformIdentification extends Identification{
     }\r
     \r
     public String getPlatformRelativeDir(){\r
-        return fpdFile.getParent().substring(GlobalData.getWorkspacePath().length());\r
+        return fpdFile.getParent().substring(WorkspaceProfile.getWorkspacePath().length());\r
     }\r
 }
\ No newline at end of file