comparison g23m/condat/ms/src/bmi/MmiVersion.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1
2 #ifndef _DEF_MMI_VERSION_H_
3 #define _DEF_MMI_VERSION_H_
4 /*******************************************************************************
5
6 CONDAT (UK)
7
8 ********************************************************************************
9
10 This software product is the property of Condat (UK) Ltd and may not be
11 disclosed to any third party without the express permission of the owner.
12
13 ********************************************************************************
14
15 $Project name: Basic MMI
16 $Project code: BMI (6349)
17 $Module: MMI
18 $File: MmiVersion.h
19 $Revision: 1.0
20
21 $Author: Condat(UK)
22 $Date: 25/10/00
23
24 ********************************************************************************
25
26 Description:
27
28
29
30
31 ********************************************************************************
32
33 $History: MmiVersion.h
34
35 25/10/00 Original Condat(UK) BMI version.
36
37 $End
38
39 *******************************************************************************/
40
41
42 /****************************************************************************************
43 *
44 * These strings are set during compile time and describe the current version
45 *
46 ****************************************************************************************
47 */
48 #ifdef BUSER
49 #define BUILD_USER BUSER
50 #else
51 #define BUILD_USER "UNKNOWN"
52 #endif
53
54 #ifdef BTIME
55 #define BUILD_TIME BTIME
56 #else
57 #define BUILD_TIME "UNKNOWN"
58 #endif
59
60 #ifdef BDATE
61 #define BUILD_DATE BDATE
62 #else
63 #define BUILD_DATE "UNKNOWN"
64 #endif
65
66 #endif //_DEF_MMI_VERSION_H_