Remove obsolete dependency from uefi-test
Remove nanopb dependency from uefi-test deployment,
because it does not use protobuf.
Change-Id: I3195797a6d3c1e7b014cf7a499a78ab8b0784a3c
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
diff --git a/deployments/uefi-test/uefi-test.cmake b/deployments/uefi-test/uefi-test.cmake
index 841127d..41b6a98 100644
--- a/deployments/uefi-test/uefi-test.cmake
+++ b/deployments/uefi-test/uefi-test.cmake
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2021-2022, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2021-2023, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -33,16 +33,6 @@
)
#-------------------------------------------------------------------------------
-# Components used from external projects
-#
-#-------------------------------------------------------------------------------
-
-# Nanopb
-include(${TS_ROOT}/external/nanopb/nanopb.cmake)
-target_link_libraries(uefi-test PRIVATE nanopb::protobuf-nanopb-static)
-protobuf_generate_all(TGT "uefi-test" NAMESPACE "protobuf" BASE_DIR "${TS_ROOT}/protocols")
-
-#-------------------------------------------------------------------------------
# Define install content.
#
#-------------------------------------------------------------------------------