Skip to content

Commit

Permalink
[settings] Remove gconf references from key names. MER#1554
Browse files Browse the repository at this point in the history
Use MCE_SETTING prefix for key name macros and MCE_DEFAULT prefix for
key default values.

Also fix changed headers so that:
- Reserved names are not used for multiple inclusion protection
- Unneeded C++ preprocess hacks are removed
- Indentation of macros is unified

No functional changes.
  • Loading branch information
spiiroin committed Mar 31, 2016
1 parent fbbad5d commit eec0197
Show file tree
Hide file tree
Showing 26 changed files with 1,584 additions and 1,524 deletions.
12 changes: 12 additions & 0 deletions .depend
Expand Up @@ -616,6 +616,7 @@ modules/display.o:\
mce.h\
tklock.h\
modules/display.h\
modules/powersavemode.h\

modules/display.pic.o:\
modules/display.c\
Expand All @@ -637,6 +638,7 @@ modules/display.pic.o:\
mce.h\
tklock.h\
modules/display.h\
modules/powersavemode.h\

modules/doubletap.o:\
modules/doubletap.c\
Expand Down Expand Up @@ -975,6 +977,7 @@ tests/ut/ut_display.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display.pic.o:\
Expand All @@ -998,6 +1001,7 @@ tests/ut/ut_display.pic.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_blanking_inhibit.o:\
Expand All @@ -1022,6 +1026,7 @@ tests/ut/ut_display_blanking_inhibit.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_blanking_inhibit.pic.o:\
Expand All @@ -1046,6 +1051,7 @@ tests/ut/ut_display_blanking_inhibit.pic.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_conf.o:\
Expand All @@ -1070,6 +1076,7 @@ tests/ut/ut_display_conf.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_conf.pic.o:\
Expand All @@ -1094,6 +1101,7 @@ tests/ut/ut_display_conf.pic.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_filter.o:\
Expand All @@ -1118,6 +1126,7 @@ tests/ut/ut_display_filter.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_filter.pic.o:\
Expand All @@ -1142,6 +1151,7 @@ tests/ut/ut_display_filter.pic.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_stm.o:\
Expand All @@ -1166,6 +1176,7 @@ tests/ut/ut_display_stm.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tests/ut/ut_display_stm.pic.o:\
Expand All @@ -1190,6 +1201,7 @@ tests/ut/ut_display_stm.pic.o:\
tklock.h\
modules/display.c\
modules/display.h\
modules/powersavemode.h\
tests/ut/common.h\

tklock.o:\
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -562,6 +562,7 @@ NORMALIZE_USES_SPC =\
modules/camera.h\
modules/cpu-keepalive.c\
modules/display.c\
modules/display.h\
modules/display.dot\
modules/doubletap.c\
modules/doubletap.h\
Expand All @@ -573,6 +574,7 @@ NORMALIZE_USES_SPC =\
modules/memnotify.h\
modules/packagekit.c\
modules/powersavemode.h\
modules/proximity.h\
modules/radiostates.h\
modules/sensor-gestures.c\
modules/usbmode.c\
Expand Down Expand Up @@ -615,13 +617,11 @@ NORMALIZE_USES_TAB =\
modetransition.c\
modules/battery-bme.c\
modules/camera.c\
modules/display.h\
modules/keypad.c\
modules/led.c\
modules/led.h\
modules/powersavemode.c\
modules/proximity.c\
modules/proximity.h\
modules/radiostates.c\
systemui/tklock-dbus-names.h\

Expand Down

0 comments on commit eec0197

Please sign in to comment.