forked from Dell-Networking/sonic-sai-vm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.cfg
37 lines (37 loc) · 1.2 KB
/
package.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"description": "This package implements the NPU plugin logic to interface VM environment with the Dell SAI implementation.",
"version": "4.0.1",
"maintainer": "Dell <[email protected]>",
"build_depends": [
"dn-common-utils-dev(<<2.0.0)",
"dn-common-utils-dev(>=1.0.0)",
"dn-db-sql-dev(<<2.0.0)",
"dn-db-sql-dev(>=1.0.0)",
"dn-logging-dev(<<2.0.0)",
"dn-logging-dev(>=1.0.0)",
"dn-sai-api-dev(<<11.0.0)",
"dn-sai-api-dev(>=10.0.0)",
"dn-sai-common-utils-dev(<<25.0.0)",
"dn-sai-common-utils-dev(>=24.0.0)"
],
"packages": [
{
"name": "dn-sai-vm",
"dependencies": [
"dn-common-utils(<<2.0.0)",
"dn-common-utils(>=1.0.0)",
"dn-db-sql(<<2.0.0)",
"dn-db-sql(>=1.0.0)",
"dn-logging(<<2.0.0)",
"dn-logging(>=1.0.0)",
"dn-sai-common-utils(<<25.0.0)",
"dn-sai-common-utils(>=24.0.0)"
],
"files": [
"etc/opt/dell/os10",
"opt/dell/os10/lib/lib*.so",
"opt/dell/os10/sai-db"
]
}
]
}