blob: c64ac337542e783933d428d8b567ff3075ad441f (
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
|
#/** @file
# OemMiscLib.inf
#
# Copyright (c) 2018, Hisilicon Limited. All rights reserved.
# Copyright (c) 2018-2024, Linaro Ltd. All rights reserved.
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#**/
[Defines]
INF_VERSION = 1.30
BASE_NAME = OemMiscLib
FILE_GUID = b7795b39-ec0f-4bab-8916-b1040a23ff98
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = OemMiscLib
[Sources.common]
OemMiscLib.c
[Packages]
ArmPkg/ArmPkg.dec
ArmPlatformPkg/ArmPlatformPkg.dec
EmbeddedPkg/EmbeddedPkg.dec
MdeModulePkg/MdeModulePkg.dec
MdePkg/MdePkg.dec
Silicon/Qualcomm/KodiakPkg/KodiakPkg.dec
[LibraryClasses]
BaseMemoryLib
IoLib
PcdLib
[Guids]
gZeroGuid
[Pcd]
gArmTokenSpaceGuid.PcdEmbeddedControllerFirmwareRelease
gArmTokenSpaceGuid.PcdSystemBiosRelease
gArmTokenSpaceGuid.PcdBaseBoardManufacturer
gArmPlatformTokenSpaceGuid.PcdCoreCount
gQcomKodiakPlatformTokenSpaceGuid.PcdSystemManufacturer
gQcomKodiakPlatformTokenSpaceGuid.PcdSystemSerialNumber
gQcomKodiakPlatformTokenSpaceGuid.PcdSystemSKU
gQcomKodiakPlatformTokenSpaceGuid.PcdSystemFamily
gQcomKodiakPlatformTokenSpaceGuid.PcdBaseBoardAssetTag
gQcomKodiakPlatformTokenSpaceGuid.PcdBaseBoardSerialNumber
gQcomKodiakPlatformTokenSpaceGuid.PcdBaseBoardSKU
gQcomKodiakPlatformTokenSpaceGuid.PcdBaseBoardLocation
gQcomKodiakPlatformTokenSpaceGuid.PcdChassisSerialNumber
gQcomKodiakPlatformTokenSpaceGuid.PcdChassisVersion
gQcomKodiakPlatformTokenSpaceGuid.PcdChassisManufacturer
gQcomKodiakPlatformTokenSpaceGuid.PcdChassisAssetTag
gQcomKodiakPlatformTokenSpaceGuid.PcdChassisSKU
|