From 4c9c0f719df00f211790eadf04d21a93a0cdf76c Mon Sep 17 00:00:00 2001 From: qwang12 Date: Wed, 21 Jan 2009 09:47:43 +0000 Subject: [PATCH] Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7328 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DeviceIoToPciRootBridgeIoThunk.c | 0 .../DeviceIoToPciRootBridgeIoThunk.inf | 0 .../ConfigAccess.c | 0 .../ConfigAccess.h | 0 .../Fonts.c | 0 .../Forms.c | 0 .../FrameworkHiiToUefiHiiThunk.inf | 0 .../HiiDatabase.c | 0 .../HiiDatabase.h | 0 .../HiiHandle.c | 0 .../HiiHandle.h | 0 .../Keyboard.c | 0 .../OpcodeCreation.c | 0 .../Package.c | 0 .../SetupBrowser.c | 0 .../SetupBrowser.h | 0 .../Strings.c | 0 .../Strings.uni | Bin .../UefiIfrDefault.c | 0 .../UefiIfrDefault.h | 0 .../UefiIfrParser.c | 0 .../UefiIfrParser.h | 0 .../UefiIfrParserExpression.c | 0 .../UefiIfrParserExpression.h | 0 .../Utility.c | 0 .../Utility.h | 0 .../{Fv2ToFvThunk => Fv2OnFvThunk}/Fv2ToFvThunk.c | 0 .../{Fv2ToFvThunk => Fv2OnFvThunk}/Fv2ToFvThunk.inf | 0 .../FvFileLoaderToLoadFileThunk.c | 0 .../FvFileLoaderToLoadFileThunk.inf | 0 .../{FvToFv2Thunk => FvOnFv2Thunk}/FvToFv2Thunk.c | 0 .../{FvToFv2Thunk => FvOnFv2Thunk}/FvToFv2Thunk.inf | 0 .../PciCfg2ToPciCfgThunk.c | 0 .../PciCfg2ToPciCfgThunk.inf | 0 .../PciCfgToPciCfg2Thunk.c | 0 .../PciCfgToPciCfg2Thunk.inf | 0 .../ReadOnlyVariable2ToReadOnlyVariableThunk.c | 0 .../ReadOnlyVariable2ToReadOnlyVariableThunk.inf | 0 .../ReadOnlyVariableToReadOnlyVariable2Thunk.c | 0 .../ReadOnlyVariableToReadOnlyVariable2Thunk.inf | 0 .../{Uc2ToUcThunk => Uc2OnUcThunk}/Uc2ToUcThunk.c | 0 .../{Uc2ToUcThunk => Uc2OnUcThunk}/Uc2ToUcThunk.inf | 0 .../{UcToUc2Thunk => UcOnUc2Thunk}/UcToUc2Thunk.c | 0 .../{UcToUc2Thunk => UcOnUc2Thunk}/UcToUc2Thunk.inf | 0 44 files changed, 0 insertions(+), 0 deletions(-) rename EdkCompatibilityPkg/Compatibility/{DeviceIoToPciRootBridgeIoThunk => DeviceIoOnPciRootBridgeIoThunk}/DeviceIoToPciRootBridgeIoThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{DeviceIoToPciRootBridgeIoThunk => DeviceIoOnPciRootBridgeIoThunk}/DeviceIoToPciRootBridgeIoThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/ConfigAccess.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/ConfigAccess.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Fonts.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Forms.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/FrameworkHiiToUefiHiiThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/HiiDatabase.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/HiiDatabase.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/HiiHandle.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/HiiHandle.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Keyboard.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/OpcodeCreation.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Package.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/SetupBrowser.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/SetupBrowser.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Strings.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Strings.uni (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrDefault.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrDefault.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrParser.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrParser.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrParserExpression.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/UefiIfrParserExpression.h (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Utility.c (100%) rename EdkCompatibilityPkg/Compatibility/{FrameworkHiiToUefiHiiThunk => FrameworkHiiOnUefiHiiThunk}/Utility.h (100%) rename EdkCompatibilityPkg/Compatibility/{Fv2ToFvThunk => Fv2OnFvThunk}/Fv2ToFvThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{Fv2ToFvThunk => Fv2OnFvThunk}/Fv2ToFvThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{FvFileLoaderToLoadFileThunk => FvFileLoaderOnLoadFileThunk}/FvFileLoaderToLoadFileThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{FvFileLoaderToLoadFileThunk => FvFileLoaderOnLoadFileThunk}/FvFileLoaderToLoadFileThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{FvToFv2Thunk => FvOnFv2Thunk}/FvToFv2Thunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{FvToFv2Thunk => FvOnFv2Thunk}/FvToFv2Thunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{PciCfg2ToPciCfgThunk => PciCfg2OnPciCfgThunk}/PciCfg2ToPciCfgThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{PciCfg2ToPciCfgThunk => PciCfg2OnPciCfgThunk}/PciCfg2ToPciCfgThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{PciCfgToPciCfg2Thunk => PciCfgOnPciCfg2Thunk}/PciCfgToPciCfg2Thunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{PciCfgToPciCfg2Thunk => PciCfgOnPciCfg2Thunk}/PciCfgToPciCfg2Thunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{ReadOnlyVariable2ToReadOnlyVariableThunk => ReadOnlyVariable2OnReadOnlyVariableThunk}/ReadOnlyVariable2ToReadOnlyVariableThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{ReadOnlyVariable2ToReadOnlyVariableThunk => ReadOnlyVariable2OnReadOnlyVariableThunk}/ReadOnlyVariable2ToReadOnlyVariableThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{ReadOnlyVariableToReadOnlyVariable2Thunk => ReadOnlyVariableOnReadOnlyVariable2Thunk}/ReadOnlyVariableToReadOnlyVariable2Thunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{ReadOnlyVariableToReadOnlyVariable2Thunk => ReadOnlyVariableOnReadOnlyVariable2Thunk}/ReadOnlyVariableToReadOnlyVariable2Thunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{Uc2ToUcThunk => Uc2OnUcThunk}/Uc2ToUcThunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{Uc2ToUcThunk => Uc2OnUcThunk}/Uc2ToUcThunk.inf (100%) rename EdkCompatibilityPkg/Compatibility/{UcToUc2Thunk => UcOnUc2Thunk}/UcToUc2Thunk.c (100%) rename EdkCompatibilityPkg/Compatibility/{UcToUc2Thunk => UcOnUc2Thunk}/UcToUc2Thunk.inf (100%) diff --git a/EdkCompatibilityPkg/Compatibility/DeviceIoToPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.c b/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/DeviceIoToPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.c rename to EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/DeviceIoToPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.inf b/EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/DeviceIoToPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.inf rename to EdkCompatibilityPkg/Compatibility/DeviceIoOnPciRootBridgeIoThunk/DeviceIoToPciRootBridgeIoThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/ConfigAccess.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Fonts.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Fonts.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Fonts.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Fonts.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Forms.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Forms.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Forms.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/FrameworkHiiToUefiHiiThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiDatabase.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiDatabase.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiDatabase.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiDatabase.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiDatabase.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiHandle.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiHandle.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiHandle.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiHandle.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiHandle.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiHandle.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/HiiHandle.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/HiiHandle.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Keyboard.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Keyboard.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Keyboard.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Keyboard.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/OpcodeCreation.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/OpcodeCreation.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/OpcodeCreation.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/OpcodeCreation.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Package.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Package.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Package.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Package.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/SetupBrowser.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/SetupBrowser.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/SetupBrowser.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/SetupBrowser.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/SetupBrowser.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/SetupBrowser.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/SetupBrowser.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/SetupBrowser.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Strings.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Strings.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Strings.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Strings.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Strings.uni b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Strings.uni similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Strings.uni rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Strings.uni diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrDefault.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrDefault.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrDefault.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrDefault.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrDefault.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParser.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParser.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParser.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParser.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParser.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParserExpression.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParserExpression.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParserExpression.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/UefiIfrParserExpression.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/UefiIfrParserExpression.h diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Utility.c b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Utility.c rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.c diff --git a/EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Utility.h b/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.h similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FrameworkHiiToUefiHiiThunk/Utility.h rename to EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/Utility.h diff --git a/EdkCompatibilityPkg/Compatibility/Fv2ToFvThunk/Fv2ToFvThunk.c b/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2ToFvThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/Fv2ToFvThunk/Fv2ToFvThunk.c rename to EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2ToFvThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/Fv2ToFvThunk/Fv2ToFvThunk.inf b/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2ToFvThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/Fv2ToFvThunk/Fv2ToFvThunk.inf rename to EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/Fv2ToFvThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/FvFileLoaderToLoadFileThunk/FvFileLoaderToLoadFileThunk.c b/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderToLoadFileThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FvFileLoaderToLoadFileThunk/FvFileLoaderToLoadFileThunk.c rename to EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderToLoadFileThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/FvFileLoaderToLoadFileThunk/FvFileLoaderToLoadFileThunk.inf b/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderToLoadFileThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FvFileLoaderToLoadFileThunk/FvFileLoaderToLoadFileThunk.inf rename to EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/FvFileLoaderToLoadFileThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.c b/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvToFv2Thunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.c rename to EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvToFv2Thunk.c diff --git a/EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.inf b/EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvToFv2Thunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/FvToFv2Thunk/FvToFv2Thunk.inf rename to EdkCompatibilityPkg/Compatibility/FvOnFv2Thunk/FvToFv2Thunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/PciCfg2ToPciCfgThunk/PciCfg2ToPciCfgThunk.c b/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2ToPciCfgThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/PciCfg2ToPciCfgThunk/PciCfg2ToPciCfgThunk.c rename to EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2ToPciCfgThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/PciCfg2ToPciCfgThunk/PciCfg2ToPciCfgThunk.inf b/EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2ToPciCfgThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/PciCfg2ToPciCfgThunk/PciCfg2ToPciCfgThunk.inf rename to EdkCompatibilityPkg/Compatibility/PciCfg2OnPciCfgThunk/PciCfg2ToPciCfgThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c b/EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgToPciCfg2Thunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.c rename to EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgToPciCfg2Thunk.c diff --git a/EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.inf b/EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgToPciCfg2Thunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/PciCfgToPciCfg2Thunk/PciCfgToPciCfg2Thunk.inf rename to EdkCompatibilityPkg/Compatibility/PciCfgOnPciCfg2Thunk/PciCfgToPciCfg2Thunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2ToReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.c b/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2ToReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.c rename to EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2ToReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.inf b/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2ToReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.inf rename to EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/ReadOnlyVariable2ToReadOnlyVariableThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/ReadOnlyVariableToReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.c b/EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/ReadOnlyVariableToReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.c rename to EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.c diff --git a/EdkCompatibilityPkg/Compatibility/ReadOnlyVariableToReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.inf b/EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/ReadOnlyVariableToReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.inf rename to EdkCompatibilityPkg/Compatibility/ReadOnlyVariableOnReadOnlyVariable2Thunk/ReadOnlyVariableToReadOnlyVariable2Thunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c b/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2ToUcThunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c rename to EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2ToUcThunk.c diff --git a/EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf b/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2ToUcThunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.inf rename to EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/Uc2ToUcThunk.inf diff --git a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c b/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcToUc2Thunk.c similarity index 100% rename from EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c rename to EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcToUc2Thunk.c diff --git a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf b/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcToUc2Thunk.inf similarity index 100% rename from EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.inf rename to EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcToUc2Thunk.inf