OLD | NEW |
| (Empty) |
1 <?xml version='1.0' encoding='utf-8' standalone='yes'?> | |
2 <instrumentationManifest | |
3 xmlns="http://schemas.microsoft.com/win/2004/08/events" | |
4 xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events" | |
5 xmlns:xs="http://www.w3.org/2001/XMLSchema" | |
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
7 xsi:schemaLocation="http://schemas.microsoft.com/win/2004/08/events eventman
.xsd" | |
8 > | |
9 <instrumentation> | |
10 <events> | |
11 <provider | |
12 guid="{D2D578D9-2936-45B6-A09f-30E32715F42D}" | |
13 messageFileName="chrome.dll" | |
14 name="Chrome" | |
15 resourceFileName="chrome.dll" | |
16 symbol="CHROME" | |
17 > | |
18 <channels> | |
19 <importChannel | |
20 chid="SYSTEM" | |
21 name="System" | |
22 /> | |
23 </channels> | |
24 <templates> | |
25 <template tid="tid_chrome_event"> | |
26 <data | |
27 inType="win:AnsiString" | |
28 name="Name" | |
29 /> | |
30 <data | |
31 inType="win:AnsiString" | |
32 name="Phase" | |
33 /> | |
34 <data | |
35 inType="win:AnsiString" | |
36 name="Arg Name 1" | |
37 /> | |
38 <data | |
39 inType="win:AnsiString" | |
40 name="Arg Value 1" | |
41 /> | |
42 <data | |
43 inType="win:AnsiString" | |
44 name="Arg Name 2" | |
45 /> | |
46 <data | |
47 inType="win:AnsiString" | |
48 name="Arg Value 2" | |
49 /> | |
50 <data | |
51 inType="win:AnsiString" | |
52 name="Arg Name 3" | |
53 /> | |
54 <data | |
55 inType="win:AnsiString" | |
56 name="Arg Value 3" | |
57 /> | |
58 </template> | |
59 </templates> | |
60 <events> | |
61 <event | |
62 channel="SYSTEM" | |
63 level="win:Informational" | |
64 message="$(string.ChromeEvent.EventMessage)" | |
65 opcode="win:Info" | |
66 symbol="ChromeEvent" | |
67 template="tid_chrome_event" | |
68 value="1" | |
69 /> | |
70 </events> | |
71 </provider> | |
72 </events> | |
73 </instrumentation> | |
74 <localization xmlns="http://schemas.microsoft.com/win/2004/08/events"> | |
75 <resources culture="en-US"> | |
76 <stringTable> | |
77 <string | |
78 id="ChromeEvent.EventMessage" | |
79 value="Chrome Event: %1 (%2)" | |
80 /> | |
81 </stringTable> | |
82 </resources> | |
83 </localization> | |
84 </instrumentationManifest> | |
OLD | NEW |