FreeCalypso > hg > freecalypso-sw
changeset 809:4c476f4254c4
aci: psa_sat?.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 07:31:18 +0000 |
parents | d3538ac6e321 |
children | 47a9c4eadf7f |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/psa_satf.c gsm-fw/g23m-aci/aci/psa_satp.c gsm-fw/g23m-aci/aci/psa_sats.c |
diffstat | 4 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}
--- 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
--- 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
--- 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