help
Packages of Camera HAL and Feature for ARTIK530
+config building-blocks-sub2-Preset_boards-ARTIK530-Codec
+ bool "ARTIK 530 Codec"
+ select TBB_ENABLE_CODEC
+ depends on building-blocks-sub2-Preset_boards-ARTIK530-Display || building-blocks-sub2-Preset_boards-ARTIK530-Display_Headless
+ help
+ Packages of Codec HAL and Feature for ARTIK530.
+ If you want to use hardware acceleration, select the required feature
+
config building-blocks-sub2-Preset_boards-ARTIK530-DALi
bool "ARTIK 530 DALi"
select TBB_ENABLE_DALi
help
Packages of Camera HAL and Feature for RPI3
+config building-blocks-sub2-Preset_boards-RPI3-Codec
+ bool "RPI3 Codec"
+ select TBB_ENABLE_CODEC
+ depends on building-blocks-sub2-Preset_boards-RPI3-Display || building-blocks-sub2-Preset_boards-RPI3-Display_Headless
+ help
+ Packages of Codec HAL and Feature for RPI3.
+ If you want to use hardware acceleration, select the required feature
+
config building-blocks-sub2-Preset_boards-RPI3-DALi
bool "RPI3 DALi"
select TBB_ENABLE_DALi
help
This block supports package management in external storage SD card
+config building-blocks-sub2-domain_API-AppFramework-Job_Scheduler_API
+ bool "Job Scheduler API"
+ help
+ This block supports job scheduler API
+
config building-blocks-sub2-domain_API-AppFramework-Media_Key_API
bool "Media Key API"
depends on building-blocks-sub2-domain_API-UI-Display_Server
menu "Context API"
-config building-blocks-sub2-domain_API-Content-Download
+config building-blocks-sub2-domain_API-Context-Activity_Geusture_Recognition
bool "ActivityGesture Recognition"
select building-blocks-sub2-domain_API-System-Sensor_Listener
help
help
Sound_Manager provides functions to get and set of sound parameters such as volume,device and focus operations
+config building-blocks-sub2-domain_API-Multimedia-Sound_Pool
+ bool "Sound_Pool"
+ depends on TBB_ENABLE_AUDIO
+ help
+ Sound_Pool provides functions for easy sound management such as grouping sounds in pools,
+ play, pause, resume, stop operations of sound streams and controlling streampool states
+
config building-blocks-sub2-domain_API-Multimedia-Stream_Recorder
bool "Stream Recorder"
select building-blocks-sub2-domain_API-System-Storage
help
Device API for LED
+config building-blocks-sub2-domain_API-System-Device_Power
+ bool "Power"
+ default n
+ help
+ Device API for Power.
+
endmenu
endif
help
Feedback API support
-choice
-prompt "Runtime Information"
-config TBB_SET_no_runtime_info
- bool "No Selection Runtime Info"
- help
- No Selection Runtime Information
-
-config building-blocks-sub2-domain_API-System-Runtime_information
+config building-blocks-sub2-domain_API-System-Runtime_Information
bool "Runtime Information"
help
- Runtime Information with full feature
-
-config building-blocks-sub2-domain_API-System-Runtime_information_Light
- bool "Runtime Information with light feature"
- help
- Runtime Information with light feature
-
-config building-blocks-sub2-domain_API-System-Runtime_information_Headless
- bool "Runtime Information for Headless device"
- help
- Runtime Information for Headless device
-
-endchoice
+ capi-system-runtime-info provides the current system state.
+ To get the process information, it needs resource manager.
if TBB_ENABLE_SENSOR
menu "Sensor"
2. dali-adaptor-dali-video-player-plugin and Player if you use dali-toolkit::VideoView.
3. dali-extension and dali-extension-key-extension if you want to add custom key map.
+config building-blocks-sub2-domain_API-UI-WidgetViewerDALi
+ bool "WidgetViewerDALi"
+ select building-blocks-sub2-domain_API-UI-DALi
+ depends on TBB_ENABLE_DALi
+ help
+ API for creating a new instance of the widget and managing its life-cycle for widget viewer development.
+ You should consider dali option for screen resolution.
+
config building-blocks-sub2-domain_API-UI-Display_Server
bool "Display Server"
select building-blocks-sub2-domain_API-UI-TBM_Surface
source domain_feature/Config_starter.in
source domain_feature/Config_upgrade.in
source domain_feature/Config_recovery.in
+source domain_feature/Config_res_mgr.in
+source domain_feature/Config_setup.in
source domain_feature/Config_webapi.in
source domain_feature/Config_debug_locale.in
endmenu
--- /dev/null
+choice
+prompt "Resource Manager"
+config building-blocks-sub1-domain_Feature-Resource_manager_Headless
+ bool "For Headless Devices"
+
+config building-blocks-sub1-domain_Feature-Resource_manager_Light
+ bool "For Light-Weight"
+
+config building-blocks-sub1-domain_Feature-Resource_manager
+ bool "Full Featured"
+
+endchoice
+
--- /dev/null
+config building-blocks-sub1-domain_Feature-Setup
+ bool "Tizen Device Setup Feature"
+ help
+ Tizen block set of packages for supporting to setup device auto-configuration especially network.
--- /dev/null
+#!/bin/sh
+BB_LIST=`grep -rn "config " advanced board domain_feature application Config.in domain_api partition preset | grep building-blocks | grep -v building-blocks-root | grep -v building-blocks-sub1-domain_API | awk '{print $2}' | sort`
+
+for ITEM in $BB_LIST
+do
+ echo $ITEM
+done