16 lines
		
	
	
		
			325 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			325 B
		
	
	
	
		
			C
		
	
	
	
| /*
 | |
|  * (C) Copyright 2012 Samsung Electronics
 | |
|  * Donghwa Lee <dh09.lee@samsung.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier:	GPL-2.0+
 | |
|  */
 | |
| 
 | |
| #ifndef _TIZEN_HD_LOGO_DATA_H_
 | |
| #define _TIZEN_HD_LOGO_DATA_H_
 | |
| 
 | |
| #define TIZEN_HD_LOGO_WIDTH		520
 | |
| #define	TIZEN_HD_LOGO_HEIGHT		120
 | |
| #define	TIZEN_HD_LOGO_BPP		32
 | |
| 
 | |
| #endif	/* _TIZEN_HD_LOGO_DATA_H_ */
 |