]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/FlashMapPei/FlashMapPei.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / 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
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6# Portions copyright (c) 2011, Apple Inc. All rights reserved. \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# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FlashMapPei\r
21 FILE_GUID = C9FAF091-57F8-A64C-A07A-445B124F0D93\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = PeimInitializeFlashMap\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources]\r
34 FlashMapPei.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 InOsEmuPkg/InOsEmuPkg.dec\r
40\r
41[LibraryClasses]\r
42 PcdLib\r
43 BaseMemoryLib\r
44 PeiServicesTablePointerLib\r
45 PeiServicesLib\r
46 HobLib\r
47 PeimEntryPoint\r
48 DebugLib\r
49\r
50\r
51[Ppis]\r
52 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
53\r
54[Pcd]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64\r
61\r
62 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwWorkingBase\r
63 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageFtwSpareBase\r
64 gInOsEmuPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase\r
65\r
66[Depex]\r
67 gEmuThunkPpiGuid\r
68\r