]>
Commit | Line | Data |
---|---|---|
3f528797 JJ |
1 | // /** @file\r |
2 | // Null S3 library instance for PEIM module.\r | |
3 | //\r | |
4 | // This library instance is no longer used and module using this library\r | |
5 | // class should update to directly locate EFI_PEI_S3_RESUME_PPI defined\r | |
6 | // in PI 1.2 specification.\r | |
7 | //\r | |
d1102dba | 8 | // Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r |
3f528797 | 9 | //\r |
9d510e61 | 10 | // SPDX-License-Identifier: BSD-2-Clause-Patent\r |
3f528797 JJ |
11 | //\r |
12 | // **/\r | |
13 | \r | |
14 | \r | |
15 | #string STR_MODULE_ABSTRACT #language en-US "Null S3 library instance for PEIM module"\r | |
16 | \r | |
17 | #string STR_MODULE_DESCRIPTION #language en-US "This library instance is no longer used and module using this library class should update to directly locate EFI_PEI_S3_RESUME_PPI defined in PI 1.2 Specification."\r | |
18 | \r |