]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Source/Prototype/Database.java
Translate the Arch enum to an arch directory name. This is necessary for Linux builds...
[mirror_edk2.git] / Tools / Source / Prototype / Database.java
CommitLineData
878ddf1f 1import java.util.*;\r
2\r
3public class Database\r
4{\r
5 Database()\r
6 {\r
7 }\r
8 Database(String n)\r
9 {\r
10 name=n;\r
11 }\r
12 public String name;\r
13 Map<String,Set<Package>> packages;\r
14}\r