]> git.proxmox.com Git - mirror_edk2.git/blame - InOsEmuPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.
[mirror_edk2.git] / InOsEmuPkg / Library / PeiServicesTablePointerLib / PeiServicesTablePointerLib.inf
CommitLineData
949f388f 1## @file\r
2# Instance of PEI Services Table Pointer Library using global variable for the table pointer.\r
3#\r
4# PEI Services Table Pointer Library implementation that retrieves a pointer to the\r
5# PEI Services Table from a global variable. Not available to modules that execute from\r
6# read-only memory.\r
7#\r
8# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
9# Portions copyright (c) 2011, Apple Inc. All rights reserved. \r
10#\r
11# This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php.\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19##\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = InOsEmuPkgPeiServicesTablePointerLib\r
24 FILE_GUID = 5FD8B4ED-D66F-C144-9953-AC557C649925\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
27 LIBRARY_CLASS = PeiServicesTablePointerLib|PEIM\r
28\r
29 CONSTRUCTOR = PeiServicesTablePointerLibConstructor\r
30\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
33#\r
34\r
35[Sources]\r
36 PeiServicesTablePointer.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
949f388f 40\r
41[LibraryClasses]\r
42 DebugLib\r
43\r
44[Ppis]\r
65e3f333 45 gEfiPeiMemoryDiscoveredPpiGuid\r
949f388f 46\r