]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/BootScriptSaveDxe/BootScriptSaveDxe.inf
edk2: Reformat TianoCore Contribution Agreement 1.1
[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 - 2014, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials are licensed and made available under
10 # the terms and conditions of the BSD License that accompanies this distribution.
11 # The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php.
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = BootScriptSaveDxe
25 FILE_GUID = 42BB673D-09F3-4e2e-9FEE-D081131DED5B
26 MODULE_TYPE = DXE_DRIVER
27 VERSION_STRING = 1.0
28
29 ENTRY_POINT = InitializeScriptSave
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
35 #
36
37 [Sources]
38 ScriptSave.c
39 InternalBootScriptSave.h
40
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 IntelFrameworkPkg/IntelFrameworkPkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47
48 [LibraryClasses]
49 PcdLib
50 UefiRuntimeServicesTableLib
51 UefiBootServicesTableLib
52 MemoryAllocationLib
53 UefiDriverEntryPoint
54 BaseMemoryLib
55 DebugLib
56 BaseLib
57 S3BootScriptLib
58
59 [Protocols]
60 gEfiBootScriptSaveProtocolGuid # PROTOCOL ALWAYS_PRODUCED
61
62
63 [Depex]
64 TRUE
65