# HG changeset patch # User Space Falcon # Date 1428218585 0 # Node ID d3538ac6e32106b10b9b9eda5f8a86c3ed048f99 # Parent 1385f2c30ad85dbc2f831a5db2b7d661e3c7067c aci: psa_f.c through psa_mmp.c done diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/Makefile --- 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} diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_f.c --- 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 ===================================================*/ diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_mmf.c --- 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 diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_mmif.c --- 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 ===================================================*/ diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_mmip.c --- 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 ===================================================*/ diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_mmis.c --- 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 ===================================================*/ diff -r 1385f2c30ad8 -r d3538ac6e321 gsm-fw/g23m-aci/aci/psa_mmp.c --- 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 ===================================================*/