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
# 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
# are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,8 +1,10 @@
#/** @file
# Component name for module DxeUpdIoLib
# Instance of UdpIoLib
#
# FIX ME!
# Copyright (c) 2006, Intel Corporation.
# This module provides UDP services by consuming EFI UDP4 Service Binding Protocol and
# EFI UDP4 Protocol.
#
# Copyright (c) 2008, 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

View File

@ -1,8 +1,7 @@
#/** @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
# are licensed and made available under the terms and conditions of the BSD License

View File

@ -1,8 +1,9 @@
#/** @file
# FvbService Library for UEFI drivers
# FvbService Library for UEFI drivers
#
# This library instance provide sevice functions to access Firmware Volume Block protocol.
# Copyright (c) 2006 - 2007, Intel Corporation
# This library instance provide sevice functions to access Firmware Volume Block protocol.
#
# Copyright (c) 2006 - 2008, 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

View File

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

View File

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

View File

@ -1,8 +1,9 @@
#/** @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>
# All rights reserved. This program and the accompanying materials

View File

@ -1,10 +1,9 @@
#/** @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. <BR>
# Copyright (c) 2006 - 2008, 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
@ -12,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.
#
#
#**/
[Defines]

View File

@ -1,14 +1,16 @@
#/** @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
# 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
#
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#

View File

@ -1,10 +1,11 @@
#/** @file
# Instance of IFR Support Library.
#
# This library contains functions to do IFR opcode creation and utility
# functions to help module to interact with a UEFI Form Browser.
# Instance of IFR Support Library.
#
# 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
# are licensed and made available under the terms and conditions of the BSD License