// This example driver comes with a stubbed-out implementation of the
// low-level NLed interfaces. OEMs that wish to produce their own
// driver can write a module containing the low-level entry points
// in their platform and simply link with the library containing this module.
// The linker will bring in the rest of the driver as an MDD.
//
// The low-level interfaces necessary that must be overridden to produce
// a platform-specific PDD are:
//
// NLedDriverPowerDown
// NLedDriverGetDeviceInfo
// NLedDriverSetDevice
// NLedDriverInitialize
// NLedDriverDeInitialize
googleman说明source文件,我现在把这三个source文件都贴上来,请大家分析下。
oem.c(wince 自带)
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif