Corrected a small bugs:
The macro name generated in autogen should match that in the Service.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2281 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1205,7 +1205,7 @@ public class PcdDatabase {
|
||||
hString += result.get("initDeclStr");
|
||||
hString += result.get("uninitDeclStr");
|
||||
|
||||
hString += String.format("#define PCD_%s_SERVICE_DRIVER_VERSION %d", phase, version);
|
||||
hString += String.format("#define PCD_%s_SERVICE_DRIVER_AUTOGEN_VERSION %d", phase, version);
|
||||
|
||||
cString = newLine + newLine + result.get("initInstStr");
|
||||
|
||||
|
Reference in New Issue
Block a user