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