upload latest liborchestration archive 14/204614/1 accepted/tizen/unified/20190425.111806 submit/tizen/20190425.040934
authorwansuyoo <wansu.yoo@samsung.com>
Thu, 25 Apr 2019 03:19:31 +0000 (12:19 +0900)
committerwansuyoo <wansu.yoo@samsung.com>
Thu, 25 Apr 2019 03:20:22 +0000 (12:20 +0900)
Change-Id: Ia69673d1b2788ee7647272a732953217ee5d418f
Signed-off-by: wansuyoo <wansu.yoo@samsung.com>
src/CMain/bin/edge-orchestration
src/CMain/inc/linux_arm/orchestration.h
src/CMain/lib/liborchestration-0.0.1-20190419.1556.a [deleted file]
src/CMain/lib/liborchestration-0.0.1-20190425.1131.a [new file with mode: 0644]
src/CMain/lib/liborchestration.a
src/CMain/lib/linux_arm/liborchestration-0.0.1-20190424.1539.a [deleted file]
src/CMain/lib/linux_arm/liborchestration-0.0.1-20190425.1131.a [new file with mode: 0644]
src/CMain/lib/linux_arm/liborchestration.a
src/GoMain/bin/edge-orchestration [new file with mode: 0755]
src/errormsg/errormsg.go
src/errormsg/errormsg_test.go

index 2fc734dfafb0e01c20632d64054b2fea545aa405..e93652d51dc21a6f63f88b6a52b358a1b522c3ee 100755 (executable)
Binary files a/src/CMain/bin/edge-orchestration and b/src/CMain/bin/edge-orchestration differ
index e2cf75b5938bf1990017a72f4fbd6a618d3dfbac..e7df7450025dc922c87bb0a35ca822dc0e253a0f 100644 (file)
@@ -3,16 +3,14 @@
 /* package interface */
 
 
-#line 1 "cgo-builtin-export-prolog"
+#line 1 "cgo-builtin-prolog"
 
 #include <stddef.h> /* for ptrdiff_t below */
 
 #ifndef GO_CGO_EXPORT_PROLOGUE_H
 #define GO_CGO_EXPORT_PROLOGUE_H
 
-#ifndef GO_CGO_GOSTRING_TYPEDEF
 typedef struct { const char *p; ptrdiff_t n; } _GoString_;
-#endif
 
 #endif
 
@@ -71,9 +69,7 @@ typedef double _Complex GoComplex128;
 */
 typedef char _check_for_32_bit_pointer_matching_GoInt[sizeof(void*)==32/8 ? 1:-1];
 
-#ifndef GO_CGO_GOSTRING_TYPEDEF
 typedef _GoString_ GoString;
-#endif
 typedef void *GoMap;
 typedef void *GoChan;
 typedef struct { void *t; void *v; } GoInterface;
diff --git a/src/CMain/lib/liborchestration-0.0.1-20190419.1556.a b/src/CMain/lib/liborchestration-0.0.1-20190419.1556.a
deleted file mode 100644 (file)
index 25a3a79..0000000
Binary files a/src/CMain/lib/liborchestration-0.0.1-20190419.1556.a and /dev/null differ
diff --git a/src/CMain/lib/liborchestration-0.0.1-20190425.1131.a b/src/CMain/lib/liborchestration-0.0.1-20190425.1131.a
new file mode 100644 (file)
index 0000000..00c0b91
Binary files /dev/null and b/src/CMain/lib/liborchestration-0.0.1-20190425.1131.a differ
index 1448c9be8df647382f36a53d9646035b513b93ae..bea96232e25a1311c1fccd0a6c916345f1baaad9 120000 (symlink)
@@ -1 +1 @@
-liborchestration-0.0.1-20190419.1556.a
\ No newline at end of file
+liborchestration-0.0.1-20190425.1131.a
\ No newline at end of file
diff --git a/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190424.1539.a b/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190424.1539.a
deleted file mode 100644 (file)
index 862ccf2..0000000
Binary files a/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190424.1539.a and /dev/null differ
diff --git a/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190425.1131.a b/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190425.1131.a
new file mode 100644 (file)
index 0000000..66d8fa7
Binary files /dev/null and b/src/CMain/lib/linux_arm/liborchestration-0.0.1-20190425.1131.a differ
index 15422d8084c436f7d0d4370635e6f333e7dfdcd0..bea96232e25a1311c1fccd0a6c916345f1baaad9 120000 (symlink)
@@ -1 +1 @@
-liborchestration-0.0.1-20190424.1539.a
\ No newline at end of file
+liborchestration-0.0.1-20190425.1131.a
\ No newline at end of file
diff --git a/src/GoMain/bin/edge-orchestration b/src/GoMain/bin/edge-orchestration
new file mode 100755 (executable)
index 0000000..1d7bae2
Binary files /dev/null and b/src/GoMain/bin/edge-orchestration differ
index 832c89822c484a5cfdbe9697f0294fd52d87af69..07da1d4946594222d42f7484ecdd2143f5b91746 100644 (file)
@@ -1,3 +1,19 @@
+/*******************************************************************************\r
+ * Copyright 2019 Samsung Electronics All Rights Reserved.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ *******************************************************************************/\r
 package errormsg\r
 \r
 import (\r
index e35ff5531ddf6fdf83614fcbaad1b1aad604c614..c02de121d80b40e7f40db01449e2c32941b127bd 100644 (file)
@@ -1,11 +1,26 @@
+/*******************************************************************************\r
+ * Copyright 2019 Samsung Electronics All Rights Reserved.\r
+ *\r
+ * Licensed under the Apache License, Version 2.0 (the "License");\r
+ * you may not use this file except in compliance with the License.\r
+ * You may obtain a copy of the License at\r
+ *\r
+ * http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ * Unless required by applicable law or agreed to in writing, software\r
+ * distributed under the License is distributed on an "AS IS" BASIS,\r
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ *\r
+ *******************************************************************************/\r
 package errormsg\r
 \r
-import \r
-(\r
+import (\r
        "testing"\r
 )\r
 \r
 func TestErrorMsg(t *testing.T) {\r
        err := ToError(ErrorNotReadyOrchestrationInit)\r
        t.Log(ToString(err))\r
-}
\ No newline at end of file
+}\r