nfca_version.c revision 3f0440ad1422eba719428822b970c203bfdd392e
15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)/******************************************************************************
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  Copyright (C) 2012 Broadcom Corporation
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  Licensed under the Apache License, Version 2.0 (the "License");
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  you may not use this file except in compliance with the License.
71320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tucci *  You may obtain a copy of the License at:
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  http://www.apache.org/licenses/LICENSE-2.0
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  Unless required by applicable law or agreed to in writing, software
125821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  distributed under the License is distributed on an "AS IS" BASIS,
13b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles) *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
145821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  See the License for the specific language governing permissions and
155821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *  limitations under the License.
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) *
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles) ******************************************************************************/
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#include "bt_types.h"
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const UINT8 nfca_version_string[] = "NFCDROID_MI_422_10.0.4";
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)/*
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// The following string should be manually updated to contain the
24b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)// label of the NFA version being used (see stack-info.txt).
25b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)//
26b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)// NOTE: IF additional branches are used add a "+" at the end of the string
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)*/
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const UINT8 nfa_version_string[] =  "NFA_MI_1.03.57+";
29b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)