nvram_editor.h
594 Bytes
#ifdef GEN_FOR_PC
#ifndef __NVRAM_EDITOR_H__
#define __NVRAM_EDITOR_H__
#include "adc_nvram_def.h"
#include "camera_nvram_def.h"
#include "touchpanel_nvram_def.h"
#include "ul1_nvram_def.h"
#include "audio_nvram_def.h"
#include "mmi_gps_nvram_def.h"
#include "userprofile_nvram_def.h"
#include "adc_nvram_editor.h"
#include "camera_nvram_editor.h"
#include "touchpanel_nvram_editor.h"
#include "ul1_nvram_editor.h"
#include "audio_nvram_editor.h"
#include "mmi_gps_nvram_editor.h"
#include "userfrofile_nvram_editor.h"
#endif /* __NVRAM_EDITOR_H__ */
#endif /* GEN_FOR_PC */