summaryrefslogtreecommitdiff
path: root/domain_api/Config_appfw.in
blob: 8b85776a1ecd2c18eff3b5df3af005fff5687167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
menu "Application Framework Native API"
config building-blocks-sub2-domain_API-AppFramework-Alarm_API
	bool "Alarm API"
	help
		This block supports alarm API

config building-blocks-sub2-domain_API-AppFramework-Attach_Panel
	bool "Attach Panel"
	depends on building-blocks-sub2-domain_API-AppFramework-Native_EFL_UI_app_model
	depends on building-blocks-sub2-domain_API-Multimedia-Camera
	depends on building-blocks-sub2-domain_API-Multimedia-Recorder
	depends on building-blocks-sub2-domain_API-System-Device_Callback
	depends on building-blocks-sub2-domain_API-System-Storage
	help
		Attach panel provides functions to attach images, voices, contacts, events and files.
		User can attach images, take pictures, record voice and select files to attach into the caller app.

config building-blocks-sub2-domain_API-AppFramework-Badge_API
	bool "Badge API"
	help
	This block supports badge API

config building-blocks-sub2-domain_API-AppFramework-Data_Control_API
	bool "Data Control API"
	help
		This block supports data control API

config building-blocks-sub2-domain_API-AppFramework-Event_API
	bool "App Event API"
	help
		This block supports system event listening for applications.
		It also supports event broadcasting among applications.

config building-blocks-sub2-domain_API-AppFramework-External_Storage_Installation
	bool "Package management in external SD card"
	help
		This block supports package management in external storage SD card

config building-blocks-sub2-domain_API-AppFramework-Media_Key_API
	bool "Media Key API"
	depends on building-blocks-sub2-domain_API-UI-Display_Server
	help
		This block supports media key API

config building-blocks-sub2-domain_API-AppFramework-Message_Port_API
	bool "Message Port API"
	help
		This block supports message port API

config building-blocks-sub2-domain_API-AppFramework-Native_EFL_UI_app_model
	bool "Native EFL UI app model"
	depends on TBB_ENABLE_EFL
	help
		This block supports native EFL UI application model

config building-blocks-sub2-domain_API-AppFramework-Native_EFL_Widget_App_Model
	bool "EFL widget app model"
	depends on building-blocks-sub2-domain_API-AppFramework-Native_EFL_UI_app_model
	help
		This block supports native EFL widget app model

config building-blocks-sub2-domain_API-AppFramework-Notification_API
	bool "Notification API"
	help
		This block supports notification API

config building-blocks-sub2-domain_API-AppFramework-Shortcut_API
	bool "Shortcut API"
	help
		This block supports shortcut API

config building-blocks-sub2-domain_API-AppFramework-TPK_Installation
	bool "TPK package management"
	help
		This block supports tpk package management install / uninstall
endmenu