<?xml version="1.0" encoding="utf-8"?>
<CdmConfig version="1.0">
    <!-- Assigned by the package author.
    Must pass the following regex:
    "^(unknown|[a-zA-Z]+(_[-_a-zA-Z0-9]+)?/[0-9]+([.][0-9]+)?)$"-->
    <AppDeployedId>HP Smart UWP/1.0</AppDeployedId>
    <!--Assigned by CDM -->
    <ProjectId>0004</ProjectId>
    <!--Assigned by CDM -->
    <AccountId>0102</AccountId>
    <!--Base 64 token assigned by CDM -->
    <AuthenticationToken>MjAweHh4eHh4eHh4eDpwYXNzd29yZAo=</AuthenticationToken>
    <ServerUri>https://taas-pie.dataservices.hp.com</ServerUri>

    <!--Events stored from previous sessions older -->
    <!--than these days will be discarded-->
    <MaxPastEventsAge>3</MaxPastEventsAge>

    <!--If the events stored from previous sessions -->
    <!--are larger than this number of bytes will be discarded-->
    <MaxPastEventsSize>5120</MaxPastEventsSize>


    <!--When set to Any client sends events over any connection that is active: WiFi, -->
    <!--network Cellular, Metered or not.-->

    <!--When is set to NoCellular client will send only if the connection is not cellular. -->
    <!--No checks will be performed for limits or metering (cost)-->

    <!--When is set to FreeUnlimited client will send only if the connection is not metered-->
    <ConnectionAwareness>NoCellular</ConnectionAwareness>

</CdmConfig>