Skip to content

Commit e68f1b5

Browse files
authored
Add cgmanifest.json files to track dependencies that come from SupportFiles packages. (#2082)
1 parent d0aab49 commit e68f1b5

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

src/PerfView/cgmanifest.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"version": 1,
4+
"registrations": [
5+
{
6+
"component": {
7+
"type": "other",
8+
"other": {
9+
"name": "KernelTraceControl",
10+
"version": "10.0.22000.1",
11+
"downloadUrl": "https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install",
12+
"hash": ""
13+
}
14+
}
15+
},
16+
{
17+
"component": {
18+
"type": "other",
19+
"other": {
20+
"name": "msdia140",
21+
"version": "14.36.32543.0",
22+
"downloadUrl": "https://devdiv.visualstudio.com/DevDiv/_artifacts/feed/VS-CoreXtFeeds/NuGet/VS.Redist.Vctools.Amd64/overview/1.0.8605846-17-6-20231027-01",
23+
"hash": ""
24+
}
25+
}
26+
},
27+
{
28+
"component": {
29+
"type": "other",
30+
"other": {
31+
"name": "DiagnosticsHub.Packaging",
32+
"version": "15.9.18158.1",
33+
"downloadUrl": "https://devdiv.visualstudio.com/DevDiv/_artifacts/feed/VS/NuGet/Microsoft.DiagnosticsHub.Files/overview/17.12.35119.2",
34+
"hash": ""
35+
}
36+
}
37+
}
38+
]
39+
}

src/TraceEvent/cgmanifest.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
3+
"version": 1,
4+
"registrations": [
5+
{
6+
"component": {
7+
"type": "other",
8+
"other": {
9+
"name": "KernelTraceControl",
10+
"version": "10.0.22000.1",
11+
"downloadUrl": "https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install",
12+
"hash": ""
13+
}
14+
}
15+
},
16+
{
17+
"component": {
18+
"type": "other",
19+
"other": {
20+
"name": "msdia140",
21+
"version": "14.36.32543.0",
22+
"downloadUrl": "https://devdiv.visualstudio.com/DevDiv/_artifacts/feed/VS-CoreXtFeeds/NuGet/VS.Redist.Vctools.Amd64/overview/1.0.8605846-17-6-20231027-01",
23+
"hash": ""
24+
}
25+
}
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)