From b7cf0602fd08f6a367d42f0b6adadb8322b3d35d Mon Sep 17 00:00:00 2001 From: Alan Korr Date: Sun, 21 Apr 2002 12:21:14 +0000 Subject: removing all that stuff permanently. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@159 a1c6a512-1295-4272-9138-f99709370657 --- firmware/test/template/config.h | 26 -------------------------- firmware/test/template/defines.h | 24 ------------------------ firmware/test/template/functions.h | 26 -------------------------- firmware/test/template/inlines.h | 26 -------------------------- firmware/test/template/makefile | 23 ----------------------- firmware/test/template/return_values.h | 24 ------------------------ firmware/test/template/template.h | 27 --------------------------- firmware/test/template/types.h | 24 ------------------------ 8 files changed, 200 deletions(-) delete mode 100644 firmware/test/template/config.h delete mode 100644 firmware/test/template/defines.h delete mode 100644 firmware/test/template/functions.h delete mode 100644 firmware/test/template/inlines.h delete mode 100644 firmware/test/template/makefile delete mode 100644 firmware/test/template/return_values.h delete mode 100644 firmware/test/template/template.h delete mode 100644 firmware/test/template/types.h (limited to 'firmware/test/template') diff --git a/firmware/test/template/config.h b/firmware/test/template/config.h deleted file mode 100644 index 978d447e8b..0000000000 --- a/firmware/test/template/config.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# error "This header file must be included ONLY from template.h." -#endif -#ifndef __LIBRARY_TEMPLATE_CONFIG_H__ -# define __LIBRARY_TEMPLATE_CONFIG_H__ -# define PACKAGE_NAME "template" -# define PACKAGE_VERSION "0.0.0" -#endif \ No newline at end of file diff --git a/firmware/test/template/defines.h b/firmware/test/template/defines.h deleted file mode 100644 index 04da65bf23..0000000000 --- a/firmware/test/template/defines.h +++ /dev/null @@ -1,24 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# error "This header file must be included ONLY from template.h." -#endif -#ifndef __LIBRARY_TEMPLATE_DEFINES_H__ -# define __LIBRARY_TEMPLATE_DEFINES_H__ -#endif \ No newline at end of file diff --git a/firmware/test/template/functions.h b/firmware/test/template/functions.h deleted file mode 100644 index 9bb748265f..0000000000 --- a/firmware/test/template/functions.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# error "This header file must be included ONLY from template.h." -#endif -# ifndef __LIBRARY_TEMPLATE_FUNCTIONS_H__ -# define __LIBRARY_TEMPLATE_FUNCTIONS_H__ -# ifdef TEST -# endif -#endif diff --git a/firmware/test/template/inlines.h b/firmware/test/template/inlines.h deleted file mode 100644 index 9fd804dc6b..0000000000 --- a/firmware/test/template/inlines.h +++ /dev/null @@ -1,26 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# error "This header file must be included ONLY from template.h." -#endif -# ifndef __LIBRARY_TEMPLATE_INLINES_H__ -#define __LIBRARY_TEMPLATE_INLINES_H__ - - -#endif \ No newline at end of file diff --git a/firmware/test/template/makefile b/firmware/test/template/makefile deleted file mode 100644 index 76bf4e30df..0000000000 --- a/firmware/test/template/makefile +++ /dev/null @@ -1,23 +0,0 @@ -############################################################################# -## __________ __ ___. -## Open \______ \ ____ ____ | | _\_ |__ _______ ___ -## Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / -## Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < -## Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ -## \/ \/ \/ \/ \/ -## Copyright Alan Korr, 2002. All rights reserved. -## -## Permission to use, copy, modify, and distribute this software for any -## purpose is hereby granted without fee, provided that this copyright and -## permissions notice appear in all copies and derivatives, and that no -## charge may be made for the software and its documentation except to cover -## cost of distribution. -## -## This software is provided "as is" without express or implied warranty. -############################################################################# -ARCH = test -PACKAGE = template -VERSION = 0.0.0 --include ../makefile-vars --include ../makefile-rules - diff --git a/firmware/test/template/return_values.h b/firmware/test/template/return_values.h deleted file mode 100644 index b91db7fffc..0000000000 --- a/firmware/test/template/return_values.h +++ /dev/null @@ -1,24 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# error "This header file must be included ONLY from template.h." -#endif -#ifndef __LIBRARY_TEMPLATE_RETURN_VALUES_H__ -# define __LIBRARY_TEMPLATE_RETURN_VALUES_H__ -#endif \ No newline at end of file diff --git a/firmware/test/template/template.h b/firmware/test/template/template.h deleted file mode 100644 index 89a31a9ded..0000000000 --- a/firmware/test/template/template.h +++ /dev/null @@ -1,27 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2002 by Alan Korr - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ -#ifndef __LIBRARY_TEMPLATE_H__ -# define __LIBRARY_TEMPLATE_H__ -# include