/******************************************************************************* | |
* Copyright (C) 2007, ZTE Corporation. | |
* | |
* File Name:prinvparam.h | |
* File Mark: | |
* Description:private config NV parameters | |
* Others: | |
* Version: v0.1 | |
* Author: xuxingkui | |
* Date: 2009-09-28 | |
* History 1: | |
* Date: 2009-11-24 | |
* Version: | |
* Author: | |
* Modification: | |
* | |
* History 2: | |
********************************************************************************/ | |
#ifndef _RWNVPARM_H | |
#define _RWNVPARM_H | |
#include "NvParam_PS.h" | |
#include "NvParam_drv.h" | |
#include "NvParam_ati.h" | |
#include "NvParam_AMT.h" | |
#include "NvParam_tdl1.h" | |
#include "NvParam_gsml1.h" | |
/**************************************************************************** | |
* Include files | |
****************************************************************************/ | |
/**************************************************************************** | |
* Local Macros | |
****************************************************************************/ | |
/**************************************************************************** | |
* AMT | |
****************************************************************************/ | |
/*********************************** | |
AMT leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_AMTParam | |
{ | |
}T_ZFacPri_AMTParam; | |
/*********************************** | |
AMT none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_AMTParam | |
{ | |
stTD st_td; | |
}T_ZNonFacPri_AMTParam; | |
/**************************************************************************** | |
* ATI | |
****************************************************************************/ | |
/*********************************** | |
ATI leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_ATIParam | |
{ | |
}T_ZFacPri_ATIParam; | |
/*********************************** | |
ATI none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_ATIParam | |
{ | |
T_ZAt2_NvParam at2_nvParam; | |
}T_ZNonFacPri_ATIParam; | |
/**************************************************************************** | |
* DIVER | |
****************************************************************************/ | |
/*********************************** | |
driver leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_DrvParam | |
{ | |
}T_ZFacPri_DrvParam; | |
/*********************************** | |
driver none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_DrvParam | |
{ | |
aud_eep_static_type g_aud_eep_static_type; | |
}T_ZNonFacPri_DrvParam; | |
/**************************************************************************** | |
* TdPhy | |
****************************************************************************/ | |
/*********************************** | |
td physical leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_TdPhyParam | |
{ | |
}T_ZFacPri_TdPhyParam; | |
/*********************************** | |
td physical none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_TdPhyParam | |
{ | |
T_TD_L1_NV td_l1_nv; | |
}T_ZNonFacPri_TdPhyParam; | |
/**************************************************************************** | |
* GSM L1g | |
****************************************************************************/ | |
/*********************************** | |
GSM L1g leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_GsmL1gParam | |
{ | |
}T_ZFacPri_GsmL1gParam; | |
/*********************************** | |
GSM L1g none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_GsmL1gParam | |
{ | |
L1G_EEP_static_type l1g_eep_static_type; | |
}T_ZNonFacPri_GsmL1gParam; | |
/**************************************************************************** | |
* PS | |
****************************************************************************/ | |
/*********************************** | |
ps leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_PsParam | |
{ | |
}T_ZFacPri_PsParam; | |
/*********************************** | |
ps none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_PsParam | |
{ | |
T_zPS_DEV_NV_PsData psData; | |
}T_ZNonFacPri_PsParam; | |
/**************************************************************************** | |
* PLAT | |
****************************************************************************/ | |
/*********************************** | |
plat leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_PlatParam | |
{ | |
}T_ZFacPri_PlatParam; | |
/*********************************** | |
plat none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_PlatParam | |
{ | |
}T_ZNonFacPri_PlatParam; | |
/**************************************************************************** | |
* USER | |
****************************************************************************/ | |
/*********************************** | |
USER leave factory parmameters | |
************************************/ | |
typedef struct _tagZFacPri_UserParam | |
{ | |
}T_ZFacPri_UserParam; | |
/*********************************** | |
USER none leave factory parmameters | |
************************************/ | |
typedef struct _tagNonFacPri_UserParam | |
{ | |
}T_ZNonFacPri_UserParam; | |
/**************************************************************************** | |
* TSP | |
****************************************************************************/ | |
typedef struct _tagZPri_TspParam | |
{ | |
/* leave factory parmameters */ | |
T_ZFacPri_AMTParam gFacPriAMTParam; /* AMT */ | |
T_ZFacPri_ATIParam gFacPriATIParam; /* ATI */ | |
T_ZFacPri_DrvParam gFacPriDrvParam; /* DRIVER */ | |
T_ZFacPri_TdPhyParam gFacPriTdPhyParam; /* TD PHY */ | |
T_ZFacPri_GsmL1gParam gFacPriGsmL1gParam; /* GSM L1G */ | |
T_ZFacPri_PsParam gFacPriPsParam; /* PS */ | |
T_ZFacPri_PlatParam gFacPriPlatParam; /* PLAT */ | |
T_ZFacPri_UserParam gFacPriUserParam; /* USER */ | |
/* none leave factory parmameters */ | |
T_ZNonFacPri_AMTParam gNonFacPriAMTParam; /* AMT */ | |
T_ZNonFacPri_ATIParam gNonFacPriATIParam; /* ATI */ | |
T_ZNonFacPri_DrvParam gNonFacPriDrvParam; /* DRIVER */ | |
T_ZNonFacPri_TdPhyParam gNonFacPriTdPhyParam; /* TD PHY */ | |
T_ZNonFacPri_GsmL1gParam gNonFacPriGsmL1gParam; /* GSM L1G */ | |
T_ZNonFacPri_PsParam gNonFacPriPsParam; /* PS */ | |
T_ZNonFacPri_PlatParam gNonFacPriPlatParam; /* PLAT */ | |
T_ZNonFacPri_UserParam gNonFacPriUserParam; /* USER */ | |
}T_ZPri_TspParam; | |
#endif | |