43 lines
1.7 KiB
Plaintext
43 lines
1.7 KiB
Plaintext
|
|
;
|
|
; Used by release for copying micellanenous files from builds.
|
|
;
|
|
; This text file maps the language release root between Build machine and
|
|
; release servers/conglomerator.
|
|
; Used by MiscRel.cmd to perform remote copy.
|
|
;
|
|
; Description of fields:
|
|
;
|
|
; Group = Files are propagated based by language or build.
|
|
;
|
|
; Target = SymbolCD, DDK, HAL, IFS, OPK....
|
|
;
|
|
; Lang = Language.
|
|
;
|
|
; Arch = Architecture. x86 or ia64.
|
|
;
|
|
; Type = Free or Checked.
|
|
;
|
|
; SourceDir = Path in the language root release of build machine.
|
|
;
|
|
; DestDir = Path in the language root release of release servers.
|
|
;
|
|
; Comments = Comments. This column is ignored by scripts.
|
|
;
|
|
|
|
;
|
|
; Group Target Lang Arch Type SourceDir DestDir ExcludeDir Comments
|
|
; ======================================================================================================
|
|
lang SymbolCD usa all all symbolcd\cd SymbolCD
|
|
lang DDK usa all all ddk_cd DDK
|
|
lang HALCOM usa all all ddk_cd\common HAL\common
|
|
lang IFSCOM usa all all ddk_cd\common IFS\common
|
|
lang PDKCOM usa all all ddk_cd\common PDK\common
|
|
lang HAL usa all all hal_cd HAL
|
|
lang IFS usa all all ifs_cd IFS
|
|
lang PDK usa all all processor_cd PDK
|
|
lang OPK usa x86 fre opk OPK
|
|
lang OPK @FE;@EU;@CS x86 fre opk OPK SBSI
|
|
lang OPKTOOL all ia64 fre opk\tools OPK\tools
|
|
lang MANTIS usa x86 fre mantis mantis
|