#!/bin/sh ########################################################################### # # Copyright (c) 2021-2023 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # # @file _variables_ # # @author (last) Behrouz NematiPour # @date (last) 15-Jan-2025 # @author (original) Behrouz NematiPour # @date (original) 15-Jan-2025 # ############################################################################ # Description # Definition of all the global variables # Parameters # No specific parameter # Retruns # No specific response # Considerations # This gloval variables are different than the error varables and shall not be combinled. # For error definitions use the _errors_ file. # sources # variables BRIGHTNESS_SYSFS="/sys/class/backlight/lvds_backlight/brightness"