📄 precomp.h
字号:
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
Copyright (c) 1995-1999 Microsoft Corporation
Module Name:
precomp.h
Abstract:
Notes:
--*/
//------------------------------------------------------------------------------
// Revision History
// Date Author Activity ID Activity Headline
// 2006-02-21 Zhangchunzhong CEDB00006933 Add trace module in paladin project
// 2006-03-17 wuguangliang CEDB00010269 Backup FFS when ppc power off
// 2006-03-31 wuguangliang CEDB00012466 Change power saving mode when radio off
// 2006-04-06 maruofeng CEDB00008194 USSD 二级菜单下来电无反应
//------------------------------------------------------------------------------
#pragma once
#include <windows.h>
#include <ossvcs.h>
#include <toolboxdebug.h>
#include <toolbox.h>
#include <stdio.h>
#include <apccore.h>
#include <commoper.h>
#include <simsec.h>
#include <ril.h>
#include <rildrv.h>
#include <tf_rildrv.h>
#include "rillog.h"
#include "callctrl.h"
#include "caps.h"
#include "util.h"
#include "command.h"
#include "response.h"
#include "rilhand.h"
#include "comhand.h"
#include "commain.h"
#include "data.h"
#include "gprs.h"
#include "msg.h"
#include "misc.h"
#ifndef RIL_RADIO_RESILIENCE
#include "monitor.h"
#endif // ! RIL_RADIO_RESILIENCE
#include "network.h"
#include "ntcalls.h"
#include "parse.h"
#include "rilmain.h"
#include "secur.h"
#include "smscmn.h"
#include "supsvc.h"
#include "voice.h"
#include "atcmd.h"
#include "reboot.h"
#include <simtkit.h>
#include <gsm.h>
#include "rilsimtkit.h"
#ifdef OEM1_DRIVER_PM
#include <ril_interface.h>
#include "rilpm.h"
#endif
#include <rilwatson.h>
#include "rildebug.h"
#include "FunctionTrace.h" // Included last to pickup ZONE_FUNCTION definition
#include "rilproxyExt_ioctl.h"
#ifdef DUMP2FILE
#include "rildumper.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -