hc
2024-03-22 a0752693d998599af469473b8dc239ef973a012f
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
#/** @file
#    OemMiscLib.inf
#
#    Copyright (c) 2021, NUVIA Inc. All rights reserved.
#    Copyright (c) 2018, Hisilicon Limited. All rights reserved.
#    Copyright (c) 2018, Linaro Limited. All rights reserved.
#
#    SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
 
[Defines]
  INF_VERSION                    = 1.29
  BASE_NAME                      = OemMiscLib
  FILE_GUID                      = 958caf90-9e55-4e2a-86e0-71da21485e2c
  MODULE_TYPE                    = BASE
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = OemMiscLib
 
[Sources.common]
  OemMiscLib.c
 
[Packages]
  ArmPkg/ArmPkg.dec
  EmbeddedPkg/EmbeddedPkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MdePkg/MdePkg.dec
  Silicon/Qemu/SbsaQemu/SbsaQemu.dec
 
[LibraryClasses]
  BaseMemoryLib
  FdtLib
  FdtHelperLib
  IoLib
  PcdLib
 
[Pcd]
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdDeviceTreeBaseAddress
 
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemManufacturer
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemSerialNumber
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemSKU
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdSystemFamily
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardAssetTag
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardSerialNumber
  gArmTokenSpaceGuid.PcdBaseBoardManufacturer
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardSKU
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdBaseBoardLocation
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisSerialNumber
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisVersion
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisManufacturer
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisAssetTag
  gArmVirtSbsaQemuPlatformTokenSpaceGuid.PcdChassisSKU