]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
QuarkPlatformPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / PlatformInit / PlatformInitDxe.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for Quark Platform Init DXE module.\r
3#\r
4# Copyright (c) 2013 Intel Corporation.\r
5#\r
0eb3de2e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
7#\r
8##\r
9\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = PlatformInitDxe\r
14 FILE_GUID = 2E6A521C-F697-402d-9774-98B2B7E140F3\r
15 MODULE_TYPE = DXE_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = PlatformInit\r
18\r
19[Sources]\r
20 PlatformInitDxe.h\r
21 PlatformInitDxe.c\r
22 PlatformConfig.c\r
23\r
24[Packages]\r
25 MdePkg/MdePkg.dec\r
26 QuarkSocPkg/QuarkSocPkg.dec\r
27 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
28\r
29[LibraryClasses]\r
30 BaseLib\r
31 HobLib\r
32 DebugLib\r
33 UefiDriverEntryPoint\r
34 UefiBootServicesTableLib\r
35 UefiRuntimeServicesTableLib\r
36 DxeServicesTableLib\r
37 PlatformHelperLib\r
38 PlatformPcieHelperLib\r
39 DxeServicesLib\r
40 IntelQNCLib\r
41 QNCAccessLib\r
42 BaseMemoryLib\r
43 I2cLib\r
44\r
45[Protocols]\r
46 gEfiFirmwareVolumeBlockProtocolGuid\r
47 gEfiCpuArchProtocolGuid\r
48 gEfiSmmConfigurationProtocolGuid\r
49 gEfiSmmSpiReadyProtocolGuid\r
50\r
51[Pcd]\r
52 gQuarkPlatformTokenSpaceGuid.PcdPlatformType\r
53\r
54[Depex]\r
55 TRUE\r
56\r