From ea1bb1ca653d26fbfbf9e016515a9683af8a02c5 Mon Sep 17 00:00:00 2001 From: Jose Alcerreca Date: Fri, 21 Aug 2020 13:23:54 +0200 Subject: [PATCH] Adds packaging metadata Change-Id: I35cd08369b519fb45d9ad9f31831f6a2c9a91717 --- Crane/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ JetNews/.google/packaging.yaml | 6 +++--- Jetcaster/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ Jetchat/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ Jetsnack/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ Jetsurvey/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ Owl/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ Rally/.google/packaging.yaml | 29 +++++++++++++++++++++++++++++ 8 files changed, 206 insertions(+), 3 deletions(-) create mode 100644 Crane/.google/packaging.yaml create mode 100644 Jetcaster/.google/packaging.yaml create mode 100644 Jetchat/.google/packaging.yaml create mode 100644 Jetsnack/.google/packaging.yaml create mode 100644 Jetsurvey/.google/packaging.yaml create mode 100644 Owl/.google/packaging.yaml create mode 100644 Rally/.google/packaging.yaml diff --git a/Crane/.google/packaging.yaml b/Crane/.google/packaging.yaml new file mode 100644 index 0000000000..9d138a236b --- /dev/null +++ b/Crane/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: INTERMEDIATE +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/JetNews/.google/packaging.yaml b/JetNews/.google/packaging.yaml index 42cb2c14df..9d138a236b 100644 --- a/JetNews/.google/packaging.yaml +++ b/JetNews/.google/packaging.yaml @@ -1,4 +1,4 @@ - # Copyright 2019 Google LLC +# Copyright (C) 2020 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -19,11 +19,11 @@ --- status: PUBLISHED technologies: [Android] -categories: [Compose Developer Preview] +categories: [Compose] languages: [Kotlin] solutions: [Mobile] github: android/compose-samples -level: BEGINNER +level: INTERMEDIATE apiRefs: - android:androidx.compose.Composable license: apache2 diff --git a/Jetcaster/.google/packaging.yaml b/Jetcaster/.google/packaging.yaml new file mode 100644 index 0000000000..1d49c703c6 --- /dev/null +++ b/Jetcaster/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: ADVANCED +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/Jetchat/.google/packaging.yaml b/Jetchat/.google/packaging.yaml new file mode 100644 index 0000000000..84aff54914 --- /dev/null +++ b/Jetchat/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: BEGINNER +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/Jetsnack/.google/packaging.yaml b/Jetsnack/.google/packaging.yaml new file mode 100644 index 0000000000..1d49c703c6 --- /dev/null +++ b/Jetsnack/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: ADVANCED +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/Jetsurvey/.google/packaging.yaml b/Jetsurvey/.google/packaging.yaml new file mode 100644 index 0000000000..84aff54914 --- /dev/null +++ b/Jetsurvey/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: BEGINNER +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/Owl/.google/packaging.yaml b/Owl/.google/packaging.yaml new file mode 100644 index 0000000000..9d138a236b --- /dev/null +++ b/Owl/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: INTERMEDIATE +apiRefs: + - android:androidx.compose.Composable +license: apache2 diff --git a/Rally/.google/packaging.yaml b/Rally/.google/packaging.yaml new file mode 100644 index 0000000000..84aff54914 --- /dev/null +++ b/Rally/.google/packaging.yaml @@ -0,0 +1,29 @@ +# Copyright (C) 2020 The Android Open Source Project +# +# 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 +# +# https://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. +# +# GOOGLE SAMPLE PACKAGING DATA +# +# This file is used by Google as part of our samples packaging process. +# End users may safely ignore this file. It has no relevance to other systems. +--- +status: PUBLISHED +technologies: [Android] +categories: [Compose] +languages: [Kotlin] +solutions: [Mobile] +github: android/compose-samples +level: BEGINNER +apiRefs: + - android:androidx.compose.Composable +license: apache2