Skip to content

Commit 07e1f89

Browse files
committed
SensorsComboDriver rename to FrameworkSensors
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 58e17d7 commit 07e1f89

17 files changed

Lines changed: 35 additions & 48 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
platform: [x64]
1111
runs-on: windows-2022
1212
# env:
13-
# Solution_Path: SensorsComboDriver\SensorsComboDriver.sln
13+
# Solution_Path: FrameworkSensors\FrameworkSensors.sln
1414
steps:
1515
- name: Check out repository code
1616
uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
2121
# msbuild ${{ env.Solution_Path }} -p:Configuration:${{ env.Configuration }} -p:Platform:${{ env.Platform }}
2222
- name: Build solution
2323
run: |
24-
msbuild SensorsComboDriver\SensorsComboDriver.sln /property:Configuration=${{ env.Configuration }} /property:Platform=${{ env.Platform }}
24+
msbuild FrameworkSensors\FrameworkSensors.sln /property:Configuration=${{ env.Configuration }} /property:Platform=${{ env.Platform }}
2525
env:
2626
Configuration: ${{ matrix.configuration }}
2727
Platform: ${{ matrix.platform }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Abstract:
44
//
55
// This module contains the implementation of WDF callback functions
6-
// for combo driver.
6+
// for Framework Sensors driver.
77
//
88
// Environment:
99
//
@@ -120,7 +120,7 @@ NTSTATUS ConnectToEc(
120120
//
121121
// Function: OnDeviceAdd
122122
//
123-
// This routine is the AddDevice entry point for the combo client
123+
// This routine is the AddDevice entry point for the Framework Sensors client
124124
// driver. This routine is called by the framework in response to AddDevice
125125
// call from the PnP manager. It will create and initialize the device object
126126
// to represent a new instance of the sensor client.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Abstract:
44
//
5-
// This module contains the implementation of entry and exit point of combo driver.
5+
// This module contains the implementation of entry and exit point of Framework Sensors driver.
66
//
77
// Environment:
88
//
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Abstract:
44
//
5-
// This module contains the type definitions for the combo
5+
// This module contains the type definitions for the Framework Sensors
66
// driver callback class.
77
//
88
// Environment:
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;Copyright (c) Framework Computer Inc. All rights reserved.
55
;
66
;Module Name:
7-
; SensorsComboDriver.INF
7+
; FrameworkSensors.INF
88
;
99
;Abstract:
1010
; INF file for installing the Framework Sensor Driver
@@ -15,37 +15,37 @@ Signature = "$WINDOWS NT$"
1515
Class = Sensor
1616
ClassGuid = {5175D334-C371-4806-B3BA-71FD53C9258D}
1717
Provider = %PROVIDER%
18-
CatalogFile = SensorsComboDriver.cat
18+
CatalogFile = FrameworkSensors.cat
1919
DriverVer = 8/29/2014,2.00.00.03
2020
PnpLockdown = 1
2121

2222
[SourceDisksNames]
2323
1 = %MediaDescription%,,,""
2424

2525
[SourceDisksFiles]
26-
SensorsComboDriver.dll = 1,,
26+
FrameworkSensors.dll = 1,,
2727

2828
[Manufacturer]
29-
%PROVIDER% = SensorsComboDriver_Device, NT$ARCH$.10.0...22000
29+
%PROVIDER% = FrameworkSensors_Device, NT$ARCH$.10.0...22000
3030

3131
;*******************************
32-
; Combo Driver Install Section
32+
; Framework Sensors Driver Install Section
3333
;*******************************
3434

35-
[SensorsComboDriver_Device.NT$ARCH$.10.0...22000]
35+
[FrameworkSensors_Device.NT$ARCH$.10.0...22000]
3636
; DisplayName Section DeviceId
3737
; ----------- ------- --------
38-
%SensorsComboDriver_DevDesc% = SensorsComboDriver_Inst, ACPI\FRMWC006
38+
%FrameworkSensors_DevDesc% = FrameworkSensors_Inst, ACPI\FRMWC006
3939

40-
[SensorsComboDriver_Inst.NT]
40+
[FrameworkSensors_Inst.NT]
4141
Include=WUDFRD.inf
4242
Needs=WUDFRD.NT
43-
CopyFiles = SensorsComboDriverCopy
43+
CopyFiles = FrameworkSensorsCopy
4444

45-
[SensorsComboDriverCopy]
46-
SensorsComboDriver.dll
45+
[FrameworkSensorsCopy]
46+
FrameworkSensors.dll
4747

48-
[SensorsComboDriver_Inst.NT.HW]
48+
[FrameworkSensors_Inst.NT.HW]
4949
Include=WUDFRD.inf
5050
Needs=WUDFRD.NT.HW
5151

@@ -54,28 +54,28 @@ Needs=WUDFRD.NT.HW
5454
DefaultDestDir = 12,UMDF
5555

5656
;-------------- Service installation
57-
[SensorsComboDriver_Inst.NT.Services]
57+
[FrameworkSensors_Inst.NT.Services]
5858
Include=WUDFRD.inf
5959
Needs=WUDFRD.NT.Services
6060

6161
;-------------- WDF specific section
6262

63-
[SensorsComboDriver_Inst.NT.Wdf]
64-
UmdfService = SensorsComboDriver, SensorsComboDriver_Install
65-
UmdfServiceOrder = SensorsComboDriver
63+
[FrameworkSensors_Inst.NT.Wdf]
64+
UmdfService = FrameworkSensors, FrameworkSensors_Install
65+
UmdfServiceOrder = FrameworkSensors
6666
UmdfDirectHardwareAccess = AllowDirectHardwareAccess
6767
UmdfFileObjectPolicy = AllowNullAndUnknownFileObjects
6868
UmdfFsContextUsePolicy = CannotUseFsContexts
6969

70-
[SensorsComboDriver_Install]
70+
[FrameworkSensors_Install]
7171
UmdfLibraryVersion = $UMDFVERSION$
72-
ServiceBinary = %12%\UMDF\SensorsComboDriver.dll
72+
ServiceBinary = %12%\UMDF\FrameworkSensors.dll
7373
UmdfExtensions = SensorsCx0102
7474

7575
[Strings]
7676
;Localizable Strings
7777
MediaDescription = "Framework Computer Sensor Driver"
7878
PROVIDER = "Framework Computer Inc"
79-
SensorsComboDriver_DevDesc = "Sensor Driver - ALS, Accelerometer, Orientation"
79+
FrameworkSensors_DevDesc = "Sensor Driver - ALS, Accelerometer, Orientation"
8080

8181
;Non-Localizable Strings

0 commit comments

Comments
 (0)