📄 sources
字号:
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this sample source code is subject to the terms of the Microsoft
license agreement under which you licensed this sample source code. If
you did not accept the terms of the license agreement, you are not
authorized to use this sample source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the LICENSE.RTF on your install media or the root of your tools installation.
THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
!endif
TARGETNAME=plato_pxa27x_xllp
TARGETTYPE=LIBRARY
RELEASETYPE=PLATFORM
# This library is a one-off modification of the common (PXA27x) XLLP library, tailored to
# the Plato platform. Rather than duplicate the common library, we list it here as a
# SOURCELIB. By doing so, source files listed below as SOURCES or ARM_SOURCES
# actually *REPLACE* files with the same name in the common XLLP library.
#
# If you want to make further one-off modifications to the common XLLP library, copy just
# the files you want to modify from the common XLLP library to this directory, add them
# to SOURCES or ARM_SOURCES, and your version will override the common version.
CDEFINES= $(CDEFINES) -DWinCE_BUILD
SOURCES=\
xllp_keypad.c \
xllp_lcd.c
ARM_SOURCES=\
xlli_lowlev_init.s \
xllp_pm_sleepfwa.s \
xllp_pm_sleepcontexta.s \
SOURCELIBS=\
$(_PLATCOMMONLIB)\$(_CPUINDPATH)\pxa27x_ms_v1_xllp.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -