TicTacToe_reg.rss
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. ============================================================================
  3.  Name        : TicTacToe.rss
  4.  Author      : 
  5.  Copyright   : Your copyright notice
  6.  Description : This file contains the application registration resource.
  7. ============================================================================
  8. */
  9. #include <appinfo.rh>
  10. #include <TicTacToe_loc.rsg>
  11. UID2 KUidAppRegistrationResourceFile
  12. UID3 0xE02753ED
  13. RESOURCE APP_REGISTRATION_INFO
  14.   {
  15.   app_file="TicTacToe";
  16.   localisable_resource_file =  "\resource\apps\TicTacToe_loc.rsc";
  17.   localisable_resource_id = R_LOCALISABLE_APP_INFO;
  18.   embeddability=KAppNotEmbeddable;
  19.   newfile=KAppDoesNotSupportNewFile;
  20.   }
  21.