Code scrub for IdeBusDxe driver and PeiS3Lib.(undergoing)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8609 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/**@file
|
||||
S3 Library. This library class defines a set of methods related do S3 mode
|
||||
This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
|
||||
This library instance is only for PEI phase use and the APIs in this instance
|
||||
|
||||
Copyright (c) 2006 - 2008 Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
|
@@ -1,7 +1,8 @@
|
||||
#/** @file
|
||||
# Graphics Library for UEFI drivers
|
||||
#
|
||||
# This library provides supports for basic graphic functions.
|
||||
# This library provides API to invoke the S3 resume vector in the APCI Table in S3 resume mode.
|
||||
# This library instance is only for PEI phase use and the APIs in this instance
|
||||
#
|
||||
# Copyright (c) 2006 - 2009, Intel Corporation.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
@@ -39,11 +40,10 @@
|
||||
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
BaseLib
|
||||
PeiServicesTablePointerLib
|
||||
DebugLib
|
||||
|
||||
[Ppis]
|
||||
gEfiPeiS3ResumePpiGuid # PPI ALWAYS_CONSUMED
|
||||
gEfiPeiS3ResumePpiGuid # ALWAYS_CONSUMES
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user