--- title: eUICCs DDF file description: Learn about the OMA DM device description framework (DDF) for the eUICCs configuration service provider (CSP). ms.assetid: c4cd4816-ad8f-45b2-9b81-8abb18254096 ms.reviewer: manager: dansimp ms.author: dansimp ms.topic: article ms.prod: w10 ms.technology: windows author: manikadhiman 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. ```xml ]> 1.2 eUICCs ./Device/Vendor/MSFT Subtree for all embedded UICCs (eUICC) com.microsoft/1.2/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 the eUICC ID (EID). The node name "Default" represents the currently active eUICC. eUICC Identifier The EID. text/plain IsActive Indicates whether this eUICC is physically present and active. Updated only by the LPA. text/plain PPR1Allowed Indicates whether the download of a profile with PPR1 is allowed. If the eUICC already has a profile (regardless of its origin and policy rules associated with it), the download of a profile with PPR1 is not allowed. text/plain PPR1AlreadySet Indicates whether the eUICC already has a profile with PPR1. text/plain DownloadServers Represents default SM-DP+ discovery requests. Node specifying the server name for a discovery operation. The node name is the fully qualified domain name of the SM-DP+ server that will be used for profile discovery. Creation of this subtree triggers a discovery request. ServerName DiscoveryState 1 Current state of the discovery operation for the parent ServerName (Requested = 1, Executing = 2, Completed = 3, Failed = 4). Queried by the CSP and only updated by the LPA. text/plain AutoEnable Indicates whether the discovered profile must be enabled automatically after install. This must be set by the MDM when the ServerName subtree is created. 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 PPR1Set This profile policy rule indicates whether disabling of this profile is not allowed (true if not allowed, false otherwise). text/plain PPR2Set This profile policy rule indicates whether deletion of this profile is not allowed (true if not allowed, false otherwise). text/plain ErrorDetail 0 Detailed error if the profile download and install procedure failed (None = 0, CardGeneralFailure = 1, ConfirmationCodeMissing = 3, ForbiddenByPolicy = 5, InvalidMatchingId = 6, NoEligibleProfileForThisDevice = 7, NotEnoughSpaceOnCard = 8, ProfileEidMismatch = 10, ProfileNotAvailableForNewBinding = 11, ProfileNotReleasedByOperator = 12, RemoteServerGeneralFailure = 13, RemoteServerUnreachable = 14). 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 ```