default n if !(TBB_ENABLE_EFL && TBB_ENABLE_RECORDING && TBB_ENABLE_MM_CONFIG && TBB_ENABLE_BLUETOOTH && TBB_ENABLE_CAMERA \
&& TBB_ENABLE_DALi && TBB_ENABLE_IM)
+config TBB_ENABLE_ZIGBEE
+bool
+select building-blocks-sub2-domain_API-Network-ZigBee
+
if building-blocks-sub1-Preset_boards-ARTIK530
source "board/Config_artik530.in"
endif
help
Packages of Bluetooth Call Audio features for ARTIK530
+
config building-blocks-sub2-Preset_boards-ARTIK530-Camera
bool "ARTIK 530 Camera"
select TBB_ENABLE_CAMERA
help
Packages of Camera HAL and Feature for ARTIK530
+config building-blocks-sub2-Preset_boards-ARTIK530-Camera_Headless
+ bool "ARTIK 530 Camera Headless"
+ select TBB_ENABLE_CAMERA
+ depends on building-blocks-sub2-Preset_boards-ARTIK530-Display_Headless
+ 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
select TBB_ENABLE_WIFI_DIRECT
help
Packages of WifiDirect HAL and Feature for ARTIK530
+
+config building-blocks-sub2-Preset_boards-ARTIK530-ZigBee
+ bool "ARTIK 530 ZigBee"
+ select TBB_ENABLE_ZIGBEE
+ help
+ Packages of ZigBee HAL and Feature for ARTIK530
endmenu
help
Packages of Bluetooth Call Audio features for RPI3
+
config building-blocks-sub2-Preset_boards-RPI3-Camera
bool "RPI3 Camera"
select TBB_ENABLE_CAMERA
help
Packages of Camera HAL and Feature for RPI3
+config building-blocks-sub2-Preset_boards-RPI3-Camera_Headless
+ bool "RPI3 Camera Headless"
+ select TBB_ENABLE_CAMERA
+ depends on building-blocks-sub2-Preset_boards-RPI3-Display_Headless
+ help
+ Packages of Camera HAL and Feature for RPI3
+
config building-blocks-sub2-Preset_boards-RPI3-Codec
bool "RPI3 Codec"
select TBB_ENABLE_CODEC
Tizen block set of packages for API sets of domain API-Network-HTTP.
To use this feature, either Data Network or Wi-Fi connection is required.
+config building-blocks-sub2-domain_API-Network-INM
+ bool "INM"
+ select building-blocks-sub2-domain_API-Network-WiFi_Manager
+ help
+ Intelligent Network Monitoring.
+ Tizen block set of packages for API sets of domain API-Network-INM.
+ To use this feature, either Data Network or Wi-Fi connection is required.
+
config building-blocks-sub2-domain_API-Network-MTP
bool "MTP"
help
help
Tizen block set of packages for API sets of domain API-Network-WiFi_Manager.
+config building-blocks-sub2-domain_API-Network-ZigBee
+ bool "ZigBee"
+ depends on TBB_ENABLE_ZIGBEE
+ help
+ Enabling ZigBee Manager and provide to user ZigBee API.
+
config net-config-plugin-headed
bool
default y if(TBB_ENABLE_WIFI && TBB_ENABLE_EFL)
help
No Selection Runtime Information
-config building-blocks-sub2-domain_API-System-Runtime_information
- bool "Runtime Information"
+config building-blocks-sub1-domain_Feature-Resource_manager
+ bool "Runtime Information(Full Featured)"
+ select building-blocks-sub2-domain_API-System-Runtime_Information
help
Runtime Information with full feature
-config building-blocks-sub2-domain_API-System-Runtime_information_Light
+config building-blocks-sub1-domain_Feature-Resource_manager_Light
bool "Runtime Information with light feature"
+ select building-blocks-sub2-domain_API-System-Runtime_Information
help
Runtime Information with light feature
-config building-blocks-sub2-domain_API-System-Runtime_information_Headless
+config building-blocks-sub1-domain_Feature-Resource_manager_Headless
bool "Runtime Information for Headless device"
+ select building-blocks-sub2-domain_API-System-Runtime_Information
help
Runtime Information for Headless device
help
Tizen block set of packages for Group of sub domain USB_Host
+config building-blocks-sub2-domain_API-System-Update_Control
+ bool "Update Control"
+ help
+ Tizen block set of packages for Group of sub domain Update_Control
+
config building-blocks-sub2-domain_API-System-dlog
bool
default y
This block supports Input Method API for starting IME application lifecycle, methods to interact with current UI state of IME, and getting attributesevents.
And a user can manage the installed IMEs in the system.
+config building-blocks-sub2-domain_API-UIX-Multi_assistant
+ bool "Multi Assistant"
+ select building-blocks-sub2-domain_API-Multimedia-Audio_IO
+ depends on TBB_ENABLE_RECORDING
+ help
+ Multi assistant supports various AI assistants on the same time for giving a better usability and provides common interface for making an assistant of multi-assistant framework.
+
config building-blocks-sub2-domain_API-UIX-STT
bool "STT"
select building-blocks-sub2-domain_API-AppFramework-TPK_Installation
# echo "Please execute this program with sudo"
# return 1
#fi
+LAST_P_VER="5.5"
+P_VER_LIST="4.0 5.0 5.5"
if [ "x$TOPDIR" = "x" ]
then
P_VER=$TBB_INFO_PLATFORM_VERSION
P_VER=$P_VER-
-echo $P_VER | grep -q "4.0-$"
-if [ $? != 0 ]
+echo $P_VER | grep -q "${LAST_P_VER}-$"
+if [ $? = 0 ]
then
- echo $P_VER | grep -q "5.0-$"
- if [ $? != 0 ]
+ P_VER=""
+else
+ VALID="0"
+ for PV in $P_VER_LIST
+ do
+ if [ "${PV}-" = "${P_VER}" ]
+ then
+ VALID="1"
+ break
+ fi
+ done
+ if [ $VALID = "0" ]
then
echo "Invalid platform version : $P_VER"
- echo "format is 4.0 or 5.0"
+ echo -n "format : $P_VER_LIST"
exit 2
- else
- P_VER=""
fi
fi
########## function : downlading & update partition ##########
PART_FILE=common-3parts-ramdisk-recovery
-PART_LOC=https://git.tizen.org/cgit/profile/common/meta/plain/partitions/common-3parts-ramdisk-recovery?h=tizen_4.0
+PART_LOC=https://git.tizen.org/cgit/profile/common/meta/plain/partitions/common-3parts-ramdisk-recovery?h=tizen_5.0
download_update_partition() {
if [ ! -e $DOWNDIR/$PART_FILE ]
then
#!/bin/bash
+LATEST_P_VER="5.5"
+
print_usage()
{
echo "Usage : mk_config_from_xml.sh <type>"
source $INFO_DIR/.info_list.txt
fi
-if [ $TBB_INFO_PLATFORM_VERSION = "5.0" ]
+if [ $TBB_INFO_PLATFORM_VERSION = $LATEST_P_VER ]
then
P_VER=""
else