]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/BootScriptSaveOnS3SaveStateThunk.inf
1. Correct File header to ## @file
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / BootScriptSaveOnS3SaveStateThunk / BootScriptSaveOnS3SaveStateThunk.inf
1 ## @file
2 # To implement Framework Boot Script Save protocol based on PI S3 Save State protocol
3 #
4 # Intel's Framework Boot Script Save Protocol is replaced by S3 Save State Protocol in PI.
5 # This module produces Framework Boot Script Save protocol by consuming PI S3 Save State protocol
6 #
7 # Copyright (c) 2010 - 2010, Intel Corporation
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BootScriptSaveOnS3SaveStateThunk
23 FILE_GUID = 062ACC82-1D1E-4f61-AA94-8B0C47236A3D
24 MODULE_TYPE = DXE_DRIVER
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = InitializeScriptSaveOnS3SaveState
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources]
36 ScriptSave.c
37 ScriptSave.h
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 IntelFrameworkPkg/IntelFrameworkPkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 BaseMemoryLib
50 DebugLib
51 BaseLib
52
53 [Protocols]
54 gEfiBootScriptSaveProtocolGuid ## PRODUCES
55 gEfiS3SaveStateProtocolGuid ## CONSUMES
56
57
58 [Depex]
59 gEfiS3SaveStateProtocolGuid
60