]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg.
[mirror_edk2.git] / Nt32Pkg / Library / Nt32BdsLib / Nt32BdsLib.inf
CommitLineData
7b202cb0 1## @file\r
5fd5fcd3 2# Component name for module GenericBdsLib\r
3#\r
4# FIX ME!\r
dd94583b 5# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
5fd5fcd3 6#\r
8f2a5f80 7# This program and the accompanying materials \r
5fd5fcd3 8# are licensed and made available under the terms and conditions of the BSD License \r
9# which accompanies this distribution. The full text of the license may be found at \r
10# http://opensource.org/licenses/bsd-license.php \r
11# \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
7b202cb0 16##\r
5fd5fcd3 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PlatformBdsLib\r
21 FILE_GUID = D2E346C6-7AA5-4b25-947C-A6736F4221C7\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PlatformBdsLib|DXE_DRIVER \r
5fd5fcd3 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 X64 IPF EBC\r
30#\r
31\r
7b202cb0 32[Sources]\r
5fd5fcd3 33 BdsPlatform.c\r
34 PlatformData.c\r
35 BdsPlatform.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 Nt32Pkg/Nt32Pkg.dec\r
9b4efc6c 41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42 \r
5fd5fcd3 43[LibraryClasses]\r
44 BaseLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
fcf24bad 47 UefiRuntimeServicesTableLib\r
5fd5fcd3 48 BaseMemoryLib\r
49 DebugLib\r
50 PcdLib\r
5fd5fcd3 51 GenericBdsLib\r
52\r
53[Guids]\r
fcf24bad 54 gEfiWinNtSystemConfigGuid\r
55\r
7b202cb0 56[Pcd]\r
fcf24bad 57 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
dd94583b 59 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
d46f3632
LG
60 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
61\r
fcf24bad 62[Depex]\r
63 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r