Init basesystem source codes.
[staging/basesystem.git] / nsframework / framework_unified / client / NativeServices / cfg / nativeserviceslibraries.mk
1 #
2 # @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #      http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16
17 # TODO make this more functionally oriented.
18 #  That is to make them more like the types ... so client libraries, etc.
19
20 #NATIVE_SERVICES_DYNAMIC_LIBS = \
21 #       NS_FrameworkCore$(DEBUG_EXT) \
22 #       NS_Logger$(DEBUG_EXT) \
23 #       NS_Timer$(DEBUG_EXT)\
24 #       NS_MessageCenter$(DEBUG_EXT) \
25 #       NS_MessageQueue$(DEBUG_EXT) \
26 #       NS_SharedMemIf$(DEBUG_EXT) \
27 #       NS_NPServiceIf$(DEBUG_EXT) \
28 #       NS_UtilityCenter$(DEBUG_EXT) \
29 #       NS_ConfigParser$(DEBUG_EXT) \
30 #       NS__CWORD77__ServiceIf$(DEBUG_EXT) \
31
32 # For improving startup performance, all libraries are merged into one
33 # Other modules can still use individual libraries if required. Other NS libraries are also available.
34 #NATIVE_SERVICES_DYNAMIC_LIBS = \
35 #       NS_Storage$(DEBUG_EXT) \
36 #       sqlite3 \
37 #       z \
38 #       NS_FrameworkUnified$(DEBUG_EXT) \
39
40 NATIVE_SERVICES_DYNAMIC_LIBS = \
41         NS_FrameworkUnified$(DEBUG_EXT) \
42
43 NATIVE_SERVICES_IMAGE_STORE_DYNAMIC_LIBS = \
44         sqlite3 \
45         z \
46         NS_Storage$(DEBUG_EXT) \
47         NS_ImageStorage$(DEBUG_EXT) \
48
49 NATIVE_SERVICES_DYNAMIC_LIBS_CORE = \
50         NS_CoreUnified$(DEBUG_EXT) \
51
52 TEST_AUTOMATION_FRAMEWORK_STATIC_LIBS = \
53         NS_TestAutomationFramework$(DEBUG_EXT) \
54