Blame IbAccess/Common/Inc/bldver.h

Packit Service ac7b0b
/* BEGIN_ICS_COPYRIGHT3 ****************************************
Packit Service ac7b0b
Packit Service ac7b0b
Copyright (c) 2015, Intel Corporation
Packit Service ac7b0b
Packit Service ac7b0b
Redistribution and use in source and binary forms, with or without
Packit Service ac7b0b
modification, are permitted provided that the following conditions are met:
Packit Service ac7b0b
Packit Service ac7b0b
    * Redistributions of source code must retain the above copyright notice,
Packit Service ac7b0b
      this list of conditions and the following disclaimer.
Packit Service ac7b0b
    * Redistributions in binary form must reproduce the above copyright
Packit Service ac7b0b
      notice, this list of conditions and the following disclaimer in the
Packit Service ac7b0b
     documentation and/or other materials provided with the distribution.
Packit Service ac7b0b
    * Neither the name of Intel Corporation nor the names of its contributors
Packit Service ac7b0b
      may be used to endorse or promote products derived from this software
Packit Service ac7b0b
      without specific prior written permission.
Packit Service ac7b0b
Packit Service ac7b0b
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Packit Service ac7b0b
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Packit Service ac7b0b
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Packit Service ac7b0b
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
Packit Service ac7b0b
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Packit Service ac7b0b
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Packit Service ac7b0b
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Packit Service ac7b0b
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Packit Service ac7b0b
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Packit Service ac7b0b
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Packit Service ac7b0b
Packit Service ac7b0b
** END_ICS_COPYRIGHT3   ****************************************/
Packit Service ac7b0b
Packit Service ac7b0b
/* [ICS VERSION STRING: unknown] */
Packit Service ac7b0b
Packit Service ac7b0b
#ifndef _IBA_BLD_VER_H_
Packit Service ac7b0b
#define _IBA_BLD_VER_H_
Packit Service ac7b0b
Packit Service ac7b0b
#ifndef VXWORKS
Packit Service ac7b0b
#include "bldver_osd.h"
Packit Service ac7b0b
#else
Packit Service ac7b0b
/* ???? for vxworks ??? */
Packit Service ac7b0b
#endif
Packit Service ac7b0b
Packit Service ac7b0b
/* TBD BUGBUG should use patch_version compatible version strings */
Packit Service ac7b0b
#ifdef MODULEVERSION
Packit Service ac7b0b
#define BLD_VER_STR(a)	#a
Packit Service ac7b0b
#define BLD_VER_STR1(a)	BLD_VER_STR(a)
Packit Service ac7b0b
#if defined(DBG) ||defined( IB_DEBUG)
Packit Service ac7b0b
#define BLD_VERSION_STRING		"debug " BLD_VER_STR1(MODULEVERSION)
Packit Service ac7b0b
#else
Packit Service ac7b0b
#define BLD_VERSION_STRING		BLD_VER_STR1(MODULEVERSION)
Packit Service ac7b0b
#endif
Packit Service ac7b0b
#else
Packit Service ac7b0b
#define BLD_VERSION_STRING		"2.0"
Packit Service ac7b0b
#endif /* MODULEVERSION */
Packit Service ac7b0b
Packit Service ac7b0b
#undef  VER_COMPANYNAME_STR
Packit Service ac7b0b
#define VER_COMPANYNAME_STR		"Intel Corporation"
Packit Service ac7b0b
Packit Service ac7b0b
#define VER_LEGALCOPYRIGHT_YEARS	"2000-2001"
Packit Service ac7b0b
#define VER_LEGALCOPYRIGHT_STR	"Copyright (C) " VER_LEGALCOPYRIGHT_YEARS " " VER_COMPANYNAME_STR
Packit Service ac7b0b
Packit Service ac7b0b
#undef  VER_PRODUCTVERSION_STR
Packit Service ac7b0b
#define VER_PRODUCTVERSION_STR	BLD_VERSION_STRING
Packit Service ac7b0b
/* To be defined in the component's resource file */
Packit Service ac7b0b
#undef VER_PRODUCTNAME_STR
Packit Service ac7b0b
Packit Service ac7b0b
#endif /* _IBA_BLD_VER_H_ */