blob: 9dcc5bf9fb75f390b42dac5625e0eddc09e71bd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
menu "Web API"
config building-blocks-sub2-domain_API-Web-WebView
bool "WebView"
select building-blocks-sub2-domain_API-UI-Display_Server
select building-blocks-sub2-domain_API-UI-FontConfig
depends on TBB_ENABLE_EFL
help
The WebView API provides functions to display web pages and control web pages.
config building-blocks-sub2-domain_API-Web-json_Glib
bool
default y if building-blocks-root-Preset_iot_core
help
Library for JavaScript Object Notation format
endmenu
|