sm7325-common: Decommonize hardware config keys

Signed-off-by: sb6596 <shubhamprince111@gmail.com>
Change-Id: Ie0e93de1817c69d214f8a2f0e99a22f24001c55b
This commit is contained in:
sb6596 2022-09-05 17:39:36 +00:00 committed by Marc Bourgoin
parent e132be9416
commit b106d07256

View File

@ -16,34 +16,6 @@
limitations under the License. limitations under the License.
--> -->
<resources> <resources>
<!-- Hardware keys present on the device, stored as a bit field.
This integer should equal the sum of the corresponding value for each
of the following keys present:
1 - Home
2 - Back
4 - Menu
8 - Assistant (search)
16 - App switch
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareKeys">72</integer>
<!-- Hardware keys present on the device with the ability to wake, stored as a bit field.
This integer should equal the sum of the corresponding value for each
of the following keys present:
1 - Home
2 - Back
4 - Menu
8 - Assistant (search)
16 - App switch
32 - Camera
64 - Volume rocker
For example, a device with Home, Back and Menu keys would set this
config to 7. -->
<integer name="config_deviceHardwareWakeKeys">72</integer>
<!-- Whether device has screen with higher aspect ratio --> <!-- Whether device has screen with higher aspect ratio -->
<bool name="config_haveHigherAspectRatioScreen">true</bool> <bool name="config_haveHigherAspectRatioScreen">true</bool>