From: wchang kim Date: Fri, 10 Jul 2020 07:06:45 +0000 (+0900) Subject: Added app list X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f98eea69953fcc3d0130695cb266a3b816be494;p=tools%2Ftbb.git Added app list Change-Id: Ifd0c4a6618dee477cae6bc953fc14e145e316b6d --- diff --git a/application/Config_headed_app.in b/application/Config_headed_app.in index ba81381..83f9ee4 100644 --- a/application/Config_headed_app.in +++ b/application/Config_headed_app.in @@ -1,22 +1,118 @@ 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" + +config org.tizen.indicator + bool "Indicator App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Indicator App + +config org.tizen.volume_common + bool "Volume Control App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Volume Control App + +config org.tizen.worldclock-efl + bool "World Clock" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT World Clock App + +config org.tizen.secure-erase + bool "Secure Erase Data App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Secure Erase Data App + +config org.tizen.privacy-setting-profile_iot + bool "Privacy Setting App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Privacy Setting App + +config org.tizen.askuser-popup-profile_iot + bool "Ask User Popup App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Ask User Popup App + +config my-account-profile_mobile + bool "Account Setting App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Account Setting App + +config cert-svc-ui + bool "Certificates Setting App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Certificates Setting App + +config org.tizen.voice-setting + bool "STT / TTS Setting App" depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED help - Tizen IoT Setting App + Tizen IoT STT / TTS Setting App -config ug-bluetooth-efl - bool "Bluettoth Setting App" - select org.tizen.setting-profile_common +config org.tizen.voice-control-panel + bool "Voice Control Panel App" depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED help - Tizen IoT Bluetooth Setting App + Tizen IoT Voice Control Panel App -config wifi-efl-ug - bool "WIFI Setting App" - select org.tizen.setting-profile_common +config org.tizen.music-player_common + bool "Music Player App" depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED help - Tizen IoT WIFI Setting App + Tizen IoT Music Player App + +config org.tizen.gallery_common + bool "Gallery App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Gallery App + +config org.tizen.videos_common + bool "Video Player App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Video Player App + +config org.tizen.image-viewer_common + bool "Image Viewer App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Image Viewer App + +config org.tizen.setting-notification_common + bool "Notification Setting App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Notification Setting App + +config org.tizen.font-viewer + bool "Font Viewer App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Font Viewer App + +config org.tizen.oobe + bool "OOBE App" + depends on (building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED) && TBB_ENABLE_DOTNET + help + Tizen IoT OOBE App + +config org.tizen.wallpaper-ui-service_common + bool "Wallpaper Setting App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Wallpaper Setting App + +config org.tizen.ug-gallery-efl_common + bool "Gallery UI Gadget App" + depends on building-blocks-root-Preset_iot_headed || TBB_ENABLE_HEADED + help + Tizen IoT Gallery UI Gadget App + endmenu