[Feature][T800][ZK][task-view-77] remove src/telephonyware directory and add
recipe-telephonyware link file from ZK branch -fix compile error
Only Configure: No
Affected branch: ZK-first-oem-release
Affected module: RIL
Is it affected on both ZXIC and MTK: only MTK
Self-test: yes
Doc Update: yes
Change-Id: I21efb9458f117f06fec3be9b31b662c415ca9474
diff --git a/meta/meta-mediatek-mt2735/conf/machine/auto2735evb-ivt-base.conf b/meta/meta-mediatek-mt2735/conf/machine/auto2735evb-ivt-base.conf
index 31263c6..842a202 100755
--- a/meta/meta-mediatek-mt2735/conf/machine/auto2735evb-ivt-base.conf
+++ b/meta/meta-mediatek-mt2735/conf/machine/auto2735evb-ivt-base.conf
@@ -159,8 +159,8 @@
# MIPC
MIPC_MODEM_PROJECT = "mt2735_ivt_nlwg_wide_temp"
-MIPC_INT = "${TOPDIR}/../src/telephonyware/3.0/mipc_internal"
-MIPC_REL = "${TOPDIR}/../src/telephonyware/3.0/mipc"
+MIPC_INT = "${TOPDIR}/../LYNQ_PUBLIC/IC_src/mtk/telephonyware/3.0/mipc_internal"
+MIPC_REL = "${TOPDIR}/../LYNQ_PUBLIC/IC_src/mtk/telephonyware/3.0/mipc"
MIPC_INT_EXIST = "${@ os.path.exists('${MIPC_INT}')}"
MIPC_DIR = "${@'${MIPC_INT}/${MIPC_MODEM_PROJECT}' if ${MIPC_INT_EXIST} == True else '${MIPC_REL}/${MIPC_MODEM_PROJECT}_custom'}"