--- title: eUICCs DDF file description: eUICCs DDF file ms.assetid: c4cd4816-ad8f-45b2-9b81-8abb18254096 ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows author: MariciaAlforque ms.date: 03/02/2018 --- # eUICCs DDF file This topic shows the OMA DM device description framework (DDF) for the **eUICCs** configuration service provider. DDF files are used only with OMA DM provisioning XML. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download). The XML below if for Windows 10, version 1803. ``` syntax ]> 1.2 eUICCs ./Device/Vendor/MSFT Subtree for all embedded UICCs (eUICC) com.microsoft/1.1/MDM/eUICCs Represents information associated with an eUICC. There is one subtree for each known eUICC, created by the Local Profile Assistant (LPA) when the eUICC is first seen. The node name is meaningful only to the LPA (which associates it with an eUICC ID (EID) in an implementation-specific manner, e.g., this could be a SHA-256 hash of the EID). The node name "Default" represents the currently active eUICC. eUICC Identifier Identifies an eUICC in an implementation-specific manner, e.g., this could be a SHA-256 hash of the EID. text/plain IsActive Indicates whether this eUICC is physically present and active. Updated only by the LPA. text/plain Profiles Represents all enterprise-owned profiles. Node representing an enterprise-owned eUICC profile. The node name is the ICCID of the profile (which is a unique identifier). Creation of this subtree triggers an AddProfile request by the LPA (which installs the profile on the eUICC). Removal of this subtree triggers the LPA to delete the profile (if resident on the eUICC). ICCID ServerName Fully qualified domain name of the SM-DP+ that can download this profile. Must be set by the MDM when the ICCID subtree is created. text/plain MatchingID Matching ID (activation code token) for profile download. Must be set by the MDM when the ICCID subtree is created. text/plain State 1 Current state of the profile (Installing = 1, Installed = 2, Deleting = 3, Error = 4). Queried by the CSP and only updated by the LPA. text/plain IsEnabled Indicates whether this profile is enabled. Can be set by the MDM when the ICCID subtree is created. Can also be queried and updated by the CSP. text/plain Policies Device policies associated with the eUICC as a whole (not per-profile). LocalUIEnabled true Determines whether the local user interface of the LUI is available (true if available, false otherwise). Initially populated by the LPA when the eUICC tree is created, can be queried and changed by the MDM server. text/plain Actions Actions that can be performed on the eUICC as a whole (when it is active). ResetToFactoryState An EXECUTE on this node triggers the LPA to perform an eUICC Memory Reset. text/plain Status 0 Status of most recent operation, as an HRESULT. S_OK indicates success, S_FALSE indicates operation is in progress, other values represent specific errors. text/plain ```