FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiBtipsFtps.c @ 3:67bfe9f274f6
src/ui: import of src/ui3 from Magnetite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:33:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:3a14ee9a9843 | 3:67bfe9f274f6 |
---|---|
1 /* ========================================================= | |
2 | |
3 * Texas Instruments OMAP(TM) Platform Software | |
4 * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. | |
5 * | |
6 * Use of this software is controlled by the terms and conditions found | |
7 * in the license agreement under which this software has been supplied. | |
8 * ========================================================== */ | |
9 /* | |
10 $Project name: Basic Bluetooth MMI | |
11 $Project code: | |
12 $Module: Bluetooth BMG APPlication | |
13 $File: MmiBtipsBmg.c | |
14 $Revision: 1.0 | |
15 $Author: Texas Instruments | |
16 $Date: 26/06/07 | |
17 | |
18 ******************************************************************************** | |
19 | |
20 Description: | |
21 | |
22 This module provides the BTIPS BMG APPlication functionality. | |
23 | |
24 ******************************************************************************** | |
25 $History: MmiBtipsBmg.c | |
26 | |
27 26/06/07 Sasken original version | |
28 | |
29 $End | |
30 | |
31 *******************************************************************************/ | |
32 | |
33 | |
34 | |
35 | |
36 /******************************************************************************* | |
37 | |
38 Include files | |
39 | |
40 *******************************************************************************/ | |
41 | |
42 #define ENTITY_MFW | |
43 | |
44 #include <string.h> | |
45 | |
46 #if defined (NEW_FRAME) | |
47 | |
48 #include "typedefs.h" | |
49 #include "vsi.h" | |
50 #include "pei.h" | |
51 #include "custom.h" | |
52 #include "gsm.h" | |
53 #include "prim.h" | |
54 | |
55 #else | |
56 | |
57 #include "STDDEFS.H" | |
58 #include "custom.h" | |
59 #include "gsm.h" | |
60 #include "vsi.h" | |
61 | |
62 #endif | |
63 | |
64 #ifdef FF_MMI_BTIPS_APP | |
65 | |
66 #endif |