mirror of
https://github.com/edk2-porting/edk2-msm
synced 2025-05-13 12:42:54 +00:00
It may not be complete yet. Feel free to get in contact with me if anything is still missing or handled inappropriate. Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
48 lines
1.2 KiB
INI
Executable File
48 lines
1.2 KiB
INI
Executable File
## @file
|
|
# Ms Platform Devices Library
|
|
# Ported from SurfaceDuoPkg
|
|
#
|
|
# Copyright (c) DuoWoA authors. All rights reserved.
|
|
# Copyright (C) Microsoft Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = MsPlatformDevicesLib
|
|
FILE_GUID = 2FDF4E63-5AD5-4385-A729-868019B45A91
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
LIBRARY_CLASS = MsPlatformDevicesLib|DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION
|
|
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
MsPlatformDevicesLib.c
|
|
|
|
[Packages]
|
|
ArmPkg/ArmPkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
Platform/RenegadePkg/RenegadePkg.dec
|
|
Silicon/Qualcomm/QcomPkg/QcomPkg.dec
|
|
Silicon/Qualcomm/sm7325/sm7325.dec
|
|
|
|
[LibraryClasses]
|
|
BaseMemoryLib
|
|
DebugLib
|
|
DevicePathLib
|
|
IoLib
|
|
UefiBootServicesTableLib
|
|
UefiLib
|
|
AslUpdateLib
|
|
RFSProtectionLib
|
|
MemoryMapHelperLib
|
|
|
|
[Protocols]
|
|
gEfiChipInfoProtocolGuid ## CONSUMES
|
|
gQcomSMEMProtocolGuid ## CONSUMES
|
|
gEfiPlatformInfoProtocolGuid ## CONSUMES
|