public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: Haojian Zhuang <haojian.zhuang@linaro.org>
To: edk2-devel@lists.01.org
Cc: Haojian Zhuang <haojian.zhuang@linaro.org>
Subject: [PATCH v2 0/1] add virtual keyboard driver
Date: Thu,  8 Mar 2018 21:34:47 +0800	[thread overview]
Message-ID: <1520516088-29994-1-git-send-email-haojian.zhuang@linaro.org> (raw)

Changelog:
v2:
  * Remove VirtualKeyboardDxe.dec. Move the GUIDs into EmbeddedPkg.dec.
  * Fix idents.
  * Add comments in zh-CHS.
  * Update comments.

Haojian Zhuang (1):
  EmbeddedPkg/Drivers: add virtual keyboard driver

 EmbeddedPkg/EmbeddedPkg.dec                                   |    1 +
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf |   60 +
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.h        |  154 +++
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h      |  544 +++++++++
 EmbeddedPkg/Include/Protocol/PlatformVirtualKeyboard.h        |   65 ++
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.c        |  188 ++++
 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c      | 1149 ++++++++++++++++++++
 7 files changed, 2161 insertions(+)
 create mode 100644 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboardDxe.inf
 create mode 100644 EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.h
 create mode 100644 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h
 create mode 100644 EmbeddedPkg/Include/Protocol/PlatformVirtualKeyboard.h
 create mode 100644 EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.c
 create mode 100644 EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c

-- 
2.7.4



             reply	other threads:[~2018-03-08 13:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-08 13:34 Haojian Zhuang [this message]
2018-03-08 13:34 ` [PATCH v2 1/1] EmbeddedPkg/Drivers: add virtual keyboard driver Haojian Zhuang
2018-04-30 16:59   ` Leif Lindholm
  -- strict thread matches above, loose matches on Subject: below --
2018-03-08 13:27 [PATCH v2 0/1] " Haojian Zhuang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520516088-29994-1-git-send-email-haojian.zhuang@linaro.org \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox