blob: 79992f0cc7618b646c674a0a298a6b7b335343ee [file] [log] [blame]
/* --COPYRIGHT--,EPL
* Copyright (c) 2008 Texas Instruments and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Texas Instruments - initial implementation
*
* --/COPYRIGHT--*/
/*
* ======== Package.init ========
* Initialize this package.
*
* This is called after all modules in this package are defined and
* initialized.
*/
function init()
{
// print(this.$name + ".init() ...");
}
/*
* ======== exit ========
* Finalize this package
*/
function exit() {
// print(this.$name + ".exit() ...");
}