mirror of https://github.com/acidanthera/audk.git
Updated Header information, added Guid, Version Specification, removed createdBy
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@413 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0850ca3b8c
commit
e660116bb3
|
@ -1,21 +1,27 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!--
|
|
||||||
Copyright (c) 2006, Intel Corporation
|
|
||||||
All rights reserved. This program and the accompanying materials
|
|
||||||
are licensed and made available 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 PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
||||||
-->
|
|
||||||
<FrameworkPlatformDescription xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
|
<FrameworkPlatformDescription xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
|
||||||
<PlatformHeader>
|
<PlatformHeader>
|
||||||
<PlatformName>NT32</PlatformName>
|
<PlatformName>NT32</PlatformName>
|
||||||
<Abstract>EFI/Tiano Emulation Platform</Abstract>
|
<GuidValue>eb216561-961f-47ee-9ef9-ca426ef547c2</GuidValue>
|
||||||
<Description>The Emulation Platform can be used to debug individual modules, prior to creating a real platform. This also provides an example for how an FPD is created.</Description>
|
<Version>0.3</Version>
|
||||||
<Created>2006-02-23 18:21</Created>
|
<Abstract>EFI/Framework Emulation Platform</Abstract>
|
||||||
<CreatedBy>lhauch</CreatedBy>
|
<Description>
|
||||||
|
The Emulation Platform can be used to debug individual modules, prior to creating
|
||||||
|
a real platform. This also provides an example for how an FPD is created.
|
||||||
|
</Description>
|
||||||
|
<Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
|
||||||
|
<License>
|
||||||
|
All rights reserved. This program and the accompanying materials
|
||||||
|
are licensed and made available 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 PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
</License>
|
||||||
|
<CreatedDate>2006-02-23 18:21</CreatedDate>
|
||||||
|
<ModifiedDate>2006-06-03 20:20</ModifiedDate>
|
||||||
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
||||||
</PlatformHeader>
|
</PlatformHeader>
|
||||||
<Flash>
|
<Flash>
|
||||||
<FlashDefinitionFile>FlashMap.fdf</FlashDefinitionFile>
|
<FlashDefinitionFile>FlashMap.fdf</FlashDefinitionFile>
|
||||||
|
|
Loading…
Reference in New Issue