aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons/Lesson_62/UefiLessonsPkg/DevicePath/DevicePath.inf
blob: 3c5bf4535030d6db0f01a8a49a1832954392379a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##
# Copyright (c) 2021, Konstantin Aladyshev <aladyshev22@gmail.com>
#
# SPDX-License-Identifier: MIT
##

[Defines]
  INF_VERSION                    = 1.25
  BASE_NAME                      = DevicePath
  FILE_GUID                      = f93d7d15-057a-442e-a8a5-fcb19d909989
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  ENTRY_POINT                    = UefiMain

[Sources]
  DevicePath.c

[Packages]
  MdePkg/MdePkg.dec

[LibraryClasses]
  UefiApplicationEntryPoint
  UefiLib