[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit

Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/cp/ps/amt/modem/inc/amt_baseband.h b/cp/ps/amt/modem/inc/amt_baseband.h
new file mode 100644
index 0000000..d16f0b1
--- /dev/null
+++ b/cp/ps/amt/modem/inc/amt_baseband.h
@@ -0,0 +1,52 @@
+/**

+ * 

+ * @file      amt_baseband.h

+ * @brief     

+ *            This file is part of FTM.

+ *            AMT¹¤¾ßUE²à´úÀíÄ£¿é

+ *            

+ * @details   

+ * @author    Tools Team.

+ * @email     

+ * @copyright Copyright (C) 2013 Sanechips Technology Co., Ltd.

+ * @warning   

+ * @date      2019/02/02

+ * @version   1.1

+ * @pre       

+ * @post      

+ *            

+ * @par       

+ * Change History :

+ * ---------------------------------------------------------------------------

+ * date        version  author         description

+ * ---------------------------------------------------------------------------

+ * 2016/12/12  1.0      lu.xieji       Create file

+ * 2019/02/02  1.1      jiang.fenglin  ÐÞ¸Ä×¢ÊÍ·½Ê½Îªdoxygen

+ * ---------------------------------------------------------------------------

+ * 

+ * 

+ */

+

+#ifndef _AMT_BASEBAND_H

+#define _AMT_BASEBAND_H

+

+

+// Message ID

+#define MSG_TEST_SIM            (0xE4)

+

+#define MSG_CUSTOM_START        (0x8000)

+#define MSG_CUSTOM_END          (0xFFFF)

+

+/**

+ * @brief ´´½¨AMT»ØÓ¦ÏûÏ¢£¬²¢·¢ËÍ

+ * @param[in] msg_id ÏûÏ¢ID

+ * @param[in] buf ÏûÏ¢ÌåÖ¸Õë

+ * @param[in] buf_len ÏûÏ¢Ì峤¶È

+ * @return N/A

+ * @note

+ * @see 

+ */

+extern void AmtAgent_CreateResponse(unsigned int msg_id, unsigned char* buf, unsigned int buf_len);

+

+#endif

+