mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
60 lines
1.4 KiB
INI
60 lines
1.4 KiB
INI
## @file
|
|
#
|
|
# Bare-minimum GDB symbols needed for reloading symbols.
|
|
#
|
|
# This is not a "driver" and should not be placed in a FD.
|
|
#
|
|
# Copyright (c) 2011, Andrei Warkentin <andreiw@motorola.com>
|
|
#
|
|
# This program and the accompanying materials
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010005
|
|
BASE_NAME = GdbSyms
|
|
FILE_GUID = 22abcb60-fb40-42ac-b01f-3ab1fad9aad8
|
|
MODULE_TYPE = DXE_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = Initialize
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM
|
|
#
|
|
|
|
[Sources]
|
|
GdbSyms.c
|
|
|
|
[Packages]
|
|
OpenCorePkg/OpenCorePkg.dec
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
DxeServicesTableLib
|
|
HobLib
|
|
MemoryAllocationLib
|
|
PcdLib
|
|
UefiBootServicesTableLib
|
|
UefiDriverEntryPoint
|
|
UefiLib
|
|
OcGuardLib
|
|
TimerLib
|
|
|
|
[Guids]
|
|
|
|
[Protocols]
|
|
|
|
[Depex]
|
|
TRUE
|