X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FIsa%2FIsaBusDxe%2FComponentName.h;h=e10ced0626531f3ffe4e5ff431270fb57897ca5e;hb=180a5a35cb49699bd249dee19e41cee34c856a58;hp=98344e45f35a69df7f85c8f2908ac4651792e54b;hpb=299d51fddc64cb5cd8158c682f3ce4ee94675474;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h index 98344e45f3..e10ced0626 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h +++ b/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h @@ -1,7 +1,8 @@ -/**@file +/** @file + Header file for implementation of UEFI Component Name(2) protocol. -Copyright (c) 2006 - 2007, Intel Corporation
-All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -11,17 +12,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -#ifndef _EFI_ISA_BUS_COMPONENT_NAME_H -#define _EFI_ISA_BUS_COMPONENT_NAME_H - -#include "InternalIsaBus.h" +#ifndef _COMPONENT_NAME_H_ +#define _COMPONENT_NAME_H_ extern EFI_COMPONENT_NAME_PROTOCOL gIsaBusComponentName; extern EFI_COMPONENT_NAME2_PROTOCOL gIsaBusComponentName2; -// -// EFI Component Name Functions -// /** Retrieves a Unicode string that is the user readable name of the driver. @@ -42,7 +38,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gIsaBusComponentName2; languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified - in RFC 3066 or ISO 639-2 language code format. + in RFC 4646 or ISO 639-2 language code format. @param DriverName[out] A pointer to the Unicode string to return. This Unicode string is the name of the @@ -107,7 +103,7 @@ IsaBusComponentNameGetDriverName ( languages specified in SupportedLanguages. The number of languages supported by a driver is up to the driver writer. Language is specified in - RFC 3066 or ISO 639-2 language code format. + RFC 4646 or ISO 639-2 language code format. @param ControllerName[out] A pointer to the Unicode string to return. This Unicode string is the name of the @@ -141,12 +137,12 @@ IsaBusComponentNameGetDriverName ( EFI_STATUS EFIAPI IsaBusComponentNameGetControllerName ( - IN EFI_COMPONENT_NAME_PROTOCOL *This, - IN EFI_HANDLE ControllerHandle, - IN EFI_HANDLE ChildHandle OPTIONAL, - IN CHAR8 *Language, - OUT CHAR16 **ControllerName + IN EFI_COMPONENT_NAME_PROTOCOL *This, + IN EFI_HANDLE ControllerHandle, + IN EFI_HANDLE ChildHandle OPTIONAL, + IN CHAR8 *Language, + OUT CHAR16 **ControllerName ); - #endif +