aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/cmake/config.cmake4
-rw-r--r--conf.d/project/etc/xds-supervisor-config.json4
2 files changed, 1 insertions, 7 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index e3b1202..ebd1d1e 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -105,9 +105,7 @@ set(PACKAGE_MESSAGE "Install widget file using in the target : afm-util install
add_definitions(-DCONTROL_PLUGIN_PATH="${CMAKE_BINARY_DIR}/package/lib/plugins:${CMAKE_BINARY_DIR}/package/var:${INSTALL_PREFIX}/${PROJECT_NAME}/lib/plugins")
add_definitions(-DCONTROL_CONFIG_PATH="${CMAKE_BINARY_DIR}/package/etc:${INSTALL_PREFIX}/${PROJECT_NAME}/etc")
add_definitions(-DCTL_PLUGIN_MAGIC=1286576532)
-# SEB TODO: migration to APIV3
-#add_definitions(-DAFB_BINDING_VERSION=3)
-add_definitions(-DUSE_API_DYN=1 -DAFB_BINDING_VERSION=3 -DAFB_BINDING_WANT_DYNAPI)
+add_definitions(-DAFB_BINDING_VERSION=3)
# Print a helper message when every thing is finished
# ----------------------------------------------------
diff --git a/conf.d/project/etc/xds-supervisor-config.json b/conf.d/project/etc/xds-supervisor-config.json
index e278715..888bb01 100644
--- a/conf.d/project/etc/xds-supervisor-config.json
+++ b/conf.d/project/etc/xds-supervisor-config.json
@@ -43,10 +43,6 @@
{
"uid": "supervisor/xds-trace",
"action": "plugin://supervisor#tracing_events"
- },
- {
- "uid": "afm-main/application-list-changed",
- "action": "plugin://supervisor#apps_list_changed"
}
]