613b458d6a6657fc7da988771de44de3311f75f0
[apps/agl-service-unicens.git] / ucs2-lib / _cfg / ucs_xrm_cfg.h
1 /*------------------------------------------------------------------------------------------------*/
2 /* UNICENS V2.1.0-3491                                                                            */
3 /* Copyright (c) 2017 Microchip Technology Germany II GmbH & Co. KG.                              */
4 /*                                                                                                */
5 /* This program is free software: you can redistribute it and/or modify                           */
6 /* it under the terms of the GNU General Public License as published by                           */
7 /* the Free Software Foundation, either version 2 of the License, or                              */
8 /* (at your option) any later version.                                                            */
9 /*                                                                                                */
10 /* This program is distributed in the hope that it will be useful,                                */
11 /* but WITHOUT ANY WARRANTY; without even the implied warranty of                                 */
12 /* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                  */
13 /* GNU General Public License for more details.                                                   */
14 /*                                                                                                */
15 /* You should have received a copy of the GNU General Public License                              */
16 /* along with this program.  If not, see <http://www.gnu.org/licenses/>.                          */
17 /*                                                                                                */
18 /* You may also obtain this software under a propriety license from Microchip.                    */
19 /* Please contact Microchip for further information.                                              */
20 /*------------------------------------------------------------------------------------------------*/
21
22 /*!
23  * \file
24  * \brief Configuration header file of the Extended Resource Manager (XRM).
25  */
26
27 #ifndef UCS_XRM_CFG_H
28 #define UCS_XRM_CFG_H
29
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #endif
34
35 /*------------------------------------------------------------------------------------------------*/
36 /* Definitions                                                                                    */
37 /*------------------------------------------------------------------------------------------------*/
38 /* Defines the number of jobs executed by the Extended Resource Manager. Valid range: 1..254. 
39  * Default value: 1.
40  */
41 /* #define UCS_XRM_NUM_JOBS             1 */
42
43 /* Defines the number of required resources. This value depends on the created resource objects 
44  * associated with the jobs that are executed by the Extended Resource Manager. 
45  * Valid range: 1..254.  Default value: 8.
46  */
47 /* #define UCS_XRM_NUM_RESOURCES        8 */
48
49 #ifdef __cplusplus
50 }   /* extern "C" */
51 #endif
52
53 #endif  /* #ifndef UCS_XRM_CFG_H */
54
55 /*------------------------------------------------------------------------------------------------*/
56 /* End of file                                                                                    */
57 /*------------------------------------------------------------------------------------------------*/
58