Last change
on this file since 108794 was 108794, checked in by vboxsync, 2 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
733 bytes
|
Line | |
---|
1 | ## @file
|
---|
2 | # Module entry point library for PEIM.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
---|
5 | #
|
---|
6 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 | #
|
---|
8 | #
|
---|
9 | ##
|
---|
10 |
|
---|
11 | [Defines]
|
---|
12 | INF_VERSION = 0x00010005
|
---|
13 | BASE_NAME = PeimEntryPoint
|
---|
14 | MODULE_UNI_FILE = PeimEntryPoint.uni
|
---|
15 | FILE_GUID = fa177ff7-1fc7-458d-a358-d9d62ae61cec
|
---|
16 | MODULE_TYPE = PEIM
|
---|
17 | VERSION_STRING = 1.0
|
---|
18 | LIBRARY_CLASS = PeimEntryPoint|PEIM
|
---|
19 |
|
---|
20 | #
|
---|
21 | # VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
|
---|
22 | #
|
---|
23 |
|
---|
24 | [Sources]
|
---|
25 | PeimEntryPoint.c
|
---|
26 |
|
---|
27 |
|
---|
28 | [Packages]
|
---|
29 | MdePkg/MdePkg.dec
|
---|
30 |
|
---|
31 |
|
---|
32 | [LibraryClasses]
|
---|
33 | DebugLib
|
---|
34 | StackCheckLib
|
---|
Note:
See
TracBrowser
for help on using the repository browser.