INF head modified

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7003 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jji4 2008-12-12 03:00:18 +00:00
parent 6f3156155b
commit 5f087507ee
10 changed files with 38 additions and 33 deletions

View File

@ -1,7 +1,7 @@
#/** @file #/** @file
# Capsule library NULL instance for DXE_DRIVER, DXE_RUNTIME_DRIVER # Capsule library NULL instance for DXE_DRIVER, DXE_RUNTIME_DRIVER
# #
# Copyright (c) 2006 - 2007, Intel Corporation. # Copyright (c) 2006 - 2008, Intel Corporation.
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,8 +1,10 @@
#/** @file #/** @file
# Component name for module DxeUpdIoLib # Instance of UdpIoLib
# #
# FIX ME! # This module provides UDP services by consuming EFI UDP4 Service Binding Protocol and
# Copyright (c) 2006, Intel Corporation. # EFI UDP4 Protocol.
#
# Copyright (c) 2008, Intel Corporation.
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,8 +1,7 @@
#/** @file #/** @file
# Instance of Print Library based on EFI_PRINT2_PROTOCOL. # Instance of Print Library based on EFI_PRINT2_PROTOCOL.
# #
# Print Library based on EFI_PRINT_PROTOCOL # Copyright (c) 2006 - 2008, Intel Corporation.
# Copyright (c) 2006 - 2008, Intel Corporation.
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,8 +1,9 @@
#/** @file #/** @file
# FvbService Library for UEFI drivers # FvbService Library for UEFI drivers
# #
# This library instance provide sevice functions to access Firmware Volume Block protocol. # This library instance provide sevice functions to access Firmware Volume Block protocol.
# Copyright (c) 2006 - 2007, Intel Corporation #
# Copyright (c) 2006 - 2008, Intel Corporation
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,10 +1,10 @@
#/** @file #/** @file
# #
# Library instance for ExtendedHiiLib. # Library instance for ExtendedHiiLib.
# #
# This library instance implements the common HII routines which is # This library instance implements the common HII routines which is
# related to HII but reference data structures that are not defined in # related to HII but reference data structures that are not defined in
# UEFI specification, for example HII_VENDOR_DEVICE_PATH. # UEFI specification, for example HII_VENDOR_DEVICE_PATH.
# #
# Copyright (c) 2006 - 2008, Intel Corporation. <BR> # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View File

@ -1,9 +1,9 @@
#/** @file #/** @file
# Library instance for ExtendedIfrSupportLib. # Library instance for ExtendedIfrSupportLib.
# #
# This library instance implements the API which is # This library instance implements the API which is
# related to IFR operations but reference data structures # related to IFR operations but reference data structures
# that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL. # that are not defined in UEFI specification, for example EFI_IFR_GUID_LABEL.
# #
# Copyright (c) 2007 - 2008, Intel Corporation. <BR> # Copyright (c) 2007 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View File

@ -1,8 +1,9 @@
#/** @file #/** @file
# #
# Memory-only library functions with no library constructor/destructor # Memory-only library functions with no library constructor/destructor
# #
# This module provides the performance measurement interfaces in PEI phase, it is one instance of Performance Libarary. # This module provides the performance measurement interfaces in PEI phase, it is
# one instance of Performance Libarary.
# #
# Copyright (c) 2006 - 2008, Intel Corporation. <BR> # Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials

View File

@ -1,10 +1,9 @@
#/** @file #/** @file
# #
# Graphics Library for UEFI drivers # A NULL instance of S3 Library for PEIM
# #
# This library provides supports for basic graphic functions. # Copyright (c) 2006 - 2008, Intel Corporation.
# #
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at
@ -12,7 +11,7 @@
# #
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
# #
#**/ #**/
[Defines] [Defines]

View File

@ -1,14 +1,16 @@
#/** @file #/** @file
# Instance of HII Library using DXE protocols and services.
# #
# HII Library implementation that uses DXE protocols and services. # Instance of HII Library using DXE protocols and services.
# #
# Copyright (c) 2006 - 2008, Intel Corporation # HII Library implementation that uses EFI Hii Database Protocol and EFI Hii String Protocol.
#
# Copyright (c) 2006 - 2008, Intel Corporation
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # 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 # which accompanies this distribution. The full text of the license may be found at
# http://opensource.org/licenses/bsd-license.php # http://opensource.org/licenses/bsd-license.php
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
# #

View File

@ -1,10 +1,11 @@
#/** @file #/** @file
# Instance of IFR Support Library.
# #
# This library contains functions to do IFR opcode creation and utility # Instance of IFR Support Library.
# functions to help module to interact with a UEFI Form Browser.
# #
# Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved. # This library contains functions to do IFR opcode creation and utility
# functions to help module to interact with a UEFI Form Browser.
#
# Copyright (c) 2007 - 2008, Intel Corporation.
# #
# All rights reserved. This program and the accompanying materials # All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License # are licensed and made available under the terms and conditions of the BSD License