TVSetting HAL 0.2.0
 
Loading...
Searching...
No Matches
bl_table.h
Go to the documentation of this file.
1/*
2* If not stated otherwise in this file or this component's LICENSE file the
3* following copyright and licenses apply:
4*
5* Copyright 2016 RDK Management
6*
7* Licensed under the Apache License, Version 2.0 (the "License");
8* you may not use this file except in compliance with the License.
9* You may obtain a copy of the License at
10*
11* http://www.apache.org/licenses/LICENSE-2.0
12*
13* Unless required by applicable law or agreed to in writing, software
14* distributed under the License is distributed on an "AS IS" BASIS,
15* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16* See the License for the specific language governing permissions and
17* limitations under the License.
18*/
19
20/**
21 * @addtogroup HPK Hardware Porting Kit
22 * @{
23 * @par The Hardware Porting Kit
24 * HPK is the next evolution of the well-defined Hardware Abstraction Layer
25 * (HAL), but augmented with more comprehensive documentation and test suites
26 * that OEM or SOC vendors can use to self-certify their ports before taking
27 * them to RDKM for validation or to an operator for final integration and
28 * deployment. The Hardware Porting Kit effectively enables an OEM and/or SOC
29 * vendor to self-certify their own Video Accelerator devices, with minimal RDKM
30 * assistance.
31 *
32 */
33
34/**
35 * @addtogroup BL_Table BL Table Module
36 * @{
37 */
38
39
40/**
41* @addtogroup BL_Table_HAL BL Table HAL
42* @{
43*/
44
45/**
46* @defgroup BL_Table_H BL Table Header
47* @{
48*/
49
50#ifndef __BL_TABLE_INFO_H
51#define __BL_TABLE_INFO_H
52#define BACKLIGHT_FILE_NAME "backlight_values.ini"
53const int defaultSDR = 50;
54const int defaultHDR = 100;
55#endif /*__BL_TABLE_INFO_H */
56
57/** @} */ // End of BL_Table_H
58/** @} */ // End of BL_Table_HAL
59/** @} */ // End of BL_Table
60/** @} */ // End of HPK
const int defaultSDR
Definition bl_table.h:53
const int defaultHDR
Definition bl_table.h:54