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
This commit is contained in:
klu2
2007-10-22 09:36:00 +00:00
parent 1db5dde14b
commit 8e5b17b25e
45 changed files with 71 additions and 71 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -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 \
{ \

View File

@@ -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.

View File

@@ -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]

View File

@@ -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

View File

@@ -18,7 +18,7 @@
#include <FrameworkDxe.h>
#include <Library/HiiLibFramework.h>
#include <Library/FrameworkHiiLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLib.h>

View File

@@ -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

View File

@@ -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

View File

@@ -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>

View File

@@ -14,7 +14,7 @@
**/
#include "UefiLibFramework.h"
#include "FrameworkUefiLib.h"
typedef struct {
CHAR16 WChar;

View File

@@ -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
**/

View File

@@ -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

View File

@@ -13,7 +13,7 @@
**/
#include "UefiLibFramework.h"
#include "FrameworkUefiLib.h"
/**
Intialize a driver by installing the Driver Binding Protocol onto the driver's

View File

@@ -14,7 +14,7 @@
**/
#include "UefiLibFramework.h"
#include "FrameworkUefiLib.h"
/**
Compare whether two names of languages are identical.

View File

@@ -13,7 +13,7 @@
**/
#include "UefiLibFramework.h"
#include "FrameworkUefiLib.h"
/**
Internal function which prints a formatted Unicode string to the console output device

View File

@@ -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 ().