]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Library/RecoveryOemHookLib/RecoveryOemHookLib.inf
QuarkPlatformPkg: Add ForceRecovery UEFI application
[mirror_edk2.git] / QuarkPlatformPkg / Library / RecoveryOemHookLib / RecoveryOemHookLib.inf
CommitLineData
b303605e
MK
1## @file\r
2# Library Hook Point functions for Intel QNC.\r
3#\r
4# This library provides hook points for OEM w.r.t recovery\r
5#\r
6# Copyright (c) 2013-2015 Intel Corporation.\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = RecoveryOemHookLib\r
21 FILE_GUID = DE6D4FB9-12DB-4dbb-ACF1-92514388355F\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = RecoveryOemHookLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31\r
32[Sources]\r
33 RecoveryOemHookLib.c\r
34 CommonHeader.h\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
41 QuarkSocPkg/QuarkSocPkg.dec\r
42\r
43[LibraryClasses]\r
44 QNCAccessLib\r
45 ResetSystemLib\r
46\r
47[Ppis]\r
48 gEfiPeiDeviceRecoveryModulePpiGuid # PPI SOMETIMES_CONSUMED\r
49\r