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