mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 10:19:36 -06:00
Removes unnecessary module requirements from core and drivers modules
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
# FFU.Common.Core.psm1
|
# FFU.Common.Core.psm1
|
||||||
# Contains common core functions like logging and process invocation.
|
# Contains common core functions like logging and process invocation.
|
||||||
|
|
||||||
#Requires -Modules BitsTransfer
|
|
||||||
|
|
||||||
# Script-scoped variable for the log file path
|
# Script-scoped variable for the log file path
|
||||||
$script:CommonCoreLogFilePath = $null
|
$script:CommonCoreLogFilePath = $null
|
||||||
# Mutex for log file access
|
# Mutex for log file access
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
# FFU Common Drivers Module
|
# FFU Common Drivers Module
|
||||||
# Contains shared functions related to driver handling.
|
# Contains shared functions related to driver handling.
|
||||||
|
|
||||||
#Requires -Modules Dism
|
|
||||||
|
|
||||||
# # Import the common core module for logging and process invocation
|
|
||||||
# Import-Module "$PSScriptRoot\FFU.Common.Core.psm1"
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# SECTION: Driver Compression Function
|
# SECTION: Driver Compression Function
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
# FFU UI Core Logic Module
|
# FFU UI Core Logic Module
|
||||||
# Contains non-UI specific helper functions, data retrieval, and core processing logic.
|
# Contains non-UI specific helper functions, data retrieval, and core processing logic.
|
||||||
|
|
||||||
#Requires -Modules BitsTransfer
|
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# SECTION: Module Variables (Static Data & State)
|
# SECTION: Module Variables (Static Data & State)
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user