]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf
ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sources
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / MemorySubClass / MemorySubClass.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for MemorySubClass module.\r
3#\r
4# This is the driver that locates the MemoryConfigurationData Variable, if it\r
5# exists, and reports the data to the DataHub.\r
87f9867f 6# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
b303605e 7#\r
0eb3de2e 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
b303605e
MK
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = MemorySubClass\r
15 FILE_GUID = EF17CEE7-267D-4BFD-A257-4A6AB3EE8591\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = MemorySubClassEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
87f9867f 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
b303605e
MK
24#\r
25\r
26[Sources]\r
27 MemorySubClass.c\r
28 MemorySubClass.h\r
29 MemorySubClassStrings.uni\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
35 QuarkSocPkg/QuarkSocPkg.dec\r
36 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
37\r
38[LibraryClasses]\r
39 MemoryAllocationLib\r
40 HiiLib\r
41 PrintLib\r
42 BaseMemoryLib\r
43 DebugLib\r
44 UefiRuntimeServicesTableLib\r
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47 BaseLib\r
48 HobLib\r
49 PciLib\r
50 QNCAccessLib\r
51\r
52[Guids]\r
53 gEfiMemoryConfigDataGuid # ALWAYS_CONSUMED\r
54\r
55[Protocols]\r
56 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiSmbusHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58\r
59[Depex]\r
60 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiSmbiosProtocolGuid AND gEfiSmbusHcProtocolGuid\r