• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1## @file
2# Component description file for MemorySubClass module.
3#
4# This is the driver that locates the MemoryConfigurationData Variable, if it
5#  exists, and reports the data to the DataHub.
6# Copyright (c) 2013-2015 Intel Corporation.
7#
8# This program and the accompanying materials
9# are licensed and made available under the terms and conditions of the BSD License
10# which accompanies this distribution.  The full text of the license may be found at
11# http://opensource.org/licenses/bsd-license.php
12#
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15#
16##
17
18[Defines]
19  INF_VERSION                    = 0x00010005
20  BASE_NAME                      = MemorySubClass
21  FILE_GUID                      = EF17CEE7-267D-4BFD-A257-4A6AB3EE8591
22  MODULE_TYPE                    = DXE_DRIVER
23  VERSION_STRING                 = 1.0
24  ENTRY_POINT                    = MemorySubClassEntryPoint
25
26#
27# The following information is for reference only and not required by the build tools.
28#
29#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
30#
31
32[Sources]
33  MemorySubClass.c
34  MemorySubClass.h
35  MemorySubClassStrings.uni
36
37[Packages]
38  MdePkg/MdePkg.dec
39  MdeModulePkg/MdeModulePkg.dec
40  IntelFrameworkPkg/IntelFrameworkPkg.dec
41  QuarkSocPkg/QuarkSocPkg.dec
42  QuarkPlatformPkg/QuarkPlatformPkg.dec
43
44[LibraryClasses]
45  MemoryAllocationLib
46  HiiLib
47  PrintLib
48  BaseMemoryLib
49  DebugLib
50  UefiRuntimeServicesTableLib
51  UefiBootServicesTableLib
52  UefiDriverEntryPoint
53  BaseLib
54  HobLib
55  PciLib
56  QNCAccessLib
57
58[Guids]
59  gEfiMemoryConfigDataGuid                      # ALWAYS_CONSUMED
60
61[Protocols]
62  gEfiSmbiosProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED
63  gEfiSmbusHcProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED
64
65[Depex]
66  gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiSmbiosProtocolGuid AND gEfiSmbusHcProtocolGuid
67