source domain_feature/Config_upgrade.in
source domain_feature/Config_recovery.in
source domain_feature/Config_webapi.in
+source domain_feature/Config_debug_locale.in
endmenu
--- /dev/null
+menu "Tizen Debug tools and Locale"
+config crash-worker
+ bool "crash-worker"
+ help
+ crash-manager
+
+config memps
+ bool "memps"
+ help
+ memps displays information about current memory usage of processes metrics like RSS, PSS, memory map of the process, clean and dirty pages, tmpfs and graphics memory usage information
+
+config psmisc
+ bool "psmisc"
+ help
+ The psmisc package contains utilities for managing processes on your system: pstree, killall and fuser.
+ The pstree command displays a tree structure of all of the running processes on your system.
+ The killall command sends a specified signal SIGTERM if nothing is specified to processes identified by name.
+ The fuser command identifies the PIDs of processes that are using specified files or filesystems.
+
+config glibc-locale
+ bool "glibc-locale"
+ help
+ Locale data for the internationalisation features of the GNU C library
+
+config tizen-locale
+ bool "tizen-locale"
+ help
+ carring locale information for tizen platform
+
+config pam-locale
+ bool "pam-locale"
+ help
+ This package provides translations for package pam
+endmenu