Adding a bb - debug and locale. 62/164362/1
authorwchang kim <wchang.kim@samsung.com>
Tue, 19 Dec 2017 01:28:17 +0000 (10:28 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 19 Dec 2017 01:28:17 +0000 (10:28 +0900)
Change-Id: I3b2b663d8159cf9bc0bfe9098533d5ad6a85f14c

domain_feature/Config.in
domain_feature/Config_debug_locale.in [new file with mode: 0644]

index c5a6b167b01a1d4894e06ab5039569c54bb95df4..79272f73b7e669ee1a588531664325d5195c79dd 100644 (file)
@@ -6,4 +6,5 @@ source domain_feature/Config_starter.in
 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
diff --git a/domain_feature/Config_debug_locale.in b/domain_feature/Config_debug_locale.in
new file mode 100644 (file)
index 0000000..512d441
--- /dev/null
@@ -0,0 +1,34 @@
+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