summaryrefslogtreecommitdiff
path: root/application/Config_headed_app.in
blob: ba8138143eb8164cfe8b1a496596f3c7541cbba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
menu "Tizen IoT Headed Applications"
	depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED
config org.tizen.setting-profile_common
	bool "Setting App"
	depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED
	help
		Tizen IoT Setting App

config ug-bluetooth-efl
	bool "Bluettoth Setting App"
	select org.tizen.setting-profile_common
	depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED
	help
		Tizen IoT Bluetooth Setting App

config wifi-efl-ug
	bool "WIFI Setting App"
	select org.tizen.setting-profile_common
	depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED
	help
		Tizen IoT WIFI Setting App
endmenu