⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deviceemulatorclone.bat

📁 Windows CE documentation and examples from the Windows CE development manuals. There are lots of exa
💻 BAT
字号:
@REM
@REM Copyright (c) Microsoft Corporation.  All rights reserved.
@REM
@REM
@REM Use of this sample source code is subject to the terms of the Microsoft
@REM license agreement under which you licensed this sample source code. If
@REM you did not accept the terms of the license agreement, you are not
@REM authorized to use this sample source code. For the terms of the license,
@REM please see the license agreement between you and Microsoft or, if applicable,
@REM see the LICENSE.RTF on your install media or the root of your tools installation.
@REM THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
@REM

set BSP_NOPCIBUS=1
set BSP_NOUSBSER=1
set BSP_NIC_NE2000_PCMCIA=1
set BSP_D3DM_REF=1

REM disable NOR flash to avoid problems with loading a flash filesystem
REM that is uninitialized (except in MAKEIMG_BIN_FORMAT=imageupdate builds)
set BSP_NONOR=1

REM ---------------------------------------------------------------------------
REM Select which KITL transport to use.
REM
REM ---------------------------------------------------------------------------

set BSP_KITL_ETHERNET=
set BSP_KITL_DMA=1


set IMGNOSIR=1
set IMG_RESERVERAMFMD=1
set IMGSDKCERTS=1
set IMGHEADSET=1

if /i not "%_TGTPROJ%"=="wpc" if /i not "%_TGTPROJ%"=="smartfon" goto :Not_wpc_or_smartfon
    REM enable persistent store using RAMFMD
    set IMGPERSISTENTSTORAGE=1
    set IMGRAMFMD=1

    REM default to PHONESKU for PocketPC and SmartPhone builds
    if "%SKUTYPE%"=="" set SKUTYPE=PHONESKU

    REM the wpc and smartfon projects disable these by default, but 
    REM this BSP needs them for NE2000 connectivity
    set BSP_NOPCCARD=
    set BSP_NOPCMCIA=

    REM Windows Mobile configurations use NOR flash for Image Update storage
    REM so re-enable it
    set BSP_NONOR=

    REM Make sure the project names are in lower case
    if /i "%_TGTPROJ%"=="wpc" set _TGTPROJ=wpc
    if /i "%_TGTPROJ%"=="smartfon" set _TGTPROJ=smartfon

    REM Pull in the default registry settings for the camera
    set IMGCAMERAOEM=

if /i not "%_TGTPROJ%"=="smartfon" goto :Not_Smartfon
    REM Do not include touchscreen driver in Smartphone images
    set BSP_NOTOUCH=1
    
:Not_Smartfon
:Not_wpc_or_smartfon

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -