From 32f4db850f34668bf3c66e86f009bcb3a8c8374e Mon Sep 17 00:00:00 2001 From: Ratchanan Srirattanamet Date: Thu, 14 Dec 2023 04:04:32 +0700 Subject: Remove USB manager and corresponding tests Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver --- src/CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f0158ea..2788440 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -10,17 +10,6 @@ set (SERVICE_LIB_SOURCES service.cpp ) -if (ENABLE_LOMIRI_FEATURES) - list (APPEND - SERVICE_LIB_SOURCES - greeter.cpp - adbd-client.cpp - usb-manager.cpp - usb-monitor.cpp - usb-snap.cpp - ) -endif () - if (ENABLE_COLOR_TEMP) list (APPEND SERVICE_LIB_SOURCES @@ -30,10 +19,6 @@ endif () add_library (${SERVICE_LIB} STATIC ${SERVICE_LIB_SOURCES}) -if (ENABLE_LOMIRI_FEATURES) - target_link_libraries(${SERVICE_LIB} Qt5::Core) -endif () - add_executable( ${SERVICE_EXEC} main.cpp -- cgit v1.2.3