release the package
authorBang Kwang min <justine.bang@samsung.com>
Tue, 28 Aug 2012 02:05:45 +0000 (11:05 +0900)
committerBang Kwang min <justine.bang@samsung.com>
Tue, 28 Aug 2012 02:05:45 +0000 (11:05 +0900)
org.tizen.download-manager_0.0.1-8

changes )
add edc file

packaging/org.tizen.download-manager.spec
res/download-manager.edc [new file with mode: 0644]

index 722f666..28aad0e 100644 (file)
@@ -2,7 +2,7 @@
 Name:  org.tizen.download-manager
 Summary:       Application for support of the content download
 Version:       0.0.1
-Release:       7
+Release:       8
 Group:         TO_BE_FILLED_IN
 License:       TO_BE_FILLED_IN
 URL:           N/A
diff --git a/res/download-manager.edc b/res/download-manager.edc
new file mode 100644 (file)
index 0000000..a4db74f
--- /dev/null
@@ -0,0 +1,65 @@
+/*
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  Licensed under the Apache License, Version 2.0 (the "License");
+ *  you may not use this file except in compliance with the License.
+ *  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ *
+ */
+
+collections {
+       group {
+               name: "download/selectioninfo";
+               parts {
+                       part {
+                               name: "gen.swallow.contents";
+                               type: SWALLOW;
+                               description {
+                                       state: "default" 0.0;
+                                       align: 0.5 0.0;
+                               }
+                       }
+                       part {
+                               name: "sel.swallow.contents";
+                               type: SWALLOW;
+                               description {
+                                       state: "default" 0.0;
+                                       fixed: 0 1;
+                                       align: 0.5 1.0;
+                                       rel1 {
+                                               relative: 0.0 1.0;
+                                               to:"gen.swallow.contents";
+                                       }
+                               }
+                               description { state: "hide" 0.0;
+                               inherit: "default" 0.0;
+                               visible: 0;
+                               }
+                       }
+               }
+               programs {
+                       program {
+                               name: "show";
+                               signal: "show,selection,info";
+                               source: "elm";
+                               action: STATE_SET "default" 0.0;
+                               target: "sel.swallow.contents";
+                       }
+                       program {
+                               name: "hide";
+                               signal: "hide,selection,info";
+                               source: "elm";
+                               action: STATE_SET "hide" 0.0;
+                               target: "sel.swallow.contents";
+                       }
+               }
+       }
+}