]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/Nt32BdsLib/Nt32BdsLib.inf
1. Correct File header to ## @file
[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
7b202cb0 5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.\r
5fd5fcd3 6#\r
7# All rights reserved. This program and the accompanying materials \r
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
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x0002000A\r
27\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
7b202cb0 35[Sources]\r
5fd5fcd3 36 BdsPlatform.c\r
37 PlatformData.c\r
38 BdsPlatform.h\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 Nt32Pkg/Nt32Pkg.dec\r
9b4efc6c 44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
45 \r
5fd5fcd3 46[LibraryClasses]\r
47 BaseLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
fcf24bad 50 UefiRuntimeServicesTableLib\r
5fd5fcd3 51 BaseMemoryLib\r
52 DebugLib\r
53 PcdLib\r
5fd5fcd3 54 GenericBdsLib\r
55\r
56[Guids]\r
fcf24bad 57 gEfiWinNtSystemConfigGuid\r
58\r
7b202cb0 59[Pcd]\r
fcf24bad 60 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn\r
21e97c72 62 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformBootTimeOut\r
d46f3632
LG
63 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile\r
64\r
fcf24bad 65[Depex]\r
66 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid\r