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