# MePolicyInitDxe
**Index**: 0338 | **Size**: 21,248 bytes | **Arch**: x64 | **Phase**: DXE

## Overview
MePolicyInitDxe initializes Intel Management Engine (ME) policy settings during the DXE phase. It reads ME firmware configuration from UEFI variables and platform settings, then applies the appropriate policies for ME boot modes, HECI interface control, and manageability feature states.

## Key Functions
- ModuleEntryPoint -- UEFI entry point; initializes globals and dispatches ME policy initialization
- sub_674 -- ME policy structure population and installation
- sub_410 -- UEFI boot/runtime services baseline initialization

## Dependencies
- UEFI Boot Services / Runtime Services Table Library
- ME Policy Protocol (produced)
- HECI (Host Embedded Controller Interface) driver
- UEFI Variable services

## Platform
HR650X, x86-64, PE32+ image, 6 sections, subsystem 0x0B (EFI_BOOT_SERVICE_DRIVER)