summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Song <jihoon80.song@samsung.com>2014-06-30 16:44:50 +0900
committerJihoon Song <jihoon80.song@samsung.com>2014-07-03 20:26:20 +0900
commitc369082cdd03b291b5c0eb54acd20623f2f48ec5 (patch)
treee7fbfe757bd489132403e137c8287fc10d30e906
parent8ecacc604e76d6d5ac4eff676e72de77db1490c2 (diff)
downloadcommon-eplugin-c369082cdd03b291b5c0eb54acd20623f2f48ec5.tar.gz
common-eplugin-c369082cdd03b291b5c0eb54acd20623f2f48ec5.tar.bz2
common-eplugin-c369082cdd03b291b5c0eb54acd20623f2f48ec5.zip
SIGN: Restored codes for emulator certificate policy
Change-Id: I9dc31393d7ba353abed651b3f5510c45e05e399e Signed-off-by: Jihoon Song <jihoon80.song@samsung.com>
-rw-r--r--org.tizen.common.sign/src/org/tizen/common/sign/signer/SignatureGenerator.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.tizen.common.sign/src/org/tizen/common/sign/signer/SignatureGenerator.java b/org.tizen.common.sign/src/org/tizen/common/sign/signer/SignatureGenerator.java
index 13c507613..f163a5e54 100644
--- a/org.tizen.common.sign/src/org/tizen/common/sign/signer/SignatureGenerator.java
+++ b/org.tizen.common.sign/src/org/tizen/common/sign/signer/SignatureGenerator.java
@@ -191,6 +191,11 @@ public class SignatureGenerator {
break;
}
}
+ } else {
+ // Comment note:
+ // If it is a target without profile, allow the Emulator profile.
+ // If doesn't have a profile, use default certificates.
+ return getEmulatorProfile();
}
// interact user for setting profiles