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 |
|
---|