/* * Notice!!!! * This file used to cramp out customer table for driver, you can't modify it manually, * if you need update some infomation, please edit the original file(irnp_map_table.c) directly. */ /******************************************************************** ** File Name: IRNP_map.c (IRNP) ** ** File Description: this file is sunplus ir 501 mapping table ** ** Copyright(c) 2015 sunplus Technologies - All Rights Reserved ** ** History Information Description ** Date Author Modification ** ********************************************************************/ #include "irnp_map.h" #include "app_event.h" // IRNP Mapping Table IRKeyInfo_t dIRNP_info __attribute__((section(".customer.dIRNP_info"))) = { { {0x00FF, 0x09, UI_EVENT_FR}, {0x00FF, 0x0D, UI_EVENT_ENTER}, {0x00FF, 0x11, UI_EVENT_FF}, {0x00FF, 0x12, UI_EVENT_PREV}, {0x00FF, 0x1B, UI_EVENT_EXIT}, {0x00FF, 0x25, UI_EVENT_LEFT}, {0x00FF, 0x26, UI_EVENT_UP}, {0x00FF, 0x27, UI_EVENT_RIGHT}, {0x00FF, 0x28, UI_EVENT_DOWN}, {0x00FF, 0x30, UI_EVENT_0}, {0x00FF, 0x31, UI_EVENT_1}, {0x00FF, 0x32, UI_EVENT_2}, {0x00FF, 0x33, UI_EVENT_3}, {0x00FF, 0x34, UI_EVENT_4}, {0x00FF, 0x35, UI_EVENT_5}, {0x00FF, 0x36, UI_EVENT_6}, {0x00FF, 0x37, UI_EVENT_7}, {0x00FF, 0x38, UI_EVENT_8}, {0x00FF, 0x39, UI_EVENT_9}, {0x00FF, 0x41, UI_EVENT_REC}, {0x00FF, 0x49, UI_EVENT_TEXT}, {0x00FF, 0x4A, UI_EVENT_PLAY_PAUSE}, {0x00FF, 0x4C, UI_EVENT_SOURCE}, {0x00FF, 0x4D, UI_EVENT_MUTE}, {0x00FF, 0x4F, UI_EVENT_NEXT}, {0x00FF, 0x51, UI_EVENT_POWER}, {0x00FF, 0x52, UI_EVENT_AUDIO}, {0x00FF, 0x59, UI_EVENT_MENU}, {0x00FF, 0xBB, UI_EVENT_VOL_UP}, {0x00FF, 0xBD, UI_EVENT_VOL_DN}, }, {0x00FF, 0, 0, 0, 0, 0, 0, 0, 0, 0}, IRNP_POWERON_KEY };