2015-12-15 05:53:50 +01:00
|
|
|
// /** @file
|
|
|
|
// Instance of S3 Stall Library based on Timer and S3 BootScript Library.
|
|
|
|
//
|
|
|
|
// Stall Services that do stall and also enable the Stall operatation
|
|
|
|
// to be replayed during an S3 resume.
|
|
|
|
//
|
2018-06-27 15:11:33 +02:00
|
|
|
// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2015-12-15 05:53:50 +01:00
|
|
|
//
|
2019-04-04 01:06:00 +02:00
|
|
|
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
2015-12-15 05:53:50 +01:00
|
|
|
//
|
|
|
|
// **/
|
|
|
|
|
|
|
|
|
|
|
|
#string STR_MODULE_ABSTRACT #language en-US "Instance of S3 Stall Library based on Timer and S3 BootScript Library"
|
|
|
|
|
|
|
|
#string STR_MODULE_DESCRIPTION #language en-US "Stall Services that do stall and also enable the Stall operation to be replayed during an S3 resume."
|
|
|
|
|