]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/GenBuild/org/tianocore/build/pcd/action/PcdDatabase.java
Corrected a small bugs:
[mirror_edk2.git] / Tools / Java / Source / GenBuild / org / tianocore / build / pcd / action / PcdDatabase.java
index e03317b633a8a1594b069883c0828a2b11b35dc3..d848d1f561df629458ecec41af13d9da5fa0baa2 100644 (file)
@@ -1205,7 +1205,7 @@ public class PcdDatabase {
         hString += result.get("initDeclStr");\r
         hString += result.get("uninitDeclStr");\r
 \r
-        hString += String.format("#define PCD_%s_SERVICE_DRIVER_VERSION         %d", phase, version);\r
+        hString += String.format("#define PCD_%s_SERVICE_DRIVER_AUTOGEN_VERSION         %d", phase, version);\r
 \r
         cString = newLine + newLine + result.get("initInstStr");\r
 \r