]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.inf
QuarkPlatformPkg: Removing ipf which is no longer supported from edk2.
[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
MK
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = MemorySubClass\r
21 FILE_GUID = EF17CEE7-267D-4BFD-A257-4A6AB3EE8591\r
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = MemorySubClassEntryPoint\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
87f9867f 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
b303605e
MK
30#\r
31\r
32[Sources]\r
33 MemorySubClass.c\r
34 MemorySubClass.h\r
35 MemorySubClassStrings.uni\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 QuarkSocPkg/QuarkSocPkg.dec\r
42 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
43\r
44[LibraryClasses]\r
45 MemoryAllocationLib\r
46 HiiLib\r
47 PrintLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 UefiRuntimeServicesTableLib\r
51 UefiBootServicesTableLib\r
52 UefiDriverEntryPoint\r
53 BaseLib\r
54 HobLib\r
55 PciLib\r
56 QNCAccessLib\r
57\r
58[Guids]\r
59 gEfiMemoryConfigDataGuid # ALWAYS_CONSUMED\r
60\r
61[Protocols]\r
62 gEfiSmbiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiSmbusHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64\r
65[Depex]\r
66 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiSmbiosProtocolGuid AND gEfiSmbusHcProtocolGuid\r