cd ...... works unnormally in shell
USB CBI1 driver has no component name protocol 


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2328 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xgu3
2007-01-26 08:35:57 +00:00
parent b4667b1105
commit c7916981cc
4 changed files with 252 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
<MsaHeader>
<ModuleName>UsbCbi1</ModuleName>
@@ -56,6 +56,7 @@
<SourceFiles>
<Filename>cbi.h</Filename>
<Filename>cbi1.c</Filename>
<Filename>ComponentName.c</Filename>
</SourceFiles>
<PackageDependencies>
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
@@ -76,7 +77,8 @@
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
<Extern>
<DriverBinding>gCBI1DriverBinding</DriverBinding>
<DriverBinding>gUsbCbi1DriverBinding</DriverBinding>
<ComponentName>gUsbCbi1ComponentName</ComponentName>
</Extern>
</Externs>
</ModuleSurfaceArea>