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