/*******************************************************************************
;*******************************************************************************
;**                                                                           **
;**                  COPYRIGHT 2001-2012 NUANCE COMMUNICATIONS                **
;**                                                                           **
;**               NUANCE COMMUNICATIONS PROPRIETARY INFORMATION               **
;**                                                                           **
;**     This software is supplied under the terms of a license agreement      **
;**     or non-disclosure agreement with Nuance Communications and may not    **
;**     be copied or disclosed except in accordance with the terms of that    **
;**     agreement.                                                            **
;**                                                                           **
;*******************************************************************************
;**                                                                           **
;**     FileName: et9aiptable.c                                               **
;**                                                                           **
;**  Description: This file contains defines that determine the target device **
;**  for an OEM-specific build.                                               **
;**                                                                           **
;*******************************************************************************
;******************************************************************************/


#ifndef _PROJECTBUILD_H_
#define _PROJECTBUILD_H_        1


/*================================================================================= */
/* This section of defines determine whether certain features are (or are not) */
/*   implemented in the Swype algorithm. */
/*================================================================================= */

#define SCOREWORDAPI_BUILD              1

/* Should we define unused functions? */
#define SW_UNUSED                       0

#define DEBUG_ENABLE_STATISTICS         0

/* The specific feature sets enabled for each of the above target devices is determined by: */
/*    Swype/Common/Core/OemBuild.h. */

#endif      /*  !defined(_PROJECTBUILD_H_) */

/* eof */
