rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_LIST = protocol/smt/uesim_lte/usim_nw/UsimBchCctrchUeSim.c \ |
| 3 | protocol/smt/uesim_lte/usim_nw/UsimCctrchUeSim.c \ |
| 4 | protocol/smt/uesim_lte/usim_nw/UsimCmmn.h \ |
| 5 | protocol/smt/uesim_lte/usim_nw/UsimDfn.h \ |
| 6 | protocol/smt/uesim_lte/usim_nw/UsimDump_UL1C.h \ |
| 7 | protocol/smt/uesim_lte/usim_nw/UsimFnct.h \ |
| 8 | protocol/smt/uesim_lte/usim_nw/UsimFnctStub.c \ |
| 9 | protocol/smt/uesim_lte/usim_nw/UsimMisc.c \ |
| 10 | protocol/smt/uesim_lte/usim_nw/UsimScnnr.c \ |
| 11 | protocol/smt/uesim_lte/usim_nw/UsimScnnr_UL1C.h \ |
| 12 | protocol/smt/uesim_lte/usim_nw/UsimTypes.h \ |
| 13 | protocol/smt/uesim_lte/usim_nw/UsimUlCctrchUeSim.c \ |
| 14 | protocol/smt/uesim_lte/usim_nw/UsimUtil.c |
| 15 | |
| 16 | # Define include path lists to INC_DIR |
| 17 | INC_DIR = protocol/smt/uesim_lte/xsim_framework/generic/intf \ |
| 18 | protocol/smt/uesim_lte/usim_nw \ |
| 19 | protocol/smt/uesim_lte/usim_hw \ |
| 20 | l1/gl1/common \ |
| 21 | l1/gl1/interface \ |
| 22 | l1/gl1/l1c \ |
| 23 | l1/gl1/l1d \ |
| 24 | l1/gl1/l1d_ext \ |
| 25 | interface/protocol/gas \ |
| 26 | interface/l1/ul1 \ |
| 27 | l1/interface/el1 \ |
| 28 | l1/ul1/common \ |
| 29 | l1/md_sm/l1sm \ |
| 30 | l1/md_sm/common/l1sm |
| 31 | |
| 32 | # Define the specified compile options to COMP_DEFS |
| 33 | COMP_DEFS = __ESIM_3G_HWSIM_DATA_PATH_ENABLE__ \ |
| 34 | __ESIM_3G_HWSIM_ASSERT_DISABLE__ \ |
| 35 | INTEGER_SIM_TIME \ |
| 36 | L1_SIM \ |
| 37 | L1D_SIM \ |
| 38 | REG_MAY_NOT_EXIST \ |
| 39 | AFC_13bit \ |
| 40 | CH_RF_TEST \ |
| 41 | __HYPER_SLEEP_MODE_CHIP__ \ |
| 42 | USE_WAKEUP_INT \ |
| 43 | MEM_CHECK_ON \ |
| 44 | __HSPA_PLUS_SIM__ \ |
| 45 | MT6326 \ |
| 46 | TRACING_SUPPORT |
| 47 | |
| 48 | # Define the source file search paths to SRC_PATH |
| 49 | SRC_PATH = protocol/smt/uesim_lte/usim_nw |