sdm: add property for anti-aging testing
Add a property to allow user to enable accelerated aging.
Change-Id: Ibe745cf51a5db73948ec25e19a076642839da713
diff --git a/include/display_properties.h b/include/display_properties.h
index 80197b2..cfc1508 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -154,6 +154,7 @@
#define DEMURA_SECONDARY_PANEL_OVERRIDE_HIGH DISPLAY_PROP("demura_secondary_panel_override_high")
// Panel Feature DemuraTn Properties
#define ENABLE_ANTI_AGING DISPLAY_PROP("enable_antiaging")
+#define ENABLE_ACCELERATED_AGING DISPLAY_PROP("enable_accelerated_aging")
#define ANTI_AGING_SHORT_TIMER DISPLAY_PROP("demura_short_timer")
#define ANTI_AGING_LONG_TIMER DISPLAY_PROP("demura_long_timer")
#define ANTI_AGING_RECALIB_TIMER DISPLAY_PROP("demura_recalib_timer")