mirror of https://github.com/acidanthera/audk.git
Change DB's FAR name to Dummy and add a GUID for it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@951 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5a24e806b0
commit
3e50a75cd2
|
@ -7,14 +7,12 @@
|
||||||
<Abstract>The Framework Module Development Packaging System Database</Abstract>
|
<Abstract>The Framework Module Development Packaging System Database</Abstract>
|
||||||
<Description>This Database tracks all packages and platforms installed in this workspace.</Description>
|
<Description>This Database tracks all packages and platforms installed in this workspace.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
||||||
<License>
|
<License>All rights reserved.
|
||||||
All rights reserved.
|
This program and the accompanying materials are licensed and made available
|
||||||
This program and the accompanying materials are licensed and made available
|
under the terms and conditions of the BSD License which accompanies this distribution.
|
||||||
under the terms and conditions of the BSD License which accompanies this distribution.
|
The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
|
||||||
The full text of the license may be found at http://opensource.org/licenses/bsd-license.php
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES
|
OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
|
||||||
OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
||||||
</License>
|
|
||||||
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</FdbHeader>
|
</FdbHeader>
|
||||||
<PackageList>
|
<PackageList>
|
||||||
|
@ -31,6 +29,6 @@
|
||||||
<Filename>EdkNt32Pkg/Nt32.fpd</Filename>
|
<Filename>EdkNt32Pkg/Nt32.fpd</Filename>
|
||||||
</PlatformList>
|
</PlatformList>
|
||||||
<FarList>
|
<FarList>
|
||||||
<Filename>hello.world</Filename>
|
<Filename FarGuid="91062dfe-0bce-45b1-b3ad-3387d8d29d3f">Dummy</Filename>
|
||||||
</FarList>
|
</FarList>
|
||||||
</FrameworkDatabase>
|
</FrameworkDatabase>
|
Loading…
Reference in New Issue