File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed
Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 11# WPE Framework
22source "package/wpe/wpeframework/Config.in"
33
4- # WPE Framework Generators
5- source "package/wpe/wpeframework-tools/Config.in"
6-
74# WPE WebKit
85source "package/wpe/wpewebkit/Config.in"
96
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,4 +15,12 @@ HOST_WPEFRAMEWORK_TOOLS_CONF_OPTS += \
1515 -DGENERIC_CMAKE_MODULE_PATH=$(HOST_DIR ) /share/cmake/Modules
1616endif
1717
18+ ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_TOOLS_PROXYSTUB_SECURITY ) ,y)
19+ HOST_WPEFRAMEWORK_TOOLS_CONF_OPTS += -DPROXYSTUB_GENERATOR_ENABLE_SECURITY=ON
20+ endif
21+
22+ ifeq ($(BR2_PACKAGE_WPEFRAMEWORK_TOOLS_PROXYSTUB_COHERENCY ) ,y)
23+ HOST_WPEFRAMEWORK_TOOLS_CONF_OPTS += -DPROXYSTUB_GENERATOR_ENABLE_COHERENCY=ON
24+ endif
25+
1826$(eval $(host-cmake-package))
Original file line number Diff line number Diff line change @@ -166,6 +166,22 @@ config BR2_PACKAGE_WPEFRAMEWORK_PERFORMANCE_MONITOR
166166 help
167167 Enable the performance monitor
168168
169+ menu "ProxyStub Generator options"
170+
171+ config BR2_PACKAGE_WPEFRAMEWORK_TOOLS_PROXYSTUB_SECURITY
172+ bool "Enable security checks in proxystubs"
173+ default n
174+ help
175+ Adds security code to generated proxystub.
176+
177+ config BR2_PACKAGE_WPEFRAMEWORK_TOOLS_PROXYSTUB_COHERENCY
178+ bool "Enable coherency checks in proxystubs"
179+ default n
180+ help
181+ Adds coherency checking code to generated proxystubs.
182+
183+ endmenu
184+
169185menu "Platform Device Groups"
170186
171187comment "This should match the groups applied to the respective platforms device resourses."
You can’t perform that action at this time.
0 commit comments