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