Last change
on this file since 100307 was 99404, checked in by vboxsync, 20 months ago |
Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # PrmPkg DSC file used to build host-based unit tests.
|
---|
3 | #
|
---|
4 | # Copyright (c) Microsoft Corporation.<BR>
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | #
|
---|
7 | ##
|
---|
8 |
|
---|
9 | [Defines]
|
---|
10 | PLATFORM_NAME = PrmPkgHostTest
|
---|
11 | PLATFORM_GUID = 5BCCFC54-2162-42FB-ABCA-5B8D0DC4013C
|
---|
12 | PLATFORM_VERSION = 0.1
|
---|
13 | DSC_SPECIFICATION = 0x00010005
|
---|
14 | OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)/HostTest
|
---|
15 | SUPPORTED_ARCHITECTURES = IA32|X64
|
---|
16 | BUILD_TARGETS = NOOPT
|
---|
17 | SKUID_IDENTIFIER = DEFAULT
|
---|
18 |
|
---|
19 | !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
|
---|
20 |
|
---|
21 | [LibraryClasses]
|
---|
22 | PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
|
---|
23 | PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
|
---|
24 | PrmContextBufferLib|PrmPkg/Library/DxePrmContextBufferLib/DxePrmContextBufferLib.inf
|
---|
25 | PrmModuleDiscoveryLib|PrmPkg/Library/DxePrmModuleDiscoveryLib/DxePrmModuleDiscoveryLib.inf
|
---|
26 | PrmPeCoffLib|PrmPkg/Library/DxePrmPeCoffLib/DxePrmPeCoffLib.inf
|
---|
27 |
|
---|
28 | [Components]
|
---|
29 | #
|
---|
30 | # Unit test host applications
|
---|
31 | #
|
---|
32 | PrmPkg/Library/DxePrmContextBufferLib/UnitTest/DxePrmContextBufferLibUnitTestHost.inf
|
---|
33 | PrmPkg/Library/DxePrmModuleDiscoveryLib/UnitTest/DxePrmModuleDiscoveryLibUnitTestHost.inf
|
---|
Note:
See
TracBrowser
for help on using the repository browser.