comparison gsm-fw/gpf/tst_pei/tst_pei.c @ 324:7228920a0834

gsm-fw/gpf/tst_pei: objects compile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 13 Apr 2014 08:19:38 +0000
parents 5d1e22505446
children 06ab60fec942
comparison
equal deleted inserted replaced
323:d278439e905d 324:7228920a0834
27 27
28 #include <string.h> 28 #include <string.h>
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 31
32 #include "gpfconf.h"
33 #define _FF_RV_EXIST_ 1
34
32 #ifdef _TOOLS_ 35 #ifdef _TOOLS_
33 #include "frame_const.h" 36 #include "frame_const.h"
34 #include <stdlib.h> 37 #include <stdlib.h>
35 #endif /* _TOOLS_ */ 38 #endif /* _TOOLS_ */
36 39
38 #include "printtofile.h" 41 #include "printtofile.h"
39 #endif 42 #endif
40 43
41 #include "typedefs.h" 44 #include "typedefs.h"
42 #include "vsi.h" 45 #include "vsi.h"
43 #include "frame.h" 46 #include "../frame/frame.h"
44 #include "pei.h" 47 #include "pei.h"
45 #include "os.h" 48 #include "os.h"
46 #include "tools.h" 49 #include "tools.h"
47 #include "gdi.h" 50 #include "gdi.h"
48 #include "os.h" 51 #include "os.h"
49 #include "frm_defs.h" 52 #include "frm_defs.h"
50 #include "frm_types.h" 53 #include "frm_types.h"
51 #include "frm_glob.h" 54 #include "frm_glob.h"
52 #include "route.h" 55 #include "../frame/route.h"
53 #include "drvconf.h" 56 #include "drvconf.h"
54 #include "tstdriver.h" 57 #include "tstdriver.h"
55 #include "tstheader.h" 58 #include "tstheader.h"
56 #include "tst_mux.h" 59 #include "tst_mux.h"
57 #include "pcon.h" 60 #include "pcon.h"
63 #ifdef _PSOS_ 66 #ifdef _PSOS_
64 #include "pna.h" 67 #include "pna.h"
65 #endif 68 #endif
66 69
67 #ifdef _FF_RV_EXIST_ 70 #ifdef _FF_RV_EXIST_
68 #include "ffs/ffs_api.h" 71 #include "../../services/ffs/ffs_api.h"
69 #endif 72 #endif
70 73
71 /*==== TYPES ======================================================*/ 74 /*==== TYPES ======================================================*/
72 75
73 #undef VSI_CALLER 76 #undef VSI_CALLER