<?xml version="1.0" encoding="UTF-8" standalone="no"?><IP xmlns="http://mcd.rou.st.com/modules.php?name=mcu" xmlns:ns0="http://www.w3.org/2001/XMLSchema-instance" DBVersion="V4.0" IPType="service" IpGroup="System" Name="OTFDEC" Version="otfdec_v1_0_Cube" ns0:schemaLocation="http://mcd.rou.st.com/modules.php?name=mcu ../../../../../../../doc/V4/Development/Specifications/db/IP_Modes.xsd">
     <About>OTFDEC: On the Fly decryption engine</About>
	
	<!-- Generic RefParameters for OTFDEC --> 
    <RefParameter Name="Instance" DefaultValue="OTFDEC$Index" Comment="Instance" Type="list" Visible="false" />

	<!-- RefModes for OTFDEC -->
	<RefMode Name="OTFDEC_Activate">
		<ConfigForMode>Otfdec_Init</ConfigForMode>
	</RefMode>
		
	<!-- ModeLogicOperator for OTFDEC -->
	<ModeLogicOperator Name="OR">
		<Mode Name="OTFDEC_State" UserName="Activated">
			<ModeLogicOperator Name="XOR">
				<Mode Name="OTFDEC_Activate" UserName="Activated">
					<SignalLogicalOp Name="AND">
						<Signal Name="VS_OTFDEC" />
					</SignalLogicalOp>
				</Mode>
			</ModeLogicOperator>
            <Semaphore>S_OTFDEC_Enabled</Semaphore>
		</Mode>
	</ModeLogicOperator>
	
	<!-- RefSignal for OTFDEC -->
	<RefSignal Name="VS_OTFDEC" Virtual="true"/>
</IP>