Home | History | Annotate | Download | only in src
      1 /*****************************************************************************/
      2 /*                                                                           */
      3 /*  Name:          nfca_version.c                                             */
      4 /*                                                                           */
      5 /*  Description:                                                             */
      6 /*      NFCA Version string declaration.                                      */
      7 /*                                                                           */
      8 /*  Copyright (c) 2011, Broadcom Corporation, All Rights Reserved.           */
      9 /*****************************************************************************/
     10 #include "bt_types.h"
     11 
     12 const UINT8 nfca_version_string[] = "NFCDROID_MI_422_10.0.4";
     13 
     14 /*
     15 // The following string should be manually updated to contain the
     16 // label of the NFA version being used (see stack-info.txt).
     17 //
     18 // NOTE: IF additional branches are used add a "+" at the end of the string
     19 */
     20 const UINT8 nfa_version_string[] =  "NFA_MI_1.03.57+";
     21