Farnell-Element14 Bologna IOT Team / Mbed OS Smart_bin

Dependencies:   BSP_B-L475E-IOT01 MQTT

Fork of Multiprotocol by Farnell-Element14 Bologna IOT Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers sn_client_config.h Source File

sn_client_config.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  * SPDX-License-Identifier: Apache-2.0
00004  * Licensed under the Apache License, Version 2.0 (the License); you may
00005  * not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  * http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an AS IS BASIS, WITHOUT
00012  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00017 #ifndef SN_CLIENT_CONFIG_H
00018 #define SN_CLIENT_CONFIG_H
00019 
00020 /**
00021 * \brief Configuration options (set of defines and values)
00022 *
00023 *  This lists set of compile-time options that needs to be used to enable
00024 *  or disable features selectively, and set the values for the mandatory
00025 *  parameters.
00026 */
00027 
00028 /**
00029  * \def DISABLE_RESOURCE_TYPE
00030  * \brief For Disabling Resource type
00031  *
00032  */
00033 #undef DISABLE_RESOURCE_TYPE
00034 
00035 /**
00036  * \def DISABLE_INTERFACE_DESCRIPTION
00037  * \brief For Disabling Resource type
00038  *
00039  */
00040 #undef DISABLE_INTERFACE_DESCRIPTION
00041 
00042 #ifdef MBED_CLIENT_USER_CONFIG_FILE
00043 #include MBED_CLIENT_USER_CONFIG_FILE
00044 #endif
00045 
00046 #endif // SN_CONFIG_H