]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Application/ForceRecovery/ForceRecovery.inf
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Application / ForceRecovery / ForceRecovery.inf
1 ## @file
2 # Application that sets a sticky bit to force recovery on next reset.
3 #
4 # Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = ForceRecovery
13 FILE_GUID = 3A61FD45-69A0-42AD-B261-24DA451BF442
14 MODULE_TYPE = UEFI_APPLICATION
15 VERSION_STRING = 1.0
16 ENTRY_POINT = UefiMain
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32
22 #
23
24 [Sources]
25 ForceRecovery.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 QuarkSocPkg/QuarkSocPkg.dec
30
31 [LibraryClasses]
32 UefiApplicationEntryPoint
33 UefiRuntimeServicesTableLib
34 QNCAccessLib