Add ro.hdmi.set_language to HdmiProperties

Change-Id: Ifbf7788a43ed1f9f66b16b969df6bf3ccaf03b03
Merged-In: Ifbf7788a43ed1f9f66b16b969df6bf3ccaf03b03
Test: m PlatformProperties
diff --git a/srcs/android/sysprop/HdmiProperties.sysprop b/srcs/android/sysprop/HdmiProperties.sysprop
index 0e132ee..e78977e 100644
--- a/srcs/android/sysprop/HdmiProperties.sysprop
+++ b/srcs/android/sysprop/HdmiProperties.sysprop
@@ -24,3 +24,12 @@
     access: Readonly
     prop_name: "ro.hdmi.device_type"
 }
+
+# Set this to true to enable 'Set Menu Language' CEC feature.
+prop {
+    api_name: "set_menu_language"
+    type: Boolean
+    scope: Internal
+    access: Readonly
+    prop_name: "ro.hdmi.set_menu_language"
+}
\ No newline at end of file
diff --git a/srcs/api/PlatformProperties-current.txt b/srcs/api/PlatformProperties-current.txt
index 5a9d090..bfb73dd 100644
--- a/srcs/api/PlatformProperties-current.txt
+++ b/srcs/api/PlatformProperties-current.txt
@@ -136,6 +136,11 @@
     scope: Internal
     prop_name: "ro.hdmi.device_type"
   }
+  prop {
+    api_name: "set_menu_language"
+    scope: Internal
+    prop_name: "ro.hdmi.set_menu_language"
+  }
 }
 props {
   module: "android.sysprop.OtaProperties"