# UuidDxe

| Field | Value |
|-------|-------|
| Index | 0328 |
| Module | UuidDxe.efi |
| Size | 3,520 B |
| Phase | DXE |

## Overview

UUID DXE driver that reads the system UUID from hardware (typically from CMOS or SMBIOS) and publishes it via the appropriate UEFI protocol. Ensures a consistent system identifier across boots.

## Key Functions

- **ModuleEntryPoint** — Driver entry: initializes boot/runtime services, reads UUID, installs protocol

## Dependencies

- UefiBootServicesTableLib
- UefiRuntimeServicesTableLib

## Platform

HR650X Purley (x86-64 PE32+)
