| /*****************************************************************************/ |
| /* */ |
| /* Name: nfca_version.c */ |
| /* */ |
| /* Description: */ |
| /* NFCA Version string declaration. */ |
| /* */ |
| /* Copyright (c) 2011, Broadcom Corporation, All Rights Reserved. */ |
| /*****************************************************************************/ |
| #include "bt_types.h" |
| |
| const UINT8 nfca_version_string[] = "NFCDROID_MI_422_10.0.4"; |
| |
| /* |
| // The following string should be manually updated to contain the |
| // label of the NFA version being used (see stack-info.txt). |
| // |
| // NOTE: IF additional branches are used add a "+" at the end of the string |
| */ |
| const UINT8 nfa_version_string[] = "NFA_MI_1.03.57+"; |