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