]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/PlatformInit/PlatformInitDxe.inf
PcAtChipsetPkg: 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
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PlatformInitDxe\r
20 FILE_GUID = 2E6A521C-F697-402d-9774-98B2B7E140F3\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = PlatformInit\r
24\r
25[Sources]\r
26 PlatformInitDxe.h\r
27 PlatformInitDxe.c\r
28 PlatformConfig.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 QuarkSocPkg/QuarkSocPkg.dec\r
33 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 HobLib\r
38 DebugLib\r
39 UefiDriverEntryPoint\r
40 UefiBootServicesTableLib\r
41 UefiRuntimeServicesTableLib\r
42 DxeServicesTableLib\r
43 PlatformHelperLib\r
44 PlatformPcieHelperLib\r
45 DxeServicesLib\r
46 IntelQNCLib\r
47 QNCAccessLib\r
48 BaseMemoryLib\r
49 I2cLib\r
50\r
51[Protocols]\r
52 gEfiFirmwareVolumeBlockProtocolGuid\r
53 gEfiCpuArchProtocolGuid\r
54 gEfiSmmConfigurationProtocolGuid\r
55 gEfiSmmSpiReadyProtocolGuid\r
56\r
57[Pcd]\r
58 gQuarkPlatformTokenSpaceGuid.PcdPlatformType\r
59\r
60[Depex]\r
61 TRUE\r
62\r