zte's code,first commit
Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/cp/ps/driver/inc/ref/drvs_uicc_ref.h b/cp/ps/driver/inc/ref/drvs_uicc_ref.h
new file mode 100644
index 0000000..e3e0990
--- /dev/null
+++ b/cp/ps/driver/inc/ref/drvs_uicc_ref.h
@@ -0,0 +1,83 @@
+/*******************************************************************************
+ * Copyright (C) 2007, ZTE Corporation.
+ *
+ * File Name: drvs_uicc_ref.h
+ * File Mark:
+ * Description:
+ * Others:
+ * Version: V0.5
+ * Author: wujinlei
+ * Date: 2013-07-12
+ * History 1:
+ * Date:
+ * Version:
+ * Author:
+ * Modification:
+ * History 2:
+ ********************************************************************************/
+
+
+#ifndef __DRVS_UICC_REF_H_
+#define __DRVS_UICC_REF_H_
+
+#include "drvs_general.h"
+//#include "drvs_pm_typedefine.h"
+#include "drvs_uicc.h"
+//#include "drvs_gpio.h"
+#include "drvs_pm.h"
+/*******************************************************************************
+ * Function: zDrvUICC_setVsim
+ * Description: set soc_USIM voltage
+ * Parameters:
+ * Input: N/A
+ *
+ * Output: N/A
+ * Returns: N/A
+
+********************************************************************************/
+SINT32 zDrvUICC_setVsim(T_ZDrvPmic_Voltage vsim);
+
+/*******************************************************************************
+ * Function: zDrvUICC_disableVsim
+ * Description: disable soc_usim power
+ * Parameters:
+ * Input: N/A
+ *
+ * Output: N/A
+ * Returns: N/A
+
+ * Others: //not use
+
+ ********************************************************************************/
+SINT32 zDrvUICC_disableVsim(VOID); /* pow uicc uart */
+
+#ifndef SOC_USIM
+/*******************************************************************************
+ * Function: zDrvUICC_disableVsim
+ * Description: disable soc_usim power
+ * Parameters:
+ * Input: N/A
+ *
+ * Output: N/A
+ * Returns: N/A
+
+ * Others: //not use
+
+ ********************************************************************************/
+ VOID zDrvUICC_ConfigForDetectSIM(VOID);
+#else
+/*******************************************************************************
+ * Function: zDrvUICC_disableVsim
+ * Description: disable soc_usim power
+ * Parameters:
+ * Input: N/A
+ *
+ * Output: N/A
+ * Returns: N/A
+
+ * Others: //not use
+
+ ********************************************************************************/
+VOID zDrvUICC_ConfigForDetectSocSIM(VOID);
+#endif
+#endif