From: Michael Kubacki <[email protected]> Adds a new DSC file that will be used to build host-based unit tests in PrmPkg.
Cc: Andrew Fish <[email protected]> Cc: Kang Gao <[email protected]> Cc: Michael D Kinney <[email protected]> Cc: Michael Kubacki <[email protected]> Cc: Leif Lindholm <[email protected]> Cc: Benjamin You <[email protected]> Cc: Liu Yun <[email protected]> Cc: Ankit Sinha <[email protected]> Cc: Nate DeSimone <[email protected]> Signed-off-by: Michael Kubacki <[email protected]> --- PrmPkg/Test/PrmPkgHostTest.dsc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/PrmPkg/Test/PrmPkgHostTest.dsc b/PrmPkg/Test/PrmPkgHostTest.dsc new file mode 100644 index 000000000000..41f3c32b8d19 --- /dev/null +++ b/PrmPkg/Test/PrmPkgHostTest.dsc @@ -0,0 +1,17 @@ +## @file +# PrmPkg DSC file used to build host-based unit tests. +# +# Copyright (c) Microsoft Corporation.<BR> +# SPDX-License-Identifier: BSD-2-Clause-Patent +# +## + +[Defines] + PLATFORM_NAME = PrmPkgHostTest + PLATFORM_GUID = 5BCCFC54-2162-42FB-ABCA-5B8D0DC4013C + PLATFORM_VERSION = 0.1 + DSC_SPECIFICATION = 0x00010005 + OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)/HostTest + SUPPORTED_ARCHITECTURES = IA32|X64 + BUILD_TARGETS = NOOPT + SKUID_IDENTIFIER = DEFAULT -- 2.28.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#87870): https://edk2.groups.io/g/devel/message/87870 Mute This Topic: https://groups.io/mt/89956025/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
