File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -786,6 +786,12 @@ config BR2_PACKAGE_WPEFRAMEWORK_MONITOR_NETFLIX
786786
787787endif
788788
789+ menuconfig BR2_PACKAGE_WPEFRAMEWORK_PERFORMANCEMETRICS
790+ select BR2_PACKAGE_WPEFRAMEWORK_RDKSERVICES
791+ bool "PerformanceMetrics"
792+ help
793+ Performance Metrics Plugin
794+
789795menuconfig BR2_PACKAGE_WPEFRAMEWORK_NETWORKCONTROL
790796 select BR2_PACKAGE_WPEFRAMEWORK_PLUGINS
791797 bool "NetworkControl"
Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ WPEFRAMEWORK_RDKSERVICES_CONF_OPTS += -DPLUGIN_MONITOR_OPENCDMI=ON
7979endif
8080endif
8181
82+ ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_PERFORMANCEMETRICS ) ,y)
83+ WPEFRAMEWORK_RDKSERVICES_CONF_OPTS += -DPLUGIN_PERFORMANCEMETRICS=ON
84+ endif
85+
8286ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_TRACECONTROL ) ,y)
8387WPEFRAMEWORK_RDKSERVICES_CONF_OPTS += -DPLUGIN_TRACECONTROL=ON
8488endif
You can’t perform that action at this time.
0 commit comments