# HG changeset patch # User Space Falcon # Date 1428219078 0 # Node ID 4c476f4254c4d54921c018a52732731761708686 # Parent d3538ac6e32106b10b9b9eda5f8a86c3ed048f99 aci: psa_sat?.c done diff -r d3538ac6e321 -r 4c476f4254c4 gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:23:05 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 07:31:18 2015 +0000 @@ -21,7 +21,7 @@ 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_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o all: ${OBJS} diff -r d3538ac6e321 -r 4c476f4254c4 gsm-fw/g23m-aci/aci/psa_satf.c --- a/gsm-fw/g23m-aci/aci/psa_satf.c Sun Apr 05 07:23:05 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_satf.c Sun Apr 05 07:31:18 2015 +0000 @@ -19,6 +19,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef SIM_TOOLKIT #ifndef PSA_SATF_C diff -r d3538ac6e321 -r 4c476f4254c4 gsm-fw/g23m-aci/aci/psa_satp.c --- a/gsm-fw/g23m-aci/aci/psa_satp.c Sun Apr 05 07:23:05 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_satp.c Sun Apr 05 07:31:18 2015 +0000 @@ -20,6 +20,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef SIM_TOOLKIT #ifndef PSA_SATP_C diff -r d3538ac6e321 -r 4c476f4254c4 gsm-fw/g23m-aci/aci/psa_sats.c --- a/gsm-fw/g23m-aci/aci/psa_sats.c Sun Apr 05 07:23:05 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/psa_sats.c Sun Apr 05 07:31:18 2015 +0000 @@ -20,6 +20,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef SIM_TOOLKIT #ifndef PSA_SATS_C