📄 vibdrvr.reg
字号:
;------------------------------------------------------------------------------
;
; Copyright (c) Microsoft Corporation. All rights reserved.
;
;
; 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.
;
;------------------------------------------------------------------------------
;
; File: Vibrator.reg
;
; Registry settings for Vibrator Driver
;
;------------------------------------------------------------------------------
;
; Copyright (C) 2004-2005, Motorola Inc. All Rights Reserved
;
;------------------------------------------------------------------------------
; Note that we are using DEVFLAGS_NAKEDENTRIES with this driver.
; This tells the device manager
; to instantiate the device with the prefix named in the registry but to look
; for DLL entry points without the prefix. For example, it will look for Init
; instead of NLD_Init. This allows the prefix to be changed in the registry (if
; desired) without editing the driver code.
IF BSP_PMIC
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\VIBRATOR]
"Prefix"="VIB"
"Dll"="vibdrvr.dll"
"Flags"=dword:8 ; DEVFLAGS_NAKEDENTRIES
"Order"=dword:3 ; PMIC "Order"=dword:2
"Index"=dword:1
; "PMICVIBLIBNAME"="pmic_vibrator.dll" ; PMIC vibrator library name
; "PMICVIBONPROCNAME"="PmicVibratorOn" ; PMIC vibrator 'On' procedure name
; "PMICVIBOFFPROCNAME"="PmicVibratorOff" ; PMIC vibrator 'Off' procedure name
"PMICVIBLIBNAME"="pmic.dll" ; PMIC vibrator library name
"PMICVIBONPROCNAME"="PmicVoltageRegulatorOn" ; PMIC vibrator 'On' procedure name
"PMICVIBOFFPROCNAME"="PmicVoltageRegulatorOff" ; PMIC vibrator 'Off' procedure name
ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -