[Title] emulator-manager : add hw key option
authorjihye kim <jihye1128.kim@samsung.com>
Wed, 20 Mar 2013 02:29:08 +0000 (11:29 +0900)
committerjihye kim <jihye1128.kim@samsung.com>
Wed, 20 Mar 2013 02:29:08 +0000 (11:29 +0900)
[Desc.] add hw key option
[Issue] N/A

Change-Id: I634f1ed70be9c443a7cb8971c343d7fb648be78e

src/org/tizen/emulator/manager/vms/Launcher.java

index 51c7899..5d0ed36 100644 (file)
@@ -295,6 +295,10 @@ public class Launcher {
                        cmd.add("-device");
                        cmd.add("virtio-esm-pci");
 
+                       // for hardware key
+                       cmd.add("-device");
+                       cmd.add("virtio-hwkey-pci");
+
                } else {    // ARM part of cmd
                        cmd.add("-drive");
                        cmd.add("file=" + property.getConfiguration().getBaseInformation().getDiskImage().getCurrentDiskImage().getValue()+ ",id=virtio-blk,if=none");