]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkPkg/Library/DxeBootScriptLibNull/DxeBootScriptLibNull.inf
Add DxeBootScriptLibNull in IntelFrameworkPkg.
[mirror_edk2.git] / IntelFrameworkPkg / Library / DxeBootScriptLibNull / DxeBootScriptLibNull.inf
1 #/** @file
2 # BootScriptLib instance that always produces NOP operation.
3 #
4 # This library is primarily used by platform that does not support ACPI S3 resume.
5 # All the library interfaces simply return EFI_SUCCESS without performing any operation.
6 # Copyright (c) 2007, Intel Corporation.
7 #
8 # All rights reserved.
9 # This software and associated documentation (if any) is furnished
10 # under a license and may only be used or copied in accordance
11 # with the terms of the license. Except as permitted by such
12 # license, no part of this software or documentation may be
13 # reproduced, stored in a retrieval system, or transmitted in any
14 # form or by any means without the express written consent of
15 # Intel Corporation.
16 #
17 #
18 #**/
19
20 ################################################################################
21 #
22 # Defines Section - statements that will be processed to create a Makefile.
23 #
24 ################################################################################
25 [Defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = DxeBootScriptLibNull
28 FILE_GUID = 9A6DC1AC-94C0-43b1-8714-4C70FD58A815
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 LIBRARY_CLASS = BootScriptLib
32 EDK_RELEASE_VERSION = 0x00020000
33 EFI_SPECIFICATION_VERSION = 0x00020000
34
35
36 #
37 # The following information is for reference only and not required by the build tools.
38 #
39 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
40 #
41
42 ################################################################################
43 #
44 # Sources Section - list of files that are required for the build to succeed.
45 #
46 ################################################################################
47
48 [Sources.common]
49 BootScriptLib.c
50
51
52 ################################################################################
53 #
54 # Includes Section - list of Include locations that are required for
55 # this module.
56 #
57 ################################################################################
58
59 [Includes]
60
61 ################################################################################
62 #
63 # Package Dependency Section - list of Package files that are required for
64 # this module.
65 #
66 ################################################################################
67
68 [Packages]
69 MdePkg/MdePkg.dec
70 IntelFrameworkPkg/IntelFrameworkPkg.dec
71