--- title: eUICCs DDF file description: View the XML file containing the device description framework (DDF) for the eUICCs configuration service provider. ms.date: 06/28/2024 --- # eUICCs DDF file The following XML file contains the device description framework (DDF) for the eUICCs configuration service provider. ```xml ]> 1.2 eUICCs ./Device/Vendor/MSFT Subtree for all embedded UICCs (eUICC) 10.0.16299 1.0 0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xBC;0xBF;0xCA;0xCB;0xCD;0xCF; 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 The eUICC ID (EID) associated with the device. Identifier The unique eUICC identifier (EID). IsActive Indicates whether this eUICC is physically present and active. Updated only by the LPA. PPR1Allowed Indicates whether the download of a profile with Profile Policy Rule 1 (PPR1) is allowed. If the eUICC has already a profile (regardless of its origin and policy rules associated with it), then the download of a profile with PPR1 is not allowed. PPR1AlreadySet Indicates whether the eUICC has already a profile with Profile Policy Rule 1 (PPR1). DownloadServers Represents servers used for bulk provisioning and eSIM discovery. 10.0.22000 1.0 Node representing a bulk download/discovery server. The node name is the fully qualified domain name of the server that will be used. Creation of this subtree triggers a discovery request. ServerName ServerName used for the discovery operation. DiscoveryState 1 Current state of the discovery operation for this server (Requested = 1, Executing = 2, Completed = 3, Failed = 4). 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. false Disable true Enable IsDiscoveryServer false Indicates whether the server is a discovery server or if it is used for bulk download. A discovery server is used every time a user requests a profile discovery operation. Optional, default value is false. 10.0.22621 1.0 false Is Not Discovery Server true Is Discovery Server Profiles Represents all enterprise-owned eSIM profiles. Node representing an enterprise-owned eSIM 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 ICCID of the profile. ServerName Fully qualified domain name of the server that can download this eSIM profile. Must be set by the MDM when the ICCID subtree is created. MatchingID Matching ID (activation code token) for eSIM profile download. Must be set by the MDM when the ICCID subtree is created. ^([0-9a-fA-F]{5}-){3}[0-9a-fA-F]{5}$ State 1 Current state of the eSIM profile (Installing = 1, Installed = 2, Deleting = 3, Error = 4). IsEnabled Indicates whether this eSIM profile is enabled. Can be set by both the MDM and the CSP. 10.0.17134 1.0 false Disabled true Enabled PPR1Set Profile Policy Rule 1 (PPR1) indicates whether disabling of this profile is not allowed (true if not allowed, false otherwise). PPR2Set Profile Policy Rule 2 (PPR2) indicates whether deletion of this profile is not allowed (true if not allowed, false otherwise). 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). Policies Device policies associated with the eUICC as a whole (not per-profile). LocalUIEnabled true Determines whether or not the user can make changes to the eSIM through the user interface. false Disabled true Enabled Actions Actions that can be performed on the eUICC as a whole. ResetToFactoryState This triggers an eUICC Memory Reset, which erases all the eSIM profiles in the eUICC. 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. ``` ## Related articles [eUICCs configuration service provider reference](euiccs-csp.md)