TicTacToe_reg.rss
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
- /*
- ============================================================================
- Name : TicTacToe.rss
- Author :
- Copyright : Your copyright notice
- Description : This file contains the application registration resource.
- ============================================================================
- */
- #include <appinfo.rh>
- #include <TicTacToe_loc.rsg>
- UID2 KUidAppRegistrationResourceFile
- UID3 0xE02753ED
- RESOURCE APP_REGISTRATION_INFO
- {
- app_file="TicTacToe";
- localisable_resource_file = "\resource\apps\TicTacToe_loc.rsc";
- localisable_resource_id = R_LOCALISABLE_APP_INFO;
- embeddability=KAppNotEmbeddable;
- newfile=KAppDoesNotSupportNewFile;
- }
-