add to get build arch
authoryoonki.park <yoonki.park@samsung.com>
Fri, 22 Feb 2013 09:22:53 +0000 (18:22 +0900)
committeryoonki.park <yoonki.park@samsung.com>
Fri, 22 Feb 2013 09:22:53 +0000 (18:22 +0900)
Change-Id: I1ad097a5c31f100753b21826435f3ff0841e7b51
Signed-off-by: yoonki.park <yoonki.park@samsung.com>
org.tizen.common/src/org/tizen/common/IApplicationConfiguration.java

index ff1e3f7..93b8cdb 100755 (executable)
@@ -74,4 +74,13 @@ public interface IApplicationConfiguration {
      * @return a project type\r
      */\r
     TizenProjectType getTizenProjectType();\r
+\r
+    /**\r
+     * Returns a current build architecture.\r
+     *\r
+     * Return <code>null</code> if no values.\r
+     *\r
+     * @return a build architecture\r
+     */\r
+    String getBuildArchitecture();\r
 }
\ No newline at end of file