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