samsung -> osp
authorjungmin76.park <jungmin76.park@samsung.com>
Fri, 28 Dec 2012 05:51:01 +0000 (14:51 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Fri, 28 Dec 2012 05:51:01 +0000 (14:51 +0900)
Change-Id: I0e595f2accd86983c631f70e5e8ede73d6aca796
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
CMakeLists.txt
manifest.xml
src/FShell_LiveboxManagerService.cpp

index 68e5a38..7449ac4 100644 (file)
@@ -1,6 +1,6 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
 
-SET (this_target samsung-livebox-service)
+SET (this_target osp-livebox-service)
 SET (APPID gi2qxenosh)
 
 SET(CMAKE_EXECUTABLE_SUFFIX ".exe")
index a228dd4..2441cde 100644 (file)
         <Description Locale="eng-GB"/>
     </Descriptions>
     <Url/>
-    <Requirements/>
+    <Requirements>
+        <Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
+        <Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
+        <Feature Name="http://tizen.org/feature/screen.coordinate_system.logical">Normal</Feature>
+    </Requirements>
     <Apps>
         <ApiVersion>2.1</ApiVersion>
         <Secret/>
@@ -18,9 +22,9 @@
             <Privilege>http://tizen.org/privilege/application.launch</Privilege>
             <Privilege>http://tizen.org/privilege/appmanager.launch</Privilege>
         </Privileges>
-        <ServiceApp AutoRestart="False" Default="True" ExecutableName="samsung-livebox-service" LaunchOnBoot="False">
+        <ServiceApp AutoRestart="False" Default="True" ExecutableName="osp-livebox-service" LaunchOnBoot="False">
             <Names>
-                <Name Locale="eng-GB">samsung-livebox-service</Name>
+                <Name Locale="eng-GB">tizen livebox service</Name>
             </Names>
             <Icons/>
             <AppControls/>
index 5284069..fc3b745 100644 (file)
@@ -89,7 +89,7 @@ LiveboxManagerService::Construct()
        r = __handlerThread.Start();
        SysTryReturn(NID_APP, IsFailed(r) == false, false, r, "[%s] Event thread Start failure.", GetErrorMessage(r));
 
-       return InitializeMasterDaemonEventReceiver("samsung-livebox-service");
+       return InitializeMasterDaemonEventReceiver("osp-livebox-service");
 }
 
 int
@@ -228,7 +228,7 @@ LiveboxManagerService::RemoveLivebox(const char* pPackageName, const char* pId,
 
        if( __liveboxes.GetCount() == 0 )
        {
-               SysLog(NID_APP, "No running native livebox app remains, terminating samsung livebox service...");
+               SysLog(NID_APP, "No running native livebox app remains, terminating osp livebox service...");
                Tizen::App::App::GetInstance()->Terminate();
        }