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
## @file
#
# Copyright (c) 2021, American Megatrends International LLC.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
 
[Defines]
    INF_VERSION                 =   0x00010005
    VERSION_STRING              =   1.0
    BASE_NAME                   =   LinuxBoot
    FILE_GUID                   =   74a41ddc-fac5-4787-afad-d81ee30a8b63    #   {0x74a41ddc, 0xfac5, 0x4787, {0xaf, 0xad, 0xd8, 0x1e, 0xe3, 0x0a, 0x8b, 0x63}}
    MODULE_TYPE                 =   DXE_DRIVER
    LIBRARY_CLASS               =   LinuxBootLib|DXE_DRIVER
[Sources]
   LinuxBoot.c
   LinuxBoot.h
 
[Packages]
  MdePkg/MdePkg.dec
  MdeModulePkg/MdeModulePkg.dec
  MinPlatformPkg/MinPlatformPkg.dec
 
[LibraryClasses]
  UefiDriverEntryPoint
  DxeServicesLib
  BaseMemoryLib
  DebugLib
  UefiRuntimeServicesTableLib
  UefiBootServicesTableLib
  UefiLib
  LoadLinuxLib
  
[Guids]
  
[Protocols]
  gEfiLoadedImageProtocolGuid
 
[Pcd]