# HG changeset patch # User Space Falcon # Date 1428219615 0 # Node ID 47a9c4eadf7fd93e5077679e9dbcc694ed83d1fc # Parent 4c476f4254c4d54921c018a52732731761708686 aci: psa_sim?.c done diff -r 4c476f4254c4 -r 47a9c4eadf7f gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:31:18 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:40:15 2015 +0000 @@ -21,7 +21,8 @@ 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_f.o psa_mmf.o psa_mmif.o psa_mmip.o \ - psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o + psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o psa_simf.o \ + psa_simp.o psa_sims.o all: ${OBJS} diff -r 4c476f4254c4 -r 47a9c4eadf7f gsm-fw/g23m-aci/aci/psa_simf.c --- a/gsm-fw/g23m-aci/aci/psa_simf.c Sun Apr 05 07:31:18 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_simf.c Sun Apr 05 07:40:15 2015 +0000 @@ -23,6 +23,11 @@ #define PSA_SIMF_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #undef TRACING diff -r 4c476f4254c4 -r 47a9c4eadf7f gsm-fw/g23m-aci/aci/psa_simp.c --- a/gsm-fw/g23m-aci/aci/psa_simp.c Sun Apr 05 07:31:18 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_simp.c Sun Apr 05 07:40:15 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_SIMP_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ diff -r 4c476f4254c4 -r 47a9c4eadf7f gsm-fw/g23m-aci/aci/psa_sims.c --- a/gsm-fw/g23m-aci/aci/psa_sims.c Sun Apr 05 07:31:18 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_sims.c Sun Apr 05 07:40:15 2015 +0000 @@ -24,6 +24,11 @@ #define PSA_SIMS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ @@ -76,9 +81,9 @@ /* temporary solution to get ffs.h included without GPRS to be set ! */ #ifdef GPRS -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #else -#include "ffs/ffs.h" +#include "../../services/ffs/ffs.h" #undef GPRS #endif /* GPRS */ #include "ffs_coat.h"