Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Status = EfiLibInstallDriverBindingComponentName2 (
  2. ImageHandle,
  3. SystemTable,
  4. &gConPlatformTextInDriverBinding,
  5. ImageHandle,
  6. &gConPlatformComponentName,
  7. &gConPlatformComponentName2
  8. );
  9.  
  10. status = EfiLibInstallDriverBindingComponentName2(
  11. imageHandle,
  12. systemTable,
  13. &TestDriverBindingProtocol,
  14. imageHandle,
  15. &TestDriverComponentName,
  16. NULL);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement