From 6d55c85990ce83b038809cb957759d0cd09dc38c Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 24 May 2017 12:02:21 +0200 Subject: [PATCH] Reorganization of folder structure Change-Id: I809382d652415038b53be9a1ec9f2f60939cce42 Signed-off-by: Romain Forlot --- scripts/build.sample => autobuild/agl/autobuild.mk | 0 {cmake => default/cmake}/config.cmake.sample | 0 {cmake => default/cmake}/export.map | 0 {cmake => default/cmake}/macros.cmake | 0 {rpm => default/rpm}/config.spec.in | 0 {wgt => default/wgt}/config.xml.in | 0 wgt/icon.png => default/wgt/icon-default.png | Bin 7 files changed, 0 insertions(+), 0 deletions(-) rename scripts/build.sample => autobuild/agl/autobuild.mk (100%) rename {cmake => default/cmake}/config.cmake.sample (100%) rename {cmake => default/cmake}/export.map (100%) rename {cmake => default/cmake}/macros.cmake (100%) rename {rpm => default/rpm}/config.spec.in (100%) rename {wgt => default/wgt}/config.xml.in (100%) rename wgt/icon.png => default/wgt/icon-default.png (100%) diff --git a/scripts/build.sample b/autobuild/agl/autobuild.mk similarity index 100% rename from scripts/build.sample rename to autobuild/agl/autobuild.mk diff --git a/cmake/config.cmake.sample b/default/cmake/config.cmake.sample similarity index 100% rename from cmake/config.cmake.sample rename to default/cmake/config.cmake.sample diff --git a/cmake/export.map b/default/cmake/export.map similarity index 100% rename from cmake/export.map rename to default/cmake/export.map diff --git a/cmake/macros.cmake b/default/cmake/macros.cmake similarity index 100% rename from cmake/macros.cmake rename to default/cmake/macros.cmake diff --git a/rpm/config.spec.in b/default/rpm/config.spec.in similarity index 100% rename from rpm/config.spec.in rename to default/rpm/config.spec.in diff --git a/wgt/config.xml.in b/default/wgt/config.xml.in similarity index 100% rename from wgt/config.xml.in rename to default/wgt/config.xml.in diff --git a/wgt/icon.png b/default/wgt/icon-default.png similarity index 100% rename from wgt/icon.png rename to default/wgt/icon-default.png -- 2.16.6