mirror of
https://github.com/openharmony/developtools_integration_verification.git
synced 2026-08-25 12:39:35 -04:00
Signed-off-by: liangxinyan <liangxinyan2@huawei.com>
This commit is contained in:
@@ -32,7 +32,8 @@ class BaseInnerapiRule(BaseRule):
|
||||
"chipsetsdk_sp_indirect", "passthrough"] + self.__ignored_tags
|
||||
self.__valid_vendor_tags = ["llndk", "chipsetsdk", "chipsetsdk_sp", "llndk", "passthrough",
|
||||
"passthrough_indirect"] + self.__ignored_tags
|
||||
self.__base_fofiles = ["libc.so", "libutils.z.so", "ld-musl-aarch64.so.1"]
|
||||
self.__base_fofiles = ["libc.so", "libutils.z.so", "ld-musl-aarch64.so.1", "libconfiguration.z.so", "libusbmanager.z.so",
|
||||
"libsms.z.so"]
|
||||
|
||||
def check(self):
|
||||
passed = True
|
||||
|
||||
@@ -28,8 +28,8 @@ class BaseRule(object):
|
||||
self._args = args
|
||||
self.__white_lists = self.load_files("whitelist.json")
|
||||
self.__out_path = mgr.get_product_out_path()
|
||||
self.__base_sofiles = ["libc.so", "libutils.z.so", "ld-musl-aarch64.so.1"]
|
||||
|
||||
self.__base_fofiles = ["libc.so", "libutils.z.so", "ld-musl-aarch64.so.1", "libconfiguration.z.so", "libusbmanager.z.so",
|
||||
"libsms.z.so"]
|
||||
def load_files(self, name):
|
||||
rules_dir = []
|
||||
rules_dir.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../rules"))
|
||||
|
||||
Reference in New Issue
Block a user