Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kdopen committed Jun 5, 2014
2 parents d9c24ea + eafa63e commit 40b5c80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
@@ -1,6 +1,6 @@
# @@@LICENSE
#
# Copyright (c) 2010-2013 LG Electronics, Inc.
# Copyright (c) 2010-2014 LG Electronics, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -25,10 +25,10 @@ cmake_minimum_required(VERSION 2.8.7)
project(nyx)

set(NYX_API_VERSION_MAJOR 6)
set(NYX_API_VERSION_MINOR 0)
set(NYX_API_VERSION_MINOR 1)

include(webOS/webOS)
webos_modules_init(1 0 0 QUALIFIER RC5)
webos_modules_init(1 0 0 QUALIFIER RC7)
webos_component(${NYX_API_VERSION_MAJOR} ${NYX_API_VERSION_MINOR} 0)

set(NYX_LIB_ROOT ${WEBOS_INSTALL_LIBDIR}/nyx CACHE PATH "Nyx internal executables install root path")
Expand Down
8 changes: 6 additions & 2 deletions include/public/nyx/common/nyx_os_info_common.h
@@ -1,6 +1,6 @@
/* @@@LICENSE
*
* Copyright (c) 2013 LG Electronics
* Copyright (c) 2013-2014 LG Electronics
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,7 +53,11 @@ typedef enum {
NYX_OS_INFO_WEBOS_IMAGENAME,
NYX_OS_INFO_WEBOS_API_VERSION,
NYX_OS_INFO_WEBOS_PRERELEASE,
NYX_OS_INFO_MANUFACTURING_VERSION
NYX_OS_INFO_MANUFACTURING_VERSION,
// NYX_OS_INFO_MANUFACTURING_VERSION will be deprecated,
// use NYX_OS_INFO_WEBOS_MANUFACTURING_VERSION instead
NYX_OS_INFO_WEBOS_MANUFACTURING_VERSION = NYX_OS_INFO_MANUFACTURING_VERSION,
NYX_OS_INFO_ENCRYPTION_KEY_TYPE
}
nyx_os_info_query_t;

Expand Down

0 comments on commit 40b5c80

Please sign in to comment.