CustAdoMap.c 979 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	: CustAudioMap.c 
 PURPOSE		: Resource Map file. 
 REMARKS		: nil 
 AUTHOR		: Customization Tool 
 DATE		: . 
 **************************************************************/
#include "CustDataRes.h"


unsigned short CurrMaxAudioId=32;
const CUSTOM_AUDIO_MAP AudioIdMap[]={
	{0},
	{1},
	{2},
	{3},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
	{0},
};



const unsigned short CurrMaxSearchAudioId=6;
const CUSTOM_AUDIO_SEARCH_MAP AudioIdSearchMap[]={
	{1,1,0},
	{3,4,1},
	{4803,4803,3},
	{7764,7765,4},
	{7771,7772,6},
	{7777,7800,8},
};