12345678910111213141516171819202122232425262728 |
- /*
- ============================================================================
- Name : CelestialSphere.rss
- Author : Den Grigorenko
- Copyright : Copyright (c) 2008 Den123
- Description : This file contains the application registration resource.
- ============================================================================
- */
- #include "CelestialSphere.hrh"
- #include "CelestialSphere.rls"
- #include <appinfo.rh>
- #include <CelestialSphere_0xEEC98BE4.rsg>
- UID2 KUidAppRegistrationResourceFile
- UID3 _UID3
- RESOURCE APP_REGISTRATION_INFO
- {
- app_file="CelestialSphere_0xEEC98BE4";
- localisable_resource_file = "\\resource\\apps\\CelestialSphere_0xEEC98BE4";
- localisable_resource_id = R_LOCALISABLE_APP_INFO;
- embeddability=KAppNotEmbeddable;
- newfile=KAppDoesNotSupportNewFile;
- }
|