[project][imx7d] Add extra projects for pico7d board

 turn off verbose debug for pico7d project
 add pico7d-debug project with verbose debug
 add pico7d-test project and additional test apps
 add pico7d-test-debug project with test apps and verbode debug

Change-Id: I2576a19344e910b6b724a6d0191748d5f26d6d33
diff --git a/project/imx7d-test-inc.mk b/project/imx7d-test-inc.mk
new file mode 100644
index 0000000..fe4dd67
--- /dev/null
+++ b/project/imx7d-test-inc.mk
@@ -0,0 +1,20 @@
+# Copyright (C) 2017 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
+#
+#      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.
+#
+
+include project/imx7d-inc.mk
+
+TRUSTY_ALL_USER_TASKS += \
+	sample/ipc-unittest/main \
+	sample/ipc-unittest/srv \
diff --git a/project/pico7d-debug.mk b/project/pico7d-debug.mk
new file mode 100644
index 0000000..7f49914
--- /dev/null
+++ b/project/pico7d-debug.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 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
+#
+#      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.
+#
+
+DEBUG := 2
+TARGET := imx7d/pico7d
+
+include project/imx7d-inc.mk
diff --git a/project/pico7d-test-debug.mk b/project/pico7d-test-debug.mk
new file mode 100644
index 0000000..a502550
--- /dev/null
+++ b/project/pico7d-test-debug.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 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
+#
+#      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.
+#
+
+DEBUG := 2
+TARGET := imx7d/pico7d
+
+include project/imx7d-test-inc.mk
diff --git a/project/pico7d-test.mk b/project/pico7d-test.mk
new file mode 100644
index 0000000..f95eafd
--- /dev/null
+++ b/project/pico7d-test.mk
@@ -0,0 +1,19 @@
+# Copyright (C) 2017 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
+#
+#      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.
+#
+
+DEBUG := 1
+TARGET := imx7d/pico7d
+
+include project/imx7d-test-inc.mk
diff --git a/project/pico7d.mk b/project/pico7d.mk
index 10dcaa3..1ce8512 100644
--- a/project/pico7d.mk
+++ b/project/pico7d.mk
@@ -13,6 +13,7 @@
 # limitations under the License.
 #
 
+DEBUG := 1
 TARGET := imx7d/pico7d
 
 include project/imx7d-inc.mk