]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/FlashMapPei/FlashMapPei.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / FlashMapPei / FlashMapPei.inf
CommitLineData
949f388f 1## @file\r
2# Component description file for FlashMap PEI module\r
3#\r
4# This module installs FlashMap PPI which is used to get flash layout information.\r
ba6037f8 5# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 6# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 7#\r
e3ba31da 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 9#\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = FlashMapPei\r
16 FILE_GUID = C9FAF091-57F8-A64C-A07A-445B124F0D93\r
17 MODULE_TYPE = PEIM\r
18 VERSION_STRING = 1.0\r
19\r
20 ENTRY_POINT = PeimInitializeFlashMap\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
ba6037f8 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
949f388f 26#\r
27\r
28[Sources]\r
29 FlashMapPei.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
bb89ec1a 34 EmulatorPkg/EmulatorPkg.dec\r
949f388f 35\r
36[LibraryClasses]\r
37 PcdLib\r
38 BaseMemoryLib\r
39 PeiServicesTablePointerLib\r
40 PeiServicesLib\r
41 HobLib\r
42 PeimEntryPoint\r
43 DebugLib\r
44\r
45\r
46[Ppis]\r
47 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
48\r
49[Pcd]\r
50 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64\r
56\r
bb89ec1a 57 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwWorkingBase\r
58 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwSpareBase\r
59 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase\r
949f388f 60\r
61[Depex]\r
62 gEmuThunkPpiGuid\r
63\r