#!/bin/sh -efu

# Do not use auto back light by default
AUTO_BACKLIGHT=0

# Default sensord configuration file
SENSORD_CONF=/etc/sensorfw/sensord.conf

# Reset platform name by default
PLATFORM_NAME=

export SENSORD_CONF
export PLATFORM_NAME
export SENSORD_ARGS=" -c=$SENSORD_CONF"
