1) Update comments.

2) Remove reference to ">>" as it cause the generated code to link with other libraries.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5214 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-05-16 09:45:09 +00:00
parent d7152a15f5
commit 3e5b452743
2 changed files with 24 additions and 11 deletions

View File

@@ -1,7 +1,14 @@
#/** @file
# Component description file for PeiVariable module.
# Module produce FV2 on top of FV.
#
# UEFI PI specification supersedes Inte's Framework Specification.
# EFI_FIRMWARE_VOLUME_PROTOCOL defined in Intel Framework Pkg is replaced by
# EFI_FIRMWARE_VOLUME2_PROTOCOL in MdePkg.
# This module produces FV2 on top of FV. This module is used on platform when both of
# these two conditions are true:
# 1) Framework module producing FV is present
# 2) And the rest of modules on the platform consume FV2
#
# PEIM to provide the Variable functionality.
# Copyright (c) 2006 - 2007, Intel Corporation
#
# All rights reserved. This program and the accompanying materials