source: svn/trunk/newcon3bcm2_21bu/dta/src/dcc/include/bdcc_cfg.h

Last change on this file was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 1.4 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2002-2006, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile: bdcc_cfg.h $
11 * $brcm_Revision: 3 $
12 * $brcm_Date: 8/3/06 12:07p $
13 *
14 * Module Description:
15 *      A common Private header for internal use of all bdcc708 files.
16 *
17 * Revision History:
18 *
19 * $brcm_Log: /BSEAV/lib/ccgfx/include/bdcc_cfg.h $
20 *
21 * 3   8/3/06 12:07p btosi
22 * PR22275: cleaned up the flashing implementation which uses two
23 * surfaces, i.e. FLASH_BY_2SURFACES
24 *
25 * 2   7/7/06 12:30p btosi
26 * PR22275: disable "FLASH_BY_2SURFACES" until it is working
27 *
28 * 2   7/7/06 11:57a btosi
29 * PR22275: disable "FLASH_BY_2SURFACES" until it is working
30 *
31 * 2   7/7/06 11:56a btosi
32 * PR22275: disable "FLASH_BY_2SURFACES" until it is working
33 *
34 * 1   3/17/05 6:20p shyam
35 * PR 8365 : Add other sub-modules of ccgfx
36 *
37 ***************************************************************************/
38
39
40#ifndef BDCC_CFG_H
41#define BDCC_CFG_H
42
43#define FLASH_BY_RERENDER                       0
44#define FLASH_BY_2SURFACES                      0
45#define CREATE_ONLY_VISIBLE_WINDOWS     0
46
47#endif /* BDCC_CFG_H */
48
49/* End Of File */
Note: See TracBrowser for help on using the repository browser.