| # Define source file lists to SRC_LIST |
| SRC_LIST = protocol/smt/uesim_lte/usim_nw/UsimBchCctrchUeSim.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimCctrchUeSim.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimCmmn.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimDfn.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimDump_UL1C.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimFnct.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimFnctStub.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimMisc.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimScnnr.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimScnnr_UL1C.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimTypes.h \ |
| protocol/smt/uesim_lte/usim_nw/UsimUlCctrchUeSim.c \ |
| protocol/smt/uesim_lte/usim_nw/UsimUtil.c |
| |
| # Define include path lists to INC_DIR |
| INC_DIR = protocol/smt/uesim_lte/xsim_framework/generic/intf \ |
| protocol/smt/uesim_lte/usim_nw \ |
| protocol/smt/uesim_lte/usim_hw \ |
| l1/gl1/common \ |
| l1/gl1/interface \ |
| l1/gl1/l1c \ |
| l1/gl1/l1d \ |
| l1/gl1/l1d_ext \ |
| interface/protocol/gas \ |
| interface/l1/ul1 \ |
| l1/interface/el1 \ |
| l1/ul1/common \ |
| l1/md_sm/l1sm \ |
| l1/md_sm/common/l1sm |
| |
| # Define the specified compile options to COMP_DEFS |
| COMP_DEFS = __ESIM_3G_HWSIM_DATA_PATH_ENABLE__ \ |
| __ESIM_3G_HWSIM_ASSERT_DISABLE__ \ |
| INTEGER_SIM_TIME \ |
| L1_SIM \ |
| L1D_SIM \ |
| REG_MAY_NOT_EXIST \ |
| AFC_13bit \ |
| CH_RF_TEST \ |
| __HYPER_SLEEP_MODE_CHIP__ \ |
| USE_WAKEUP_INT \ |
| MEM_CHECK_ON \ |
| __HSPA_PLUS_SIM__ \ |
| MT6326 \ |
| TRACING_SUPPORT |
| |
| # Define the source file search paths to SRC_PATH |
| SRC_PATH = protocol/smt/uesim_lte/usim_nw |