@@ -55,7 +55,6 @@ option(GIT_BRANCH, "Repository Branch" OFF)
5555option (IP_ENABLED "Enable IP" OFF )
5656option (LOCAL_MIC "Local Microphone" OFF )
5757option (LOCAL_MIC_DISABLE_VIA_PRIVACY "Use Privacy to disable microphone" OFF )
58- option (MAC_POLLING "MAC polling" OFF )
5958option (MEM_DEBUG "Enable memory debugging" OFF )
6059option (MEMORY_LOCK "Memory Lock" OFF )
6160option (MIC_TAP "Enable MIC_TAP" OFF )
@@ -67,7 +66,6 @@ option(THUNDER_SECURITY "Enable THUNDER_SECURITY" OFF)
6766option (USE_SAFEC "Use safec" OFF )
6867option (USE_IARM_POWER_MANAGER "Use IARM Power Manager" OFF )
6968option (VOICE_KEYWORD_BEEP "Enable VOICE_KEYWORD_BEEP" OFF )
70- option (VOICE_NEXTGEN_MAC "Enable VOICE_NEXTGEN_MAC" OFF )
7169option (XRSR_HTTP "Enable XRSR_HTTP" OFF )
7270option (XRSR_SDT "Enable XRSR_SDT" OFF )
7371option (ENABLE_ASYNC_SRVR_MSG "Enable Asynchronous Server Messaging Feature" OFF )
@@ -218,7 +216,6 @@ if(AUTH_ENABLED)
218216 add_compile_definitions (AUTH_ACTIVATION_STATUS )
219217 endif ()
220218 #By default disabled but can be enabled
221- #add_compile_definitions(AUTH_RECEIVER_ID)
222219 #add_compile_definitions(AUTH_EXPERIENCE)
223220 target_link_libraries (controlMgr ctrlm-hal-certificate )
224221 else ()
@@ -287,10 +284,6 @@ if(LOCAL_MIC)
287284 endif ()
288285endif ()
289286
290- if (MAC_POLLING)
291- add_compile_definitions (MAC_POLLING )
292- endif ()
293-
294287if (MEM_DEBUG)
295288 add_compile_definitions (MEM_DEBUG )
296289endif ()
@@ -347,10 +340,6 @@ if(VOICE_KEYWORD_BEEP)
347340 install(FILES ${CMAKE_SOURCE_DIR} /../${BEEP_ON_KWD_FILE} DESTINATION share )
348341endif()
349342
350- if(VOICE_NEXTGEN_MAC)
351- add_compile_definitions(VOICE_NEXTGEN_MAC)
352- endif()
353-
354343if(USE_DEPRECATED_HDMI_INPUT_PLUGIN)
355344 add_compile_definitions(USE_DEPRECATED_HDMI_INPUT_PLUGIN)
356345endif()
0 commit comments