/*! * * 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.h * \date 1/2/2020 * \author Behrouz NematiPour * */ #pragma once /*! * Contains the shared constants between storage classes. */ namespace Storage { // USB extern const char *USB_Mount_Point; extern const char *USB_File_System; // Log extern const char *Log_Base_Path_Name ; extern const char *Log_Base_Path_Name_Location; extern const char *Log_File_Name ; }