blob: 95e5f827ebba05dffc262d693d69269837fa101c [file] [log] [blame]
Donghwa Lee5a4c59b2012-05-10 12:02:55 +09001/*
2 * (C) Copyright 2012 Samsung Electronics
3 * Donghwa Lee <dh09.lee@samsung.com>
4 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02005 * SPDX-License-Identifier: GPL-2.0+
Donghwa Lee5a4c59b2012-05-10 12:02:55 +09006 */
7
8#ifndef _TIZEN_HD_LOGO_DATA_H_
9#define _TIZEN_HD_LOGO_DATA_H_
10
11#define TIZEN_HD_LOGO_WIDTH 520
12#define TIZEN_HD_LOGO_HEIGHT 120
13#define TIZEN_HD_LOGO_BPP 32
14
15#endif /* _TIZEN_HD_LOGO_DATA_H_ */