FreeCalypso > hg > freecalypso-sw
changeset 808:d3538ac6e321
aci: psa_f.c through psa_mmp.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 07:23:05 +0000 |
parents | 1385f2c30ad8 |
children | 4c476f4254c4 |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/psa_f.c gsm-fw/g23m-aci/aci/psa_mmf.c gsm-fw/g23m-aci/aci/psa_mmif.c gsm-fw/g23m-aci/aci/psa_mmip.c gsm-fw/g23m-aci/aci/psa_mmis.c gsm-fw/g23m-aci/aci/psa_mmp.c |
diffstat | 7 files changed, 32 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:23:05 2015 +0000 @@ -20,7 +20,8 @@ cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \ conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o \ line_edit.o line_split.o phb.o \ - psa_ccf.o psa_ccp.o psa_ccs.o + psa_ccf.o psa_ccp.o psa_ccs.o psa_f.o psa_mmf.o psa_mmif.o psa_mmip.o \ + psa_mmis.o psa_mmp.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/psa_f.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_f.c Sun Apr 05 07:23:05 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_F_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/psa_mmf.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_mmf.c Sun Apr 05 07:23:05 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_MMF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #undef TRACING
--- a/gsm-fw/g23m-aci/aci/psa_mmif.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_mmif.c Sun Apr 05 07:23:05 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_MMIF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/psa_mmip.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_mmip.c Sun Apr 05 07:23:05 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_MMIP_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/psa_mmis.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_mmis.c Sun Apr 05 07:23:05 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_MMIS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/
--- a/gsm-fw/g23m-aci/aci/psa_mmp.c Sun Apr 05 07:07:26 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_mmp.c Sun Apr 05 07:23:05 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_MMP_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/