diff options
author | Liu, Zhiguang <Zhiguang.Liu@intel.com> | 2022-12-06 13:30:18 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-12-08 10:44:20 +0000 |
commit | 2c284027b23ca63cc459411df9d1fcbfc47a5126 (patch) | |
tree | d98908f6ddf497d07e611872e81864262ede97f0 /EmulatorPkg/EmulatorPkg.ci.yaml | |
parent | 22f73b6d2d3dfb70a13a184a2d0d26ed650e6ab9 (diff) | |
download | edk2-2c284027b23ca63cc459411df9d1fcbfc47a5126.tar.gz |
EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg
EmulatorPkg doesn't need depend on EmbeddedPkg, so remove the dependency.
Cc: Andrew Fish <afish@apple.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'EmulatorPkg/EmulatorPkg.ci.yaml')
-rw-r--r-- | EmulatorPkg/EmulatorPkg.ci.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/EmulatorPkg/EmulatorPkg.ci.yaml b/EmulatorPkg/EmulatorPkg.ci.yaml index 338d5fc2d3..6e9b2857cb 100644 --- a/EmulatorPkg/EmulatorPkg.ci.yaml +++ b/EmulatorPkg/EmulatorPkg.ci.yaml @@ -5,7 +5,7 @@ # used for code analysis.
#
# Copyright (c) Microsoft Corporation
-# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2020 - 2022, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
@@ -55,7 +55,6 @@ "EmulatorPkg/EmulatorPkg.dec",
"NetworkPkg/NetworkPkg.dec",
"RedfishPkg/RedfishPkg.dec",
- "EmbeddedPkg/EmbeddedPkg.dec", ## is this one OK??
],
# For host based unit tests
"AcceptableDependencies-HOST_APPLICATION":[
|