diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-18 19:45:25 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-18 19:48:08 +0900 |
commit | e5807a6eda86c58864dbb78bd356b2711c887d00 (patch) | |
tree | 68638ef69577de2be5d26ccd9baaa4a4e9cf6ae7 /obsolete | |
parent | 808de7c2137ce72125fed596e3058bfaa8aa5f25 (diff) | |
download | building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.tar.gz building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.tar.bz2 building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.zip |
Domain Revised: Assort by API sets in developer.tizen.orgsubmit/tizen/20170418.111010
Change-Id: Ib96af8509d36f92223fc1bb8c00227e3ee05f3f3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'obsolete')
-rw-r--r-- | obsolete/domain-UI.inc | 15 | ||||
-rw-r--r-- | obsolete/domain-UIX.inc | 16 | ||||
-rw-r--r-- | obsolete/domain-appfw.inc | 14 | ||||
-rw-r--r-- | obsolete/domain-graphics.inc | 15 | ||||
-rw-r--r-- | obsolete/domain-hal.inc | 164 | ||||
-rw-r--r-- | obsolete/domain-kernel.inc | 36 | ||||
-rw-r--r-- | obsolete/domain-multimedia.inc | 16 | ||||
-rw-r--r-- | obsolete/domain-network.inc | 16 | ||||
-rw-r--r-- | obsolete/domain-security.inc | 16 | ||||
-rw-r--r-- | obsolete/domain-service-framework.inc | 15 | ||||
-rw-r--r-- | obsolete/domain-systemfw.inc | 16 | ||||
-rw-r--r-- | obsolete/domain-window-system.inc | 15 |
12 files changed, 354 insertions, 0 deletions
diff --git a/obsolete/domain-UI.inc b/obsolete/domain-UI.inc new file mode 100644 index 0000000..19e6656 --- /dev/null +++ b/obsolete/domain-UI.inc @@ -0,0 +1,15 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_UI +Summary: UI Domain +Requires: efl +Requires: libwayland-server +%description root-domain_UI +Tizen UI Domain Root Block +%files root-domain_UI + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-UIX.inc b/obsolete/domain-UIX.inc new file mode 100644 index 0000000..88d9ae2 --- /dev/null +++ b/obsolete/domain-UIX.inc @@ -0,0 +1,16 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_UIX +Summary: UIX +%description root-domain_UIX +The domain, "UIX". +%files root-domain_UIX +# Keep this empty + + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-appfw.inc b/obsolete/domain-appfw.inc new file mode 100644 index 0000000..8bcd796 --- /dev/null +++ b/obsolete/domain-appfw.inc @@ -0,0 +1,14 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_AppFW +Summary: Application Framework +%description root-domain_AppFW +The domain, "Application Framework". +%files root-domain_AppFW +# Keep this empty + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-graphics.inc b/obsolete/domain-graphics.inc new file mode 100644 index 0000000..6fb3073 --- /dev/null +++ b/obsolete/domain-graphics.inc @@ -0,0 +1,15 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_graphics +Summary: Graphics +%description root-domain_graphics +The domain, "Graphics". +%files root-domain_graphics +# Keep this empty + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-hal.inc b/obsolete/domain-hal.inc new file mode 100644 index 0000000..358f4f0 --- /dev/null +++ b/obsolete/domain-hal.inc @@ -0,0 +1,164 @@ +# Maintainer: Inki Dae <inki.dae@samsung.com> +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_HAL +Summary: Tizen HAL Domain +Suggests: %{name}-sub1-domain_HAL-sort_by_device +Suggests: %{name}-sub1-domain_HAL-display +Suggests: %{name}-sub1-domain_HAL-audio +Suggests: %{name}-sub1-domain_HAL-bluetooth +%description root-domain_HAL +Tizen HAL domain +%files root-domain_HAL + +%package sub1-domain_HAL-sort_by_device +Summary: Tizen HAL packages sorted by devices +Suggests: %{name}-sub2-domain_HAL-sort_by_device-odroid_xu3 +Suggests: %{name}-sub2-domain_HAL-sort_by_device-odroid_xu4 +Suggests: %{name}-sub2-domain_HAL-sort_by_device-TM1 +Suggests: %{name}-sub2-domain_HAL-sort_by_device-TM2 +Suggests: %{name}-sub2-domain_HAL-sort_by_device-RPI3 +%description sub1-domain_HAL-sort_by_device +Tizen HAL packages sorted by devices +%files sub1-domain_HAL-sort_by_device + +%package sub2-domain_HAL-sort_by_device-odroid_xu3 +Summary: Tizen HAL packages for Device Odroid Xu3 +Requires: libdrm +Requires: libtbm-exynos +Requires: libtdm-exynos +Suggests: arm-odroidxu3-linux-kernel +%description sub2-domain_HAL-sort_by_device-odroid_xu3 +Tizen HAL packages for the Device ODROID XU3 +%files sub2-domain_HAL-sort_by_device-odroid_xu3 + +%package sub2-domain_HAL-sort_by_device-odroid_xu4 +Summary: Tizen HAL packages for Device Odroid Xu4 +Requires: libdrm +Requires: libtbm-exynos +Requires: libtdm-exynos +%description sub2-domain_HAL-sort_by_device-odroid_xu4 +Tizen HAL packages for the Device Odroid XU4 +%files sub2-domain_HAL-sort_by_device-odroid_xu4 + +%package sub2-domain_HAL-sort_by_device-TM1 +Summary: Tizen HAL packages for Device TM1 +Requires: libdrm +Requires: libtbm-sprd +Requires: libtdm-sprd +%description sub2-domain_HAL-sort_by_device-TM1 +Tizen HAL packages for the Device TM1 +%files sub2-domain_HAL-sort_by_device-TM1 + +%package sub2-domain_HAL-sort_by_device-TM2 +Summary: Tizen HAL packages for Device TM2 +Requires: libdrm +Requires: libtbm-exynos +Requires: libtdm-exynos +Suggests: arm64-tm2-linux-kernel +%description sub2-domain_HAL-sort_by_device-TM2 +Tizen HAL packages for the Device TM2 +%files sub2-domain_HAL-sort_by_device-TM2 + +%package sub2-domain_HAL-sort_by_device-RPI3 +Summary: Tizen HAL packages for Device Raspberry Pi 3 +Requires: model-config-tm1 +Suggests: arm64-rpi3-linux-kernel +Suggests: arm64-rpi3-linux-kernel-modules +%description sub2-domain_HAL-sort_by_device-RPI3 +Tizen HAL packages for the Device Raspberry Pi 3 +We do not have RPI3 specific userspace device drivers and reusing some of TM1 packages. +%files sub2-domain_HAL-sort_by_device-RPI3 + + +%package sub1-domain_HAL-display +Summary: Tizen Display HAL +Suggests: %{name}-sub2-domain_HAL-display-odroid +Suggests: %{name}-sub2-domain_HAL-display-TM2 +Suggests: %{name}-sub2-domain_HAL-display-TM1 +%description sub1-domain_HAL-display +Tizen Display HAL domain +%files sub1-domain_HAL-display + +%package sub2-domain_HAL-display-odroid +Summary: Tizen Display Hal for Odroid +Requires: libdrm +Requires: libtbm-exynos +Requires: libtdm-exynos +%description sub2-domain_HAL-display-odroid +Tizen Display HAL domain for Odroid +%files sub2-domain_HAL-display-odroid + +%package sub2-domain_HAL-display-TM2 +Summary: Tizen Display Hal for TM2 +Requires: libdrm +Requires: libtbm-exynos +Requires: libtdm-exynos +%description sub2-domain_HAL-display-TM2 +Tizen Display HAL domain for TM2 +%files sub2-domain_HAL-display-TM2 + + +%package sub2-domain_HAL-display-TM1 +Summary: Tizen Display Hal for TM1 +Requires: libdrm +Requires: libtbm-sprd +Requires: libtdm-sprd +%description sub2-domain_HAL-display-TM1 +Tizen Display HAL domain for TM1 +%files sub2-domain_HAL-display-TM1 + + + + +%package sub1-domain_HAL-audio +Summary: Tizen Audio HAL +Suggests: %{name}-sub2-domain_HAL-audio-odroid +Suggests: %{name}-sub2-domain_HAL-audio-TM2 +Suggests: %{name}-sub2-domain_HAL-audio-TM1 +%description sub1-domain_HAL-audio +Tizen Audio HAL domain +%files sub1-domain_HAL-audio + + +%package sub2-domain_HAL-audio-odroid +Summary: HAL packages for Odroid AUdio +%description sub2-domain_HAL-audio-odroid +%files sub2-domain_HAL-audio-odroid + +%package sub2-domain_HAL-audio-TM2 +Summary: HAL packages for TM2 Audio +%description sub2-domain_HAL-audio-TM2 +%files sub2-domain_HAL-audio-TM2 + +%package sub2-domain_HAL-audio-TM1 +Summary: HAL packages for TM1 Audio +%description sub2-domain_HAL-audio-TM1 +%files sub2-domain_HAL-audio-TM1 + + + + + +%package sub1-domain_HAL-bluetooth +Summary: Tizen Bluetooth HAL +Suggests: %{name}-sub2-domain_HAL-bluetooth-TM2 +Suggests: %{name}-sub2-domain_HAL-bluetooth-TM1 +%description sub1-domain_HAL-bluetooth +Tizen Bluetooth HAL domain +%files sub1-domain_HAL-bluetooth + + +%package sub2-domain_HAL-bluetooth-TM2 +Summary: HAL packages for TM2 Bluetooth +%description sub2-domain_HAL-bluetooth-TM2 +%files sub2-domain_HAL-bluetooth-TM2 + + +%package sub2-domain_HAL-bluetooth-TM1 +Summary: HAL packages for TM1 Bluetooth +%description sub2-domain_HAL-bluetooth-TM1 +%files sub2-domain_HAL-bluetooth-TM1 + + +# END diff --git a/obsolete/domain-kernel.inc b/obsolete/domain-kernel.inc new file mode 100644 index 0000000..8474a2a --- /dev/null +++ b/obsolete/domain-kernel.inc @@ -0,0 +1,36 @@ +# Maintainer: Inki Dae <inki.dae@samsung.com> +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_Kernel +Summary: Tizen Kernel Domain +Suggests: %{name}-sub1-domain_Kernel-chooseonlyone_Kernel +%description root-domain_Kernel +This domain, "Kernel", introdues packages and sub-domains/features +of Tizen Kernel packages. +This is maintained by Inki Dae. +%files root-domain_Kernel +# Keep this empty + + + +# Note to S-Core +# When a block name is "chooseonlyone_*", its UI-shown name is "*" and the elements are shown with radio-button (choose only one) UI. +# Recommended: add only one Requires here. +# TIC is going to choose only one package that provides the "requires" package. +# In this example, TIC is going to choose one pakcage that Provides linux-kernel >= 3.10 if root-domain_chooseonlyone_Kernel is chosen. +# By default, any package is going to be chosen unless there is another dependencies. + +%package sub1-domain_Kernel-chooseonlyone_Kernel +Summary: Linux Kernel +Requires: linux-kernel >= 3.10 + +%description sub1-domain_Kernel-chooseonlyone_Kernel +Include Linux Kernel in the Platform Image + +%files sub1-domain_Kernel-chooseonlyone_Kernel +# Keep this empty + + + + +# END diff --git a/obsolete/domain-multimedia.inc b/obsolete/domain-multimedia.inc new file mode 100644 index 0000000..904f3a4 --- /dev/null +++ b/obsolete/domain-multimedia.inc @@ -0,0 +1,16 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_multimedia +Summary: Multimedia +%description root-domain_multimedia +The domain, "Multimedia". +%files root-domain_multimedia +# Keep this empty + + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-network.inc b/obsolete/domain-network.inc new file mode 100644 index 0000000..23836fe --- /dev/null +++ b/obsolete/domain-network.inc @@ -0,0 +1,16 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_network +Summary: Network +%description root-domain_network +The domain, "Network". +%files root-domain_network +# Keep this empty + + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-security.inc b/obsolete/domain-security.inc new file mode 100644 index 0000000..450258f --- /dev/null +++ b/obsolete/domain-security.inc @@ -0,0 +1,16 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + + +%package root-domain_security +Summary: Security +%description root-domain_security +The domain, "Security". +%files root-domain_security +# Keep this empty + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-service-framework.inc b/obsolete/domain-service-framework.inc new file mode 100644 index 0000000..0417871 --- /dev/null +++ b/obsolete/domain-service-framework.inc @@ -0,0 +1,15 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_serviceFW +Summary: Service Framework +%description root-domain_serviceFW +The domain, "Service Framework". +%files root-domain_serviceFW +# Keep this empty + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END diff --git a/obsolete/domain-systemfw.inc b/obsolete/domain-systemfw.inc new file mode 100644 index 0000000..0bcaf49 --- /dev/null +++ b/obsolete/domain-systemfw.inc @@ -0,0 +1,16 @@ +# Maintainer: ... +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_SystemFW +Summary: Tizen System Framework +Suggests: resourced +Suggests: deviced +%description root-domain_SystemFW +This domain, "System FW", introduces packages and sub-domains/features +of Tizen System-FW domain. +This is maintained by ... +%files root-domain_SystemFW +# Keep this empty + + +# END diff --git a/obsolete/domain-window-system.inc b/obsolete/domain-window-system.inc new file mode 100644 index 0000000..d8c1938 --- /dev/null +++ b/obsolete/domain-window-system.inc @@ -0,0 +1,15 @@ +# Maintainer: Please Write +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_Window +Summary: Window System +%description root-domain_Window +The domain, "Window System". +%files root-domain_Window +# Keep this empty + + +### << PLEASE FILL IN YOUR ROOT/SUB PACKAGES >> ### + + +# END |