/*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * 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 storageglobals.cpp * \date 1/2/2020 * \author Behrouz NematiPour * */ #include "storageglobals.h" namespace Storage { // USB const char *USB_Mount_Point = "/media/usb/"; const char *USB_File_System = "vfat"; // Log const char *Log_Base_Path_Name = "/media/sd-card/"; const char *Log_Base_Path_Name_Location = "/media/sd-card/log/"; const char *Log_File_Name = "denali.log"; }