]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
Vlv2TbltDevicePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Vlv2TbltDevicePkg / BootScriptSaveDxe / BootScriptSaveDxe.inf
1 #
2 #
3 ## @file
4 # Component description file for ScriptSave Lite module.
5 #
6 # This is an implementation of the Boot Script Save protocol.
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10
11 #
12 #
13 #
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = BootScriptSaveDxe
20 FILE_GUID = 42BB673D-09F3-4e2e-9FEE-D081131DED5B
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InitializeScriptSave
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 EBC
30 #
31
32 [Sources]
33 ScriptSave.c
34 InternalBootScriptSave.h
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42
43 [LibraryClasses]
44 PcdLib
45 UefiRuntimeServicesTableLib
46 UefiBootServicesTableLib
47 MemoryAllocationLib
48 UefiDriverEntryPoint
49 BaseMemoryLib
50 DebugLib
51 BaseLib
52 S3BootScriptLib
53
54 [Protocols]
55 gEfiBootScriptSaveProtocolGuid # PROTOCOL ALWAYS_PRODUCED
56
57
58 [Depex]
59 TRUE
60