[Feature]add MT2731_MP2_MR2_SVN388 baseline version

Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/connectivity/libipsecims/setkey_xfrm_parse.h b/src/connectivity/libipsecims/setkey_xfrm_parse.h
new file mode 100644
index 0000000..0ce4635
--- /dev/null
+++ b/src/connectivity/libipsecims/setkey_xfrm_parse.h
@@ -0,0 +1,32 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <ctype.h>
+#include <unistd.h>
+#include <errno.h>
+#include <netdb.h>
+#include <fcntl.h>
+#include <dirent.h>
+#include <time.h>
+#include <linux/capability.h>
+#include <linux/ipsec.h>
+#include <sys/capability.h>
+#include <cutils/properties.h>
+#include "utils_xfrm.h"
+
+struct typeent {
+	const char *t_name;
+	int t_type;
+};
+
+
+
+extern int xfrm_xfrmproto_getbyname(char *name);
+extern int xfrm_id_parse(xfrm_address_t *saddr_xfrm, struct xfrm_id *id, __u16 *family,
+		 char * src,char * dst,char * ipsec_type);
+extern int xfrm_algo_parse(struct xfrm_algo *alg, char *name, char *key, char *buf, int max);
+extern __u8 xfrm_dir_parse(char * dir_str);
+extern int xfrm_mode_parse(__u8 *mode, char * mode_str);
+extern void xfrm_selector_parse(struct xfrm_selector *sel, char * src,char * dst,enum PROTOCOL_TYPE protocol,char * src_port,char * dst_port);
+extern void xfrm_encry_algo_parse(char * encry_src, char *name);
+extern void xfrm_interg_algo_parse(char * interg_src, char *name);