summaryrefslogtreecommitdiff
path: root/Platform/Intel/AdvancedFeaturePkg/Smbios/SmbiosBasicDxe/SmbiosBasicDxe.inf
blob: 64dba3507e53afa6f13fe6edd4f953fc69827404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#
# This file contains a 'Sample Driver' and is licensed as such
# under the terms of your license agreement with Intel or your
# vendor.  This file may be modified by the user, subject to
# the additional terms of the license agreement
#
#
## @file
# Component description file for Smbios Misc module.
#
# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
#
#  This software and associated documentation (if any) is furnished
#  under a license and may only be used or copied in accordance
#  with the terms of the license. Except as permitted by such
#  license, no part of this software or documentation may be
#  reproduced, stored in a retrieval system, or transmitted in any
#  form or by any means without the express written consent of
#  Intel Corporation.
#
#
##

[Defines]
  INF_VERSION                    = 0x00010005
  BASE_NAME                      = SmbiosBasic
  FILE_GUID                      = 03ADF4A1-A27A-45E3-B211-3177C6C2E7ED
  MODULE_TYPE                    = DXE_DRIVER
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = SmbiosBasicEntryPoint

#
# The following information is for reference only and not required by the build tools.
#
#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
#

[Sources]
  SmbiosBasicEntryPoint.c
  Type0BiosVendorFunction.c
  Type1SystemManufacturerFunction.c
  Type2BaseBoardManufacturerFunction.c
  Type3ChassisManufacturerFunction.c
  Type32BootInformationFunction.c

[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  AdvancedFeaturePkg/AdvancedFeaturePkg.dec

[LibraryClasses]
  PcdLib
  MemoryAllocationLib
  DevicePathLib
  BaseMemoryLib
  BaseLib
  DebugLib
  UefiBootServicesTableLib
  UefiDriverEntryPoint
  UefiLib
  HobLib

[Protocols]
  gEfiSmbiosProtocolGuid                       # PROTOCOL ALWAYS_CONSUMED
  gEfiVariableArchProtocolGuid
  
[Pcd]
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType0BiosInformation
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType0StringVendor
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType0StringBiosVersion
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType0StringBiosReleaseDate
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1SystemInformation
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringManufacturer
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringProductName
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringVersion
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringSerialNumber
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringSKUNumber
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType1StringFamily
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2BaseBoardInformation
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringManufacturer
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringProductName
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringVersion
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringSerialNumber
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringAssetTag
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType2StringLocationInChassis
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3SystemEnclosureChassis
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3StringManufacturer
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3StringVersion
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3StringSerialNumber
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3StringAssetTag
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType3StringSKUNumber
  gAdvancedFeaturePkgTokenSpaceGuid.PcdSmbiosType32SystemBootInformation

[Depex]
  gEfiSmbiosProtocolGuid            AND
  gEfiVariableArchProtocolGuid