summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-22 09:36:00 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-10-22 09:36:00 +0000
commit8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd (patch)
tree83c893ba352c47d1cc4a740c2fa0660f99e74e55 /IntelFrameworkPkg
parent1db5dde14bb3d1b9ed1626dbd7b8cc696644f40c (diff)
downloadedk2-8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd.zip
edk2-8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd.tar.gz
edk2-8e5b17b25e91ffa293c1cbcb30e1c6997c6bdecd.tar.bz2
Update following library class/Protocol for puting 'Framework' as prefix
FrameworkHii FrameworkFormBrowser FrameworkFormCallback FrameworkIfrSupportLib git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4196 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h (renamed from IntelFrameworkPkg/Include/Library/HiiLibFramework.h)2
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h (renamed from IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h)0
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h (renamed from IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h)2
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h (renamed from IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h)6
-rw-r--r--IntelFrameworkPkg/Include/Protocol/FrameworkHii.h (renamed from IntelFrameworkPkg/Include/Protocol/HiiFramework.h)2
-rw-r--r--IntelFrameworkPkg/IntelFrameworkPkg.dec4
-rw-r--r--IntelFrameworkPkg/IntelFrameworkPkg.dsc6
-rw-r--r--IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c (renamed from IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf (renamed from IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf)4
-rw-r--r--IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.msa (renamed from IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.msa)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOnTheFly.c (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOpCodeCreation.c (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf)4
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.msa (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.msa)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLibInternal.h (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h)4
-rw-r--r--IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c (renamed from IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c (renamed from IntelFrameworkPkg/Library/UefiLibFramework/Console.c)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h)4
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.msa (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.msa)0
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiDriverModel.c (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiDriverModel.c)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.c)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiLibPrint.c)2
-rw-r--r--IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c (renamed from IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c)2
25 files changed, 26 insertions, 26 deletions
diff --git a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
index 91453e9..d2d7433 100644
--- a/IntelFrameworkPkg/Include/Library/HiiLibFramework.h
+++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h
@@ -17,7 +17,7 @@
#ifndef __HII_LIB_H__
#define __HII_LIB_H__
-#include <Protocol/HiiFramework.h>
+#include <Protocol/FrameworkHii.h>
/**
This function allocates pool for an EFI_HII_PACKAGES structure
diff --git a/IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h
index d2a1ff5..d2a1ff5 100644
--- a/IntelFrameworkPkg/Include/Library/IfrSupportLibFramework.h
+++ b/IntelFrameworkPkg/Include/Library/FrameworkIfrSupportLib.h
diff --git a/IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h
index 74b9b4b..867a5b7 100644
--- a/IntelFrameworkPkg/Include/Protocol/FormBrowserFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormBrowser.h
@@ -24,7 +24,7 @@
#ifndef __FRAMEWORK_FORM_BROWSER_H__
#define __FRAMEWORK_FORM_BROWSER_H__
-#include <Protocol/HiiFramework.h>
+#include <Protocol/FrameworkHii.h>
#define EFI_FORM_BROWSER_PROTOCOL_GUID \
diff --git a/IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
index 708eabc..12aed7d 100644
--- a/IntelFrameworkPkg/Include/Protocol/FormCallbackFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h
@@ -14,7 +14,7 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: FormCallbackFramework.h
+ Module Name: FrameworkFormCallback.h
@par Revision Reference:
This protocol is defined in HII spec 0.92.
@@ -26,8 +26,8 @@
#include <PiDxe.h>
-#include <Protocol/HiiFramework.h>
-#include <Protocol/FormBrowserFramework.h>
+#include <Protocol/FrameworkHii.h>
+#include <Protocol/FrameworkFormBrowser.h>
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
{ \
diff --git a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
index d138ad8..32e66ed 100644
--- a/IntelFrameworkPkg/Include/Protocol/HiiFramework.h
+++ b/IntelFrameworkPkg/Include/Protocol/FrameworkHii.h
@@ -12,7 +12,7 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: HiiFramework.h
+ Module Name: FrameworkHii.h
@par Revision Reference:
This protocol is defined in HII spec 0.92.
diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dec b/IntelFrameworkPkg/IntelFrameworkPkg.dec
index 1a3a5b2..e3e8231 100644
--- a/IntelFrameworkPkg/IntelFrameworkPkg.dec
+++ b/IntelFrameworkPkg/IntelFrameworkPkg.dec
@@ -24,8 +24,8 @@
Include # Root include for the package
[LibraryClasses.common]
- HiiLibFramework|Include/Library/HiiLibFramework.h
- IfrSupportLibFramework|Include/Library/IfrSupportLibFramework.h
+ FrameworkHiiLib|Include/Library/FrameworkHiiLib.h
+ FrameworkIfrSupportLib|Include/Library/FrameworkIfrSupportLib.h
SmmLib|Include/Library/SmmLib.h
[Guids.common]
diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc
index fa20b02..be7a5bc 100644
--- a/IntelFrameworkPkg/IntelFrameworkPkg.dsc
+++ b/IntelFrameworkPkg/IntelFrameworkPkg.dsc
@@ -58,8 +58,8 @@
################################################################################
[Components.common]
IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeIoLibCpuIo.inf
- IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf
+ IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DxeSmmDriverEntryPoint.inf
- IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
- IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
+ IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
+ IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/PeiSmbusLibSmbusPpi.inf
diff --git a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c
index 354215a..913b471 100644
--- a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.c
+++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c
@@ -18,7 +18,7 @@
#include <FrameworkDxe.h>
-#include <Library/HiiLibFramework.h>
+#include <Library/FrameworkHiiLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>
diff --git a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
index 6a96b50..98ee9f9 100644
--- a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.inf
+++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.inf
@@ -16,11 +16,11 @@
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = HiiLibFramework
+ BASE_NAME = FrameworkHiiLib
FILE_GUID = 1e2c4c2e-67e6-4e57-b3ae-cf5a5af72c2c
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = HiiLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
+ LIBRARY_CLASS = FrameworkHiiLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
diff --git a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.msa b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.msa
index 67e1f0d..67e1f0d 100644
--- a/IntelFrameworkPkg/Library/HiiLibFramework/HiiLib.msa
+++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.msa
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c
index d9894c4..d9894c4 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrCommon.c
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrCommon.c
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOnTheFly.c
index e9ab482..e9ab482 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOnTheFly.c
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOnTheFly.c
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOpCodeCreation.c
index 05b1238..05b1238 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrOpCodeCreation.c
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrOpCodeCreation.c
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
index 8b21d43..fa00698 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.inf
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.inf
@@ -17,11 +17,11 @@
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = IfrSupportLibFramework
+ BASE_NAME = FrameworkIfrSupportLib
FILE_GUID = ea55bada-d488-427b-9d2d-227e0aaa3707
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
- LIBRARY_CLASS = IfrSupportLibFramework|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
+ LIBRARY_CLASS = FrameworkIfrSupportLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.msa b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.msa
index 87f4f74..87f4f74 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLib.msa
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLib.msa
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLibInternal.h
index ed7cfd9..033b396 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrSupportLibInternal.h
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrSupportLibInternal.h
@@ -20,9 +20,9 @@
#include <PiDxe.h>
#include <Guid/GlobalVariable.h>
-#include <Protocol/HiiFramework.h>
+#include <Protocol/FrameworkHii.h>
-#include <Library/IfrSupportLibFramework.h>
+#include <Library/FrameworkIfrSupportLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
diff --git a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c
index 04aa4dc..04aa4dc 100644
--- a/IntelFrameworkPkg/Library/IfrSupportLibFramework/IfrVariable.c
+++ b/IntelFrameworkPkg/Library/FrameworkIfrSupportLib/IfrVariable.c
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/Console.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
index 6260555..8baacaf 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/Console.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/Console.c
@@ -14,7 +14,7 @@
**/
-#include "UefiLibFramework.h"
+#include "FrameworkUefiLib.h"
typedef struct {
CHAR16 WChar;
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h
index 913b653..89d4633 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.h
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.h
@@ -1,6 +1,6 @@
/** @file
Header file to include header files common to all source files in
- UefiLibFramework.
+ FrameworkUefiLib.
Copyright (c) 2007, Intel Corporation<BR>
All rights reserved. This program and the accompanying materials
@@ -11,7 +11,7 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
- Module Name: UefiLibFramework.h
+ Module Name: FrameworkUefiLib.h
**/
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
index c5f227e..a7a29bb 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.inf
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.inf
@@ -19,7 +19,7 @@
[Defines]
INF_VERSION = 0x00010005
- BASE_NAME = UefiLibFramework
+ BASE_NAME = FrameworkUefiLib
FILE_GUID = B2F0D71A-A39F-4094-854B-0C6BA6910CCE
MODULE_TYPE = DXE_DRIVER
VERSION_STRING = 1.0
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.msa b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.msa
index 4986616..4986616 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibFramework.msa
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/FrameworkUefiLib.msa
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiDriverModel.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiDriverModel.c
index f6919a6..c26599a 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiDriverModel.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiDriverModel.c
@@ -13,7 +13,7 @@
**/
-#include "UefiLibFramework.h"
+#include "FrameworkUefiLib.h"
/**
Intialize a driver by installing the Driver Binding Protocol onto the driver's
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
index 65c7641..af88f63 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLib.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLib.c
@@ -14,7 +14,7 @@
**/
-#include "UefiLibFramework.h"
+#include "FrameworkUefiLib.h"
/**
Compare whether two names of languages are identical.
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibPrint.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
index 9a7592e..7bc5f8a 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiLibPrint.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiLibPrint.c
@@ -13,7 +13,7 @@
**/
-#include "UefiLibFramework.h"
+#include "FrameworkUefiLib.h"
/**
Internal function which prints a formatted Unicode string to the console output device
diff --git a/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c
index b920db0..f08b1ee 100644
--- a/IntelFrameworkPkg/Library/UefiLibFramework/UefiNotTiano.c
+++ b/IntelFrameworkPkg/Library/FrameworkUefiLib/UefiNotTiano.c
@@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include "UefiLibFramework.h"
+#include "FrameworkUefiLib.h"
/**
An empty function to pass error checking of CreateEventEx ().