removed unnecessary name space declarations in some top level elements
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@700 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<Abstract>Component description file for the PEI library.</Abstract>
|
||||
<Description>FIX ME!</Description>
|
||||
<Copyright>Copyright (c) 2004 - 2005, Intel Corporation</Copyright>
|
||||
<License xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">All rights reserved. This program and the accompanying materials
|
||||
<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
|
||||
@ -21,7 +21,7 @@
|
||||
<BinaryModule>false</BinaryModule>
|
||||
<OutputFileBasename>EdkBsDataHubStatusCodeLib</OutputFileBasename>
|
||||
</ModuleDefinitions>
|
||||
<LibraryClassDefinitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<LibraryClassDefinitions>
|
||||
<LibraryClass Usage="ALWAYS_PRODUCED">
|
||||
<Keyword>EdkBsDataHubStatusCodeLib</Keyword>
|
||||
</LibraryClass>
|
||||
@ -50,7 +50,7 @@
|
||||
<Keyword>UefiBootServicesTableLib</Keyword>
|
||||
</LibraryClass>
|
||||
</LibraryClassDefinitions>
|
||||
<SourceFiles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<SourceFiles>
|
||||
<Filename>BsDataHubStatusCode.c</Filename>
|
||||
<Filename>BsDataHubStatusCode.h</Filename>
|
||||
</SourceFiles>
|
||||
@ -58,7 +58,7 @@
|
||||
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
||||
<Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
|
||||
</PackageDependencies>
|
||||
<Protocols xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Protocols>
|
||||
<Protocol Usage="ALWAYS_CONSUMED">
|
||||
<ProtocolCName>StatusCode</ProtocolCName>
|
||||
</Protocol>
|
||||
@ -66,19 +66,19 @@
|
||||
<ProtocolCName>DataHub</ProtocolCName>
|
||||
</Protocol>
|
||||
</Protocols>
|
||||
<Events xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Events>
|
||||
<CreateEvents>
|
||||
<EventTypes EventGuidCName="EFI_EVENT_NOTIFY_SIGNAL" Usage="ALWAYS_CONSUMED">
|
||||
<EventType>EVENT_GROUP_GUID</EventType>
|
||||
</EventTypes>
|
||||
</CreateEvents>
|
||||
</Events>
|
||||
<DataHubs xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<DataHubs>
|
||||
<DataHubRecord Usage="ALWAYS_CONSUMED">
|
||||
<DataHubCName>gEfiStatusCodeGuid</DataHubCName>
|
||||
</DataHubRecord>
|
||||
</DataHubs>
|
||||
<Guids xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<Guids>
|
||||
<GuidCNames Usage="ALWAYS_CONSUMED">
|
||||
<GuidCName>StatusCode</GuidCName>
|
||||
</GuidCNames>
|
||||
|
Reference in New Issue
Block a user