CustAdoMapExt.c 820 Bytes
/**
 *	Copyright Notice
 *	?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
 *	Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
 *  (It is illegal to remove this copyright notice from this software or any
 *  portion of it)
 */

/************************************************************** 
 FILENAME	: CustAudioMapExt.c 
 PURPOSE		: Resource Map file. 
 REMARKS		: nil 
 AUTHOR		: Customization Tool 
 DATE		: . 
 **************************************************************/
#include "CustDataRes.h"


unsigned short CurrMaxAudioIdEXT=10;
const CUSTOM_AUDIO_MAP AudioIdMapEXT[]={
	{0},
	{1},
	{1},
	{2},
	{3},
	{4},
	{5},
	{6},
	{7},
	{8},
};



const unsigned short CurrMaxSearchAudioIdEXT=3;
const CUSTOM_AUDIO_SEARCH_MAP AudioIdSearchMapEXT[]={
	{2,2,0},
	{7766,7770,1},
	{7773,7776,6},
};