<?xml version="1.0" encoding="UTF-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v3" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<assemblyIdentity buildType="release" language="neutral" name="Microsoft-Windows-AssessmentExecutionEngine" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="10.0.10011.16384" versionScope="nonSxS"></assemblyIdentity>
	<dependency discoverable="false" optional="false" resourceType="Resources">
		<dependentAssembly dependencyType="prerequisite">
			<assemblyIdentity buildType="release" language="*" name="Microsoft-Windows-AssessmentExecutionEngine.Resources" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" version="10.0.10011.16384" versionScope="nonSxS"></assemblyIdentity>
		</dependentAssembly>
	</dependency>
	<wcs:Application wcs:Version="1.0.226.0" xmlns:wcs="urn:schemas-microsoft-com:wcs.v1"></wcs:Application>
	<localization>
		<resources culture="en-US">
			<stringTable>
				<string id="ProviderName" value="Microsoft-Windows-AssessmentExecutionEngine"></string>
				<!-- 
          The following strings are used to format ETW events:

          Template elements are mapped to the format string using the Message Compiler format
          which use the following formation to insert a element into the message string. 
          This is called an 'insert specifier', or simply 'insert' for short.

              %n[!format_specifier!] 

          The '%n' portion of the specifier slects the data element from the template.

          The optional format specifier is  'wsprintf' format specifier and
          is used format the data before it is instereted into the message string.  
          Note that this is not the C-LIbrary format specifier, the wsprintf
          is different subset and has its own rules.  Please see the MSDN
          documentation for the wsprintf API.

          Each insert is an entry in the arguments array in the FormatMessage function. 
          The value of n can be a number between 1 and 99. The format specifier is optional. 
          If no value is specified, the default is !s!.  The format specifier can use * for 
          either the precision or the width. When specified, they consume inserts 
          numbered n+1 and n+2.

              %0   Terminates a message text line without a trailing newline character. This can be 
                   used to build a long line or terminate a prompt message without a trailing newline 
                   character. 
              %n   Inserts the n'th numbereed element from the data template.  This element 
                   can include an optional wsprintf style format specifier like this
                   %n!format_specifier!
              %.   Generates a single period. This can be used to display a period at the beginning 
                   of a line, which would otherwise terminate the message text. 
              %!   Generates a single exclamation point. This can be used to specify an exclamation 
                   point immediately after an insert. 
              %%   Generates a single percent sign. 
              %\   Generates a hard line break when it occurs at the end of a line. This can be used 
                   with FormatMessage to ensure that the message fits a certain width. 
              %b   Generates a space character. This can be used to ensure an appropriate number of 
                   trailing spaces on a line. 
              %r   Generates a hard carriage return without a trailing newline character.           
        -->
				<string id="Event.Win32ErrorEv" value="ERROR: %3"></string>
				<string id="Event.COMErrorEv" value="COM ERROR: %4 %6"></string>
				<string id="Event.InternalErrorEv" value="ERROR: %2"></string>
				<string id="Event.FailingHresultErrorEv" value="ERROR: %1 %3"></string>
				<string id="Event.AppStartEv" value="Application Start: %1"></string>
				<string id="Event.AppParametersEv" value="Application Command Line %2"></string>
				<string id="Event.AppStopEv" value="Application Stop: %1"></string>
				<string id="Event.Test1Ev" value="%1 %2 %3 %4"></string>
				<string id="Event.AnsiTextMessageEv" value="%2"></string>
				<string id="Event.BeginPhaseEv" value="%1:%3"></string>
				<string id="Event.EndPhaseEv" value="%1"></string>
				<string id="Event.MainWatchDogTimeout" value="Main watch dog timeout - terminating process"></string>
				<string id="Event.AssessmentWatchDogTimeout" value="Assessment watch dog timeout - terminating process"></string>
				<string id="Event.ShortWatchDogTimeout" value="Short watch dog timeout - terminating process"></string>
				<string id="Event.BeginOperationEv" value="%1:%3"></string>
				<string id="Event.EndOperationEv" value="%1"></string>
				<string id="Event.MarkEv" value="%1:%3"></string>
				<string id="Event.FailingHresultExErrorEv" value="ERROR %1: ADK%2 %5 (%3) - %7"></string>
				<string id="Event.FailingHresultExWarningEv" value="WARNING %1: ADK%2 %5 (%3) - %7"></string>
				<string id="Event.TextMessageExEv" value="INFO: ADK%1 %4 (%2) - %6"></string>
			</stringTable>
		</resources>
	</localization>
	<instrumentation>
		<events xmlns="http://schemas.microsoft.com/win/2004/08/events" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events" xmlns:xs="http://www.w3.org/2001/XMLSchema">
			<provider guid="{6FE1CBF0-A23C-41fe-93BA-6929AC3AB4E7}" message="$(string.ProviderName)" messageFileName="AXECORE.DLL" name="Microsoft-Windows-AssessmentExecutionEngine" resourceFileName="AXECORE.DLL" symbol="AXE_ETW_PROVIDER">
				<channels>
					<channel chid="operationalChannel" enabled="true" isolation="Application" name="Microsoft-Windows-AssessmentExecutionEngine/Operational" symbol="RemoteAssistance_Operational" type="Operational">Tracing information channel.</channel>
					<channel chid="tracingChannel" isolation="Application" name="Microsoft-Windows-AssessmentExecutionEngine/Tracing" symbol="RemoteAssistance_Tracing" type="Analytic">Trace level information channel.</channel>
					<importChannel chid="APPLICATION" name="Application"></importChannel>
				</channels>
				<!-- 
          Note that all the strings in these templates are logged with a
          terminating null character.  This means the consumer can get 
          pointers to these strings and use them directly.   The consumer
          does not need to copy them to a buffer, then null terminate them.

          All of the strings are prefixed with a -size- of the string.
          This is the length of the string + 1 for the terminating NULL.  This
          size is in characters, not BYTEs.

          This means that the string sizes in these events will ALWAYS be
          greater than zero.  If you see zero in a size, then it is a logging
          error, but consumers should handle this case anyway. 
          -->
				<templates>
					<template tid="tid_Win32Error">
						<data inType="win:UInt32" name="Win32Error"></data>
						<data inType="win:UInt16" name="CantMsgSize"></data>
						<data inType="win:UnicodeString" length="CantMsgSize" name="CantMsg"></data>
					</template>
					<template tid="tid_COMError">
						<data inType="win:HexInt32" name="FailingHresult"></data>
						<data inType="win:GUID" name="FailingInterfaceCLSID"></data>
						<data inType="win:UInt16" name="SourceSize"></data>
						<data inType="win:UnicodeString" length="SourceSize" name="Source"></data>
						<data inType="win:UInt16" name="InfterfaceSize"></data>
						<data inType="win:UnicodeString" length="InfterfaceSize" name="Interface"></data>
						<data inType="win:UInt16" name="ErrorMsgSize"></data>
						<data inType="win:UnicodeString" length="ErrorMsgSize" name="ErrorMsg"></data>
						<data inType="win:UInt16" name="CantMsgSize"></data>
						<data inType="win:UnicodeString" length="CantMsgSize" name="CantMsg"></data>
					</template>
					<template tid="tid_InternalError">
						<data inType="win:UInt16" name="ErrorMsgSize"></data>
						<data inType="win:UnicodeString" length="ErrorMsgSize" name="ErrorMsg"></data>
					</template>
					<template tid="tid_FailingHresult">
						<data inType="win:HexInt32" name="FailingHresult"></data>
						<data inType="win:UInt16" name="ErrorMsgSize"></data>
						<data inType="win:UnicodeString" length="ErrorMsgSize" name="ErrorMsg"></data>
						<data inType="win:UInt16" name="CantMsgSize"></data>
						<data inType="win:UnicodeString" length="CantMsgSize" name="CantMsg"></data>
					</template>
					<template tid="tid_AppStart">
						<data inType="win:FILETIME" name="StartTimeOfDay"></data>
						<data inType="win:GUID" name="AppLoggerId"></data>
					</template>
					<template tid="tid_AppParameters">
						<data inType="win:UInt16" name="CommandLineSize"></data>
						<data inType="win:UnicodeString" length="CommandLineSize" name="CommandLine"></data>
					</template>
					<template tid="tid_AppStop">
						<data inType="win:UInt32" name="ExitCode"></data>
					</template>
					<template tid="tid_Test1">
						<data inType="win:UInt32" name="TestV1"></data>
						<data inType="win:UInt32" name="TestV2"></data>
						<data inType="win:UInt32" name="TestV3"></data>
						<data inType="win:UnicodeString" name="TestV4"></data>
					</template>
					<template tid="tid_AnsiTextMessage">
						<data inType="win:UInt16" name="MessageSize"></data>
						<data inType="win:AnsiString" length="MessageSize" name="Message"></data>
					</template>
					<template tid="tid_BeginPhase">
						<data inType="win:UInt16" name="PhaseID"></data>
						<data inType="win:UInt16" name="DescriptionSize"></data>
						<data inType="win:UnicodeString" length="DescriptionSize" name="Description"></data>
					</template>
					<template tid="tid_EndPhase">
						<data inType="win:UInt16" name="PhaseID"></data>
					</template>
					<template tid="tid_BeginOperation">
						<data inType="win:UInt32" name="OperationID"></data>
						<data inType="win:UInt16" name="DescriptionSize"></data>
						<data inType="win:UnicodeString" length="DescriptionSize" name="Description"></data>
						<data inType="win:UInt16" name="BlobByteSize"></data>
						<data inType="win:Binary" length="BlobByteSize" name="Blob"></data>
					</template>
					<template tid="tid_EndOperation">
						<data inType="win:UInt32" name="OperationID"></data>
						<data inType="win:UInt16" name="DescriptionSize"></data>
						<data inType="win:UnicodeString" length="DescriptionSize" name="Description"></data>
						<data inType="win:UInt16" name="BlobByteSize"></data>
						<data inType="win:Binary" length="BlobByteSize" name="Blob"></data>
					</template>
					<template tid="tid_Mark">
						<data inType="win:UInt32" name="MarkID"></data>
						<data inType="win:UInt16" name="DescriptionSize"></data>
						<data inType="win:UnicodeString" length="DescriptionSize" name="Description"></data>
						<data inType="win:UInt16" name="BlobByteSize"></data>
						<data inType="win:Binary" length="BlobByteSize" name="Blob"></data>
					</template>
					<template tid="tid_NoPayload"></template>
					<template tid="tid_FailingHresultEx">
						<data inType="win:HexInt32" name="FailingHresult"></data>
						<data inType="win:HexInt64" name="AdkId"></data>
						<data inType="win:UInt32" name="LineNumber"></data>
						<data inType="win:UInt16" name="SourceFileSize"></data>
						<data inType="win:UnicodeString" length="SourceFileSize" name="SourceFile"></data>
						<data inType="win:UInt16" name="ErrorMsgSize"></data>
						<data inType="win:UnicodeString" length="ErrorMsgSize" name="ErrorMsg"></data>
					</template>
					<template tid="tid_TextMessageEx">
						<data inType="win:HexInt64" name="AdkId"></data>
						<data inType="win:UInt32" name="LineNumber"></data>
						<data inType="win:UInt16" name="SourceFileSize"></data>
						<data inType="win:UnicodeString" length="SourceFileSize" name="SourceFile"></data>
						<data inType="win:UInt16" name="MsgSize"></data>
						<data inType="win:UnicodeString" length="MsgSize" name="Msg"></data>
					</template>
				</templates>
				<tasks>
					<task name="Application" symbol="Application" value="1"></task>
				</tasks>
				<events>
					<!-- 
              This is a test event used for testing the logger
              and related functionality
             -->
					<event level="win:Informational" message="$(string.Event.Test1Ev)" opcode="win:Info" symbol="Test1Ev" task="Application" template="tid_Test1" value="0" version="0"></event>
					<!-- 
              This event is used to log the start (beginning) of the 
              application
             -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.AppStartEv)" opcode="win:Start" symbol="AppStartEv" task="Application" template="tid_AppStart" value="1" version="1"></event>
					<!-- 
              This event is used to log the start (beginning) of the 
              application
             -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.AppParametersEv)" opcode="win:Info" symbol="AppParametersEv" task="Application" template="tid_AppParameters" value="2" version="0"></event>
					<!-- 
            This event is used to log the end (exit) of the 
            application
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.AppStopEv)" opcode="win:Stop" symbol="AppStopEv" task="Application" template="tid_AppStop" value="3" version="0"></event>
					<!-- 
            This event is used to log the initial occurrence of a 
            a Win32 error
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.Win32ErrorEv)" opcode="win:Info" symbol="Win32ErrorEv" task="Application" template="tid_Win32Error" value="4" version="0"></event>
					<!-- 
            This event is used to log the initial occurrence of a 
            a COM interface error
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.COMErrorEv)" opcode="win:Info" symbol="COMErrorEv" task="Application" template="tid_COMError" value="5" version="0"></event>
					<!-- 
            This event is used to log the initial occurrence of an
            internal error
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.InternalErrorEv)" opcode="win:Info" symbol="InternalErrorEv" task="Application" template="tid_InternalError" value="6" version="0"></event>
					<!-- 
            This event is used to log the occurrence of an error indicated
            by a failing HRESULT.  This event is for errors that are reported
            by non COM interfaces that return HRESULTS instead of Win32 errors.
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.FailingHresultErrorEv)" opcode="win:Info" symbol="FailingHresultErrorEv" task="Application" template="tid_FailingHresult" value="7" version="0"></event>
					<!-- 
            This event is what is used for the Log_Text() macro defined
            in Logging.h
           -->
					<event level="win:Informational" message="$(string.Event.AnsiTextMessageEv)" opcode="win:Info" symbol="AnsiTextMessageEv" task="Application" template="tid_AnsiTextMessage" value="8" version="0"></event>
					<!--
            This event is used to log the beginning of an applicatno Phase
           -->
					<event channel="operationalChannel" level="win:Informational" message="$(string.Event.BeginPhaseEv)" opcode="win:Info" symbol="BeginPhaseEv" task="Application" template="tid_BeginPhase" value="9" version="0"></event>
					<!--
            This event is used to log the end of an applicatno Phase
           -->
					<event channel="operationalChannel" level="win:Informational" message="$(string.Event.EndPhaseEv)" opcode="win:Info" symbol="EndPhaseEv" task="Application" template="tid_EndPhase" value="10" version="0"></event>
					<!--
          This event is used to log when the main watch dog timer times out
          -->
					<event level="win:Informational" message="$(string.Event.MainWatchDogTimeout)" opcode="win:Info" symbol="MainWatchDogTimeoutEv" task="Application" template="tid_NoPayload" value="11" version="0"></event>
					<!--
          This event is used to log when the assessment watch dog timer times out
          -->
					<event level="win:Informational" message="$(string.Event.AssessmentWatchDogTimeout)" opcode="win:Info" symbol="AssessmentWatchDogTimeoutEv" task="Application" template="tid_NoPayload" value="12" version="0"></event>
					<!--
          This event is used to log when the short watch dog timer times out
          -->
					<event level="win:Informational" message="$(string.Event.ShortWatchDogTimeout)" opcode="win:Info" symbol="ShortWatchDogTimeoutEv" task="Application" template="tid_NoPayload" value="13" version="0"></event>
					<!--
            This event is used to log the beginning of a measured operation
           -->
					<event channel="operationalChannel" level="win:Informational" message="$(string.Event.BeginOperationEv)" opcode="win:Info" symbol="BeginOperationEv" task="Application" template="tid_BeginOperation" value="14" version="0"></event>
					<!--
            This event is used to log the end of a measured operation
           -->
					<event channel="operationalChannel" level="win:Informational" message="$(string.Event.EndOperationEv)" opcode="win:Info" symbol="EndOperationEv" task="Application" template="tid_EndOperation" value="15" version="0"></event>
					<!--
            This event is used to log a point in time / Mark operation
           -->
					<event channel="operationalChannel" level="win:Informational" message="$(string.Event.MarkEv)" opcode="win:Info" symbol="MarkEv" task="Application" template="tid_Mark" value="16" version="0"></event>
					<!-- 
            This event is used to log the occurrence of an error indicated
            by a failing HRESULT.  This event is for errors that are reported
            by non COM interfaces that return HRESULTS instead of Win32 errors.
            This is an extended version of the original FailingHresultErrorEv
            that provides additional fields.
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.FailingHresultExErrorEv)" opcode="win:Info" symbol="FailingHresultExErrorEv" task="Application" template="tid_FailingHresultEx" value="17" version="0"></event>
					<!-- 
            This event is used to log the occurrence of a warning indicated
            by a failing HRESULT.  This event is for errors that are reported
            by non COM interfaces that return HRESULTS instead of Win32 errors.
            Typically, calling code would rely on the significant two bits 
            of error codes that aren't FACILITY_WIN32 to tell if the severity
            is an Error or a Warning.
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.FailingHresultExWarningEv)" opcode="win:Info" symbol="FailingHresultExWarningEv" task="Application" template="tid_FailingHresultEx" value="18" version="0"></event>
					<!-- 
            This event is used to log a Unicode text message.
           -->
					<event channel="operationalChannel" level="win:LogAlways" message="$(string.Event.TextMessageExEv)" opcode="win:Info" symbol="TextMessageExEv" task="Application" template="tid_TextMessageEx" value="19" version="0"></event>
				</events>
			</provider>
		</events>
		<counters xmlns="http://schemas.microsoft.com/win/2005/12/counters"></counters>
	</instrumentation>
	<cbb:debuggingInfo xmlns:cbb="urn:schemas-microsoft-com:asm.internal.v1">
		<cbb:sourceManifest sourcePath="d:\os\obj\amd64fre\base\eco\aarg\axe\core\dll\objfre\amd64\axeetw.man"></cbb:sourceManifest>
	</cbb:debuggingInfo>
</assembly>
