[idd] all: generate versioning information

This commit is contained in:
Geoffrey McRae
2025-03-24 15:37:17 +00:00
parent a2a771f94e
commit 2084a9fee3
6 changed files with 40 additions and 6 deletions

View File

@@ -21,10 +21,14 @@
#include "driver.h"
#include "driver.tmh"
#include "CDebug.h"
#include "CPlatformInfo.h"
#include "VersionInfo.h"
NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath)
{
DEBUG_INFO("Looking Glass IDD Driver (" LG_VERSION_STR ")");
WDF_DRIVER_CONFIG config;
NTSTATUS status;
WDF_OBJECT_ATTRIBUTES attributes;