﻿<LicenceManagerConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Version>1.0</Version>
  <!-- Unset - No licenses will be checked for
	     Lease - licenses will be configured to synchronise with EMS based on customer ID and fingerprint in sntlcloudp_configuration_dnvas.xml, 
		 Cloud - Licenses will be checked based on the registration token in sntlcloudp_configuration_dnvas.xml 
		 Network - Licenses will be checked based on the license server defined in the LicenseNetworkServer entry below (typically localhost)
		 -->
  <Description>Example application</Description>
  <LicenceMode>Unset</LicenceMode>
  <LicenseFilePath>C:\ProgramData\DNV\Thales\Licensing\lservrc</LicenseFilePath>
  <!-- Used for standalone licensing mode where we typically install a network license on the users local computer.  Could potentially be used for server network licenses by changing the entry below -->
  <LicenseNetworkServer>localhost</LicenseNetworkServer>
  <LoggingEnabled>false</LoggingEnabled>
  <LicenseLogPath>C:\ProgramData\DNV\Thales\Licensing\license.log</LicenseLogPath>
  <!--Can be debug or error-->
  <LicenseLogLevel>Debug</LicenseLogLevel>
  <LogToConsole>true</LogToConsole>
  <DisplayLogToConsoleOption>false</DisplayLogToConsoleOption>

  <!-- The product icon to display on activate license page.  Needs to be a png file embedded in the License manager in the Assets/Products folder-->
  <ProductIcon>synergi_pipeline</ProductIcon>

  <!-- If set to true it will display products and extensions separately.  Extensions are specified by the IsExtension attribute on a product defined below -->
  <DisplayProductsAndExtensions>true</DisplayProductsAndExtensions>

  <!-- Settings to configure the options available for license activation -->
  <AllowActivationUsingNetworkServer>True</AllowActivationUsingNetworkServer>
  <AllowActivationUsingAccessKey>True</AllowActivationUsingAccessKey>

  <ProductVersions>
    <Version>
      <ReleaseDate>2024-02-20</ReleaseDate>
      <VersionNumber>1.0</VersionNumber>
    </Version>
    <Version>
      <ReleaseDate>2024-05-20</ReleaseDate>
      <VersionNumber>1.1</VersionNumber>
    </Version>
    <Version>
      <ReleaseDate>2024-07-20</ReleaseDate>
      <VersionNumber>1.2</VersionNumber>
    </Version>
  </ProductVersions>

  <!-- The entries below define what will be available in the license manager tool when it is launched with this configuration file -->
  <Product index="1" Extension="False" >
    <Name>PhastDesktop</Name>
    <DisplayName>Phast</DisplayName>
    <FeatureNames>Phast;MDE</FeatureNames>
    <Icon>Phast32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="2" Extension="False">
    <Name>PhastLiteDesktop</Name>
    <DisplayName>Phast Lite</DisplayName>
    <FeatureNames>PhastLite;MDE</FeatureNames>
    <Icon>Phast32.png</Icon>
    <Disabled>False</Disabled>
  </Product>

  <Product index="3" Extension="True" CanDisable="true">
    <Name>Phast CFD Pool Fires</Name>
    <DisplayName>Phast CFD - pool fires</DisplayName>
    <FeatureNames>PhastCfdGeomPoolFires</FeatureNames>
    <Icon>Kfx32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="4" Extension="True" CanDisable="true">
    <Name>Phast CFD Jet Fires</Name>
    <DisplayName>Phast CFD - jet fires</DisplayName>
    <FeatureNames>PhastCfdGeomJetFires</FeatureNames>
    <Icon>Kfx32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="5" Extension="True">
    <Name>Phast CFD Dispersion</Name>
    <DisplayName>Phast CFD - dispersion</DisplayName>
    <FeatureNames>PhastCfdGeomDispersion</FeatureNames>
    <Icon>Kfx32.png</Icon>
    <Disabled>False</Disabled>
  </Product>

  <Product index="6" Extension="False">
    <Name>SafetiDesktop</Name>
    <DisplayName>Safeti</DisplayName>
    <FeatureNames>SafetiOnshore;MDE</FeatureNames>
    <Icon>Safeti32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="7" Extension="False">
    <Name>SafetiLiteDesktop</Name>
    <DisplayName>Safeti Lite</DisplayName>
    <FeatureNames>SafetiOnshoreLite;MDE</FeatureNames>
    <Icon>Safeti32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="8" Extension="True">
    <Name>Safeti Explosions</Name>
    <DisplayName>Safeti Extended explosions</DisplayName>
    <FeatureNames>Saf3DExplo</FeatureNames>
    <Icon>Explosions32.png</Icon>
    <Disabled>False</Disabled>
  </Product>

  <Product index="9" Extension="True">
    <Name>Multi Component</Name>
    <FeatureNames>MultComp</FeatureNames>
    <DisplayName>Multi-component</DisplayName>
    <Icon>Mixture32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="10" Extension="True">
    <Name>Phast Explosions</Name>
    <DisplayName>Phast Extended explosions</DisplayName>
    <FeatureNames>3DExplo</FeatureNames>
    <Icon>Explosions32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="11" Extension="True">
    <Name>Phast Solid Explosions</Name>
    <DisplayName>Solid explosions</DisplayName>
    <FeatureNames>SolidExplo</FeatureNames>
    <Icon>Explosions32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
  <Product index="12" Extension="True">
    <Name>Phast Dust Explosions</Name>
    <DisplayName>Dust explosions</DisplayName>
    <FeatureNames>DustExplo</FeatureNames>
    <Icon>Explosions32.png</Icon>
    <Disabled>False</Disabled>
  </Product>
 
</LicenceManagerConfiguration>