<?xml version="1.0" encoding="UTF-16"?>
<instrumentationManifest xsi:schemaLocation="http://schemas.microsoft.com/win/2004/08/events eventman.xsd" xmlns="http://schemas.microsoft.com/win/2004/08/events" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:trace="http://schemas.microsoft.com/win/2004/08/events/trace">
	<instrumentation>
		<events>
			<provider name="SimpleEtwProvider" message="$(string.ProviderMessage)" guid="{D9B453B9-6230-486C-8DEC-C7C5A2230D04}" symbol="SimpleEtwProvider" resourceFileName="C:\Program Files\EtwProvider.exe" messageFileName="C:\Program Files\EtwProvider.exe">
				<events>
					<event symbol="SimpleEvent" value="1001" version="1" channel="SimpleOperationalChannel" level="win:Informational" template="SimpleTemplate" task="SimpleTask" opcode="SimpleOpcode" keywords="SimpleKeyword" message="$(string.SimpleEtwProvider.SimpleEvent.message)">
					</event>
				</events>
				<levels>
				</levels>
				<tasks>
					<task name="SimpleTask" symbol="SimpleTask" value="1" eventGUID="{9B0655BE-219F-439E-9439-B604BD822E22}">
					</task>
				</tasks>
				<opcodes>
					<opcode name="SimpleOpcode" symbol="SimpleOpcode" value="10">
					</opcode>
				</opcodes>
				<channels>
					<channel name="SimpleOperationalChannel" chid="SimpleOperationalChannel" symbol="SimpleOperationalChannel" type="Operational" enabled="true">
					</channel>
				</channels>
				<keywords>
					<keyword name="SimpleKeyword" symbol="SimpleKeyword" mask="0x1">
					</keyword>
				</keywords>
				<templates>
					<template tid="SimpleTemplate">
						<data name="StringData" inType="win:UnicodeString" outType="xs:string">
						</data>
						<data name="IntegerData" inType="win:Int32" outType="xs:int">
						</data>
					</template>
				</templates>
			</provider>
		</events>
	</instrumentation>
	<localization>
		<resources culture="en-US">
			<stringTable>
        <string id="ProviderMessage" value="Simple Event Trace for Windows Provider"/>
				<string id="SimpleEtwProvider.SimpleEvent.message" value="A simple event to demo ETW...">
				</string>
			</stringTable>
		</resources>
	</localization>
</instrumentationManifest>
