projects
/
mirror_edk2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Don't copy *.te file into Bin_DIR directory.
[mirror_edk2.git]
/
Tools
/
Source
/
MigrationTools
/
org
/
tianocore
/
migration
/
MsaOwner.java
Commit
Line
Data
6ef5feb5
1
package org.tianocore.migration;
\r
2
\r
3
public interface MsaOwner {
\r
4
public void addSourceFiles(String filename, int arch);
\r
5
}
\r